Ansicht
Dokumentation

ABENDDICDDL_DEFINE_STRUCT_COMP_EXT - DDICDDL DEFINE STRUCT COMP EXT

ABENDDICDDL_DEFINE_STRUCT_COMP_EXT - DDICDDL DEFINE STRUCT COMP EXT

CL_GUI_FRONTEND_SERVICES - Frontend Services   CPI1466 during Backup  
This documentation is copyright by SAP AG.
SAP E-Book

- DEFINE STRUCTURE, extend

... $[foreign_key_annos$]
    EXTEND component : $[value_help$] $[foreign_key$] ...


Effect

Defines component properties when including include structures using the statement DEFINE STRUCTURE in Dictionary DDL. The addition EXTEND can be specified for the every component component in the included include structure and defines the following properties for this structure. If any of the properties of the included component already exist, they are overwritten.

  • foreign_key - Definition of a foreign key dependency.

At least one of the additions value_help and foreign_key must be specified.

Note

The addition EXTEND can be used for individual components and with the same meaning in the definition of a DDIC database table with DEFINE TABLE or an append structure with EXTEND TYPE.

Example

Includes a structure include_struct in a structure struct, where EXTEND is used to assign a search help to the components comp1 and comp2.

...
define structure struct {
  ...
  include include_struct
    extend comp1 :
      with value help demo_f4_field
        where carrid = struct.comp1
          and connid = struct.comp2
    extend comp2 :
      with value help demo_f4_field
        where carrid = struct.comp1
          and connid = struct.comp2;
  ...
  }






Addresses (Business Address Services)   CPI1466 during Backup  
This documentation is copyright by SAP AG.

Length: 4245 Date: 20240424 Time: 102436     sap01-206 ( 37 ms )