Ansicht
Dokumentation

ABENDDICDDL_DEFINE_STRUCT_VALUHELP - DDICDDL DEFINE STRUCT VALUHELP

ABENDDICDDL_DEFINE_STRUCT_VALUHELP - DDICDDL DEFINE STRUCT VALUHELP

PERFORM Short Reference   Addresses (Business Address Services)  
This documentation is copyright by SAP AG.
SAP E-Book

- DEFINE STRUCTURE, value_help

...  WITH VALUE HELP value_help
       WHERE parameter1 = structure.component1
         $[AND parameter2 = structure.component2 ...$] ...


Effect

Assigns a search help to a structure component whose data type is defined by a data element with an elementary data type in the definition of a structure using the statement DEFINE STRUCTURE in Dictionary DDL. Here, value_help is an existing search help in the ABAP Dictionary. All parameters of the search help must be linked with structure components after WHERE.

Note

The addition WITH VALUE HELP can be used, with the same meaning, in the definition of a database using DEFINE TABLE.

Example

Defines elementary components with reference to data elements and binds a search help to the second component.

...
define structure struct {
  comp1 : s_carr_id;
  comp2 : s_conn_id
    with value help demo_f4_field
      where carrid = struct.comp1
        and connid = struct.comp2;
  ...
  }






ABAP Short Reference   CL_GUI_FRONTEND_SERVICES - Frontend Services  
This documentation is copyright by SAP AG.

Length: 2426 Date: 20240329 Time: 061852     sap01-206 ( 32 ms )