Skip to content

ABAP Keyword Documentation →  ABAP - Dictionary →  Classic Objects in ABAP Dictionary →  Data Types →  Structures →  Dictionary DDL for Structure Definitions →  DEFINE STRUCTURE 

DEFINE STRUCTURE - structure_annos

Other versions: 7.31 | 7.40 | 7.54

Syntax


@EndUserText.label : '...' 
@AbapCatalog.enhancementCategory : enh_cat

Effect

Mandatory annotations for specifying structure properties in the definition of a structure using the statement DEFINE STRUCTURE in Dictionary DDL.


Notes

  • If specified, #NOT_CLASSIFIED is used only to display existing structures with this property. Any new or modified structures should always have an enhancement category.

  • The same annotations must also be specified in the definition of a database table using DEFINE TABLE and an append structure using EXTEND TYPE.