From 6f92140163c5d8d2cf20ed9e4ee13da23422e513 Mon Sep 17 00:00:00 2001 From: Patrick Winkler Date: Tue, 12 Sep 2023 13:05:57 +0200 Subject: [PATCH] update description --- file-formats/smbc/smbc-v1.json | 2 +- file-formats/smbc/type/zif_aff_smbc_v1.intf.abap | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/file-formats/smbc/smbc-v1.json b/file-formats/smbc/smbc-v1.json index c1ba0091c..41ebbfd8c 100644 --- a/file-formats/smbc/smbc-v1.json +++ b/file-formats/smbc/smbc-v1.json @@ -282,7 +282,7 @@ "New Page", "Inline", "Creation Row", - "Empty Rows" + "Empty Row" ], "enumDescriptions": [ "Item is created in subpage", diff --git a/file-formats/smbc/type/zif_aff_smbc_v1.intf.abap b/file-formats/smbc/type/zif_aff_smbc_v1.intf.abap index 3d7b8f3a7..662f70f6a 100644 --- a/file-formats/smbc/type/zif_aff_smbc_v1.intf.abap +++ b/file-formats/smbc/type/zif_aff_smbc_v1.intf.abap @@ -51,7 +51,7 @@ INTERFACE zif_aff_smbc_v1 "!

Creation Row

"! By clicking on 'Add row' a new line is created but automatic navigation to subpage is not performed. creation_row TYPE string VALUE 'CreationRow', - "!

Empty Rows

+ "!

Empty Row

"! In create or edit mode, one new empty row is added to the table. inline_creation_rows TYPE string VALUE 'InlineCreationRows', END OF co_creation_mode_name,