Update z2ui5_cl_pop_messages.clas.abap

This commit is contained in:
oblomov-dev 2025-02-02 21:00:16 +01:00 committed by GitHub
parent 3649fa9105
commit aaf78d7865
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,7 +20,7 @@ CLASS z2ui5_cl_pop_messages DEFINITION
message_v4 TYPE string,
group TYPE string,
END OF ty_s_msg.
TYPES ty_t_msg TYPE STANDARD TABLE OF ty_s_msg WITH DEFAULT KEY.
TYPES ty_t_msg TYPE STANDARD TABLE OF ty_s_msg WITH EMPTY KEY.
DATA mt_msg TYPE ty_t_msg.