Ansicht
Dokumentation

ABENDDICDDL_DEFINE_STRUCTURE - DDICDDL DEFINE STRUCTURE

ABENDDICDDL_DEFINE_STRUCTURE - DDICDDL DEFINE STRUCTURE

General Material Data   BAL_S_LOG - Application Log: Log header data  
This documentation is copyright by SAP AG.
SAP E-Book

- DEFINE STRUCTURE

structure_annos
DEFINE STRUCTURE struct {
  ...
  component;
  ...
  include;
  ...
}


Effect

Dictionary DDL statement for defining an ABAP Dictionary DDIC structure struct in the ABAP Development Tools.

  • A structure is defined using the statement DEFINE STRUCTURE. The usual restrictions for ABAP Dictionary data types apply to the name struct.
  • The mandatory structure properties must be specified as annotations structure_annos in front of the statement DEFINE STRUCTURE.
  • The structure components are defined in a semicolon-separated list in curly brackets { } by one of the following methods:

  • Including include structures include

Notes

  • As in the CDS syntax, an ABAP Dictionary structure definition can contain comments after // and between /* ... */.
  • A more detailed description of the syntax is available in the ADT documentation Syntax of ABAP Dictionary Objects.

Example

Defines the structure DEMOFLI in the ADT.






ABAP Short Reference   BAL Application Log Documentation  
This documentation is copyright by SAP AG.

Length: 3270 Date: 20240426 Time: 070610     sap01-206 ( 31 ms )