fix abaplint

This commit is contained in:
oblomov-dev 2025-02-02 20:57:42 +01:00 committed by GitHub
parent 1563fd59eb
commit 851fe26fdd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,7 +22,7 @@ CLASS z2ui5_cl_pop_bal DEFINITION
message_v4 TYPE string,
group TYPE string,
END OF ty_s_msg.
TYPES ty_t_msg TYPE STANDARD TABLE OF ty_s_msg.
TYPES ty_t_msg TYPE STANDARD TABLE OF ty_s_msg with default key.
DATA mt_msg TYPE ty_t_msg.