SAP TYPES BEGIN OF - Syntax ABAP Statements

Get Example source ABAP code based on a different SAP table
  


ABAP Code Snippet


ABAP Syntax TYPES BEGIN OF struc_type.

...
TYPES ... [BOXED].
ABAP Code Snippet
...
DATA END OF struc_type.

Return to menu