Skip to content

Commit 51cc16a

Browse files
authored
Update README.md
1 parent 404ae2c commit 51cc16a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ All abap2UI5 artifacts are combined into a single HTTP handler implementation as
66
1. Create a new HTTP handler in your system.
77
2. Copy & paste the handler class from this repository.
88
3. Add your abap2UI5 app as a local class and start it via your new HTTP endpoint.
9-
4. Alternatively, pull this repository using abapGit.
9+
4. Alternatively, pull this repository using abapGit and start via `/sap/bc/z2ui5standalone?sap-client=001&app_start=z2ui5_cl_my_standalone_app`
1010

1111

1212
#### Approach
@@ -15,7 +15,7 @@ All abap2UI5 artifacts are combined into a single HTTP handler implementation as
1515
#### Persistence
1616
To avoid any side effects with other abap2UI5 installations, this version uses the table z2ui5_t_99 for persistence. You can either pull this repository or manually create the following table in your system:
1717
```cds
18-
@EndUserText.label : 'abap2UI5 local'
18+
@EndUserText.label : 'abap2UI5-local'
1919
@AbapCatalog.enhancement.category : #NOT_EXTENSIBLE
2020
@AbapCatalog.tableCategory : #TRANSPARENT
2121
@AbapCatalog.deliveryClass : #A
@@ -31,12 +31,12 @@ define table z2ui5_t_99 {
3131
}
3232
```
3333

34-
#### Info
35-
* HTTP API: `/sap/bc/z2ui5standalone?sap-client=001&app_start=z2ui5_cl_my_standalone_app`
36-
* Credits: Created with the fantastic tool [abapmerge](https://github.com/larshp/abapmerge)
34+
#### Credits
35+
* Created with the fantastic tool [abapmerge](https://github.com/larshp/abapmerge)
36+
* `702` branch created with [abaplint](https://abaplint.org)
3737

3838
#### Compatibility
39-
This repository works in both ABAO For Cloud and Standard ABAP. For old releases use the branch `702`.
39+
This repository works in both ABAP for Cloud and Standard ABAP. For old releases use the branch `702`.
4040

4141
#### Issues
4242
For bug reports or feature requests, please open an issue in the [abap2UI5 repository.](https://github.com/abap2UI5/abap2UI5/issues)

0 commit comments

Comments
 (0)