We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73a64c0 commit e34cd8fCopy full SHA for e34cd8f
README.md
@@ -26,7 +26,7 @@ To avoid any side effects with other abap2UI5 installations, this version uses t
26
@AbapCatalog.deliveryClass : #A
27
@AbapCatalog.dataMaintenance : #RESTRICTED
28
define table z2ui5_t_99 {
29
- key mandt : mandt not null;
+ key mandt : abap.char(3) not null;
30
key id : abap.char(32) not null;
31
id_prev : abap.char(32);
32
id_prev_app : abap.char(32);
0 commit comments