Ansicht
Dokumentation

ABENDDICDDL_DEFINE_STRUCT_INCL - DDICDDL DEFINE STRUCT INCL

ABENDDICDDL_DEFINE_STRUCT_INCL - DDICDDL DEFINE STRUCT INCL

CL_GUI_FRONTEND_SERVICES - Frontend Services   General Data in Customer Master  
This documentation is copyright by SAP AG.
SAP E-Book

- DEFINE STRUCTURE, include

$[group :$] INCLUDE struct $[WITH SUFFIX suffix$]
                  $[...
                   extend
                   ...$];


Effect

Includes an include structure in the definition of a structure with the statement DEFINE STRUCTURE in Dictionary DDL.

  • Any existing DDIC structure, including DDIC database tables or views, can be specified as struct.
  • group can be used to specify an optional name of a group.
  • suffix can be used to specify an optional three-character suffix.
  • A blank-separated list of additions, extend, can be used to overwrite the assignment to a search help and the definition of a foreign key dependency for each included component.

Note

The addition INCLUDE can be used with the same semantics in the statement DEFINE TABLE if the include structure is suitable for DDIC database tables.

Example

Syntax for defining the structure DEMO_WEEK in the ADT.

...
define structure demo_week {
  monday    : include demo_day with suffix _mo;
  tuesday   : include demo_day with suffix _tu;
  wednesday : include demo_day with suffix _we;
  thursday  : include demo_day with suffix _th;
  friday    : include demo_day with suffix _fr;
}






ROGBILLS - Synchronize billing plans   CL_GUI_FRONTEND_SERVICES - Frontend Services  
This documentation is copyright by SAP AG.

Length: 3310 Date: 20240424 Time: 203458     sap01-206 ( 29 ms )