Skip to content

Commit 248400b

Browse files
authored
Update README.md
1 parent 39cc814 commit 248400b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,8 @@ All abap2UI5 artifacts are combined into a single HTTP handler implementation as
1010

1111

1212
#### Approach
13-
1413
<img width="500" alt="Screenshot 2025-02-13 at 13 24 18" src="https://github.com/user-attachments/assets/5fcc56a8-8e2c-41b2-84b3-e50242ff648c" />
1514

16-
1715
#### Persistence
1816
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:
1917
```cds
@@ -29,7 +27,6 @@ define table z2ui5_t_99 {
2927
id_prev_app : abap.char(32);
3028
id_prev_app_stack : abap.char(32);
3129
timestampl : timestampl;
32-
uname : abap.char(20);
3330
data : abap.string(0);
3431
3532
}

0 commit comments

Comments
 (0)