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 943988d commit 19bc998Copy full SHA for 19bc998
file-formats/msag/type/zif_aff_msag_v1.intf.abap
@@ -15,7 +15,7 @@ INTERFACE zif_aff_msag_v1
15
16
"! <p class="shorttext">Internal table to store messages</p>
17
"! Internal table to store messages
18
- TYPES ty_messages TYPE STANDARD TABLE OF ty_message WITH DEFAULT KEY.
+ TYPES ty_messages TYPE SORTED TABLE OF ty_message WITH UNIQUE KEY number.
19
20
TYPES:
21
"! <p class="shorttext">Message Class Properties</p>
0 commit comments