Homelab, Linux, JS & ABAP (~˘▾˘)~
 

[ABAP] Include table fields in local type

Somehow I always forget the syntax for this….

    TYPES: BEGIN OF ty_test.
             INCLUDE TYPE z_table.
    TYPES:   my_new_field TYPE string,
           END OF ty_test.

Leave a Reply

Your email address will not be published. Required fields are marked *