Skip to content

Commit

Permalink
update description
Browse files Browse the repository at this point in the history
  • Loading branch information
sepp4me committed Sep 12, 2023
1 parent 2aabc26 commit 6f92140
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion file-formats/smbc/smbc-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@
"New Page",
"Inline",
"Creation Row",
"Empty Rows"
"Empty Row"
],
"enumDescriptions": [
"Item is created in subpage",
Expand Down
2 changes: 1 addition & 1 deletion file-formats/smbc/type/zif_aff_smbc_v1.intf.abap
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ INTERFACE zif_aff_smbc_v1
"! <p class="shorttext synchronized">Creation Row</p>
"! By clicking on 'Add row' a new line is created but automatic navigation to subpage is not performed.
creation_row TYPE string VALUE 'CreationRow',
"! <p class="shorttext synchronized">Empty Rows</p>
"! <p class="shorttext synchronized">Empty Row</p>
"! 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,
Expand Down

0 comments on commit 6f92140

Please sign in to comment.