Skip to content

Commit 19bc998

Browse files
Incorporating review comments
1 parent 943988d commit 19bc998

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

file-formats/msag/type/zif_aff_msag_v1.intf.abap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ INTERFACE zif_aff_msag_v1
1515

1616
"! <p class="shorttext">Internal table to store messages</p>
1717
"! Internal table to store messages
18-
TYPES ty_messages TYPE STANDARD TABLE OF ty_message WITH DEFAULT KEY.
18+
TYPES ty_messages TYPE SORTED TABLE OF ty_message WITH UNIQUE KEY number.
1919

2020
TYPES:
2121
"! <p class="shorttext">Message Class Properties</p>

0 commit comments

Comments
 (0)