Skip to content

Commit e34cd8f

Browse files
authored
Update README.md
1 parent 73a64c0 commit e34cd8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ To avoid any side effects with other abap2UI5 installations, this version uses t
2626
@AbapCatalog.deliveryClass : #A
2727
@AbapCatalog.dataMaintenance : #RESTRICTED
2828
define table z2ui5_t_99 {
29-
key mandt : mandt not null;
29+
key mandt : abap.char(3) not null;
3030
key id : abap.char(32) not null;
3131
id_prev : abap.char(32);
3232
id_prev_app : abap.char(32);

0 commit comments

Comments
 (0)