Ansicht
Dokumentation

ABENDDICDDL_DEFINE_TABLE - DDICDDL DEFINE TABLE

ABENDDICDDL_DEFINE_TABLE - DDICDDL DEFINE TABLE

BAL Application Log Documentation   RFUMSV00 - Advance Return for Tax on Sales/Purchases  
This documentation is copyright by SAP AG.
SAP E-Book

- DEFINE TABLE

structure_annos
table_annos
DEFINE TABLE dbtab {
  ...
  field;
  ...
  include;
  ...
}


Effect

Dictionary DDL statement for defining an ABAP Dictionary DDIC database table dbtab in the ABAP Development Tools.

  • A DDIC database table is defined using the statement DEFINE TABLE. The restrictions for DDIC database tables apply to the name dbtab.
  • In front of the statement DEFINE TABLE,

  • any mandatory table properties must be specified as annotations table_annos. Any other properties are optional.

  • The table fields are defined in a semicolon-separated list in curly brackets { } using one of the following methods:
  • by defining single fields field

  • by including include structures include.

Notes

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

Example

Defines the DDIC database table DEMO_BLOB_TABLE in the Dictionary DDL of the ABAP Development Tools.






BAL_S_LOG - Application Log: Log header data   rdisp/max_wprun_time - Maximum work process run time  
This documentation is copyright by SAP AG.

Length: 4114 Date: 20240426 Time: 125946     sap01-206 ( 52 ms )