Skip to content

ABAP Keyword Documentation →  ABAP - Quick Reference 

INCLUDE - TYPE, STRUCTURE - Quick reference

Reference

Other versions: 7.31 | 7.40 | 7.54

Syntax


INCLUDE { {TYPE struc_type} 
        | {STRUCTURE struc} }
        [AS name [RENAMING WITH SUFFIX suffix]].

Effect

Includes all components of the structured type struc_type or the structure struc at the current position in a structure definition.

Additions

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