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
All abap2UI5 artifacts are combined into a single HTTP handler implementation as local classes. This approach makes your app completely independent of the rest of the system or any other abap2UI5 installation.
3
9
@@ -6,14 +12,13 @@ All abap2UI5 artifacts are combined into a single HTTP handler implementation as
6
12
1. Create a new HTTP handler in your system.
7
13
2. Copy & paste the handler class from this repository.
8
14
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 and start via `/sap/bc/z2ui5standalone?app_start=z2ui5_cl_my_standalone_app`
10
-
15
+
4. Alternatively, pull this repository using abapGit and start via `/sap/bc/z2ui5_local?app_start=z2ui5_cl_my_local_app`
11
16
12
17
#### Approach
13
18
<imgwidth="500"alt="Screenshot 2025-02-13 at 13 24 18"src="https://github.com/user-attachments/assets/5fcc56a8-8e2c-41b2-84b3-e50242ff648c" />
14
19
15
20
#### Persistence
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:
21
+
To avoid any side effects with other abap2UI5 installations, this version uses the separated tables for persistence. You can either pull this repository or manually create the following two table in your system:
0 commit comments