You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ All abap2UI5 artifacts are combined into a single HTTP handler implementation as
6
6
1. Create a new HTTP handler in your system.
7
7
2. Copy & paste the handler class from this repository.
8
8
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`
10
10
11
11
12
12
#### Approach
@@ -15,7 +15,7 @@ All abap2UI5 artifacts are combined into a single HTTP handler implementation as
15
15
#### Persistence
16
16
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:
0 commit comments