SAP INCLUDE TYPE - Reference ABAP Statements

Get Example source ABAP code based on a different SAP table
  


ABAP Code Snippet

ABAP Code Snippet

ABAP Code Snippet
ABAP Code Snippet

ABAP Code Snippet
[AS name [RENAMING WITH SUFFIX suffix]].
ABAP Code Snippet

What does it do? Adopts all the components of the structured type struc_type or the structure struc at the current position in a structure definition.

ABAP Addition AS name
Defines a higher-level name for the bound components.
RENAMING WITH SUFFIX suffix
Renames the bound components by adding on the ending suffix.

Return to menu