Ansicht
Dokumentation

DDIF_SHLP_GET - DD: Interface to read a search help from the ABAP Dictionary

DDIF_SHLP_GET - DD: Interface to read a search help from the ABAP Dictionary

BAL_S_LOG - Application Log: Log header data   ABAP Short Reference  
This documentation is copyright by SAP AG.
SAP E-Book

Functionality

You can read the Dictionary sources of a search help with this function module. You must pass the name of the search help to be read in parameter NAME.

The sources of the search help are read as defined by STATE, where STATE = 'A' (read active version) and STATE = 'M' (read latest version) are possible. If parameter LANGU is filled, the corresponding text is also read in the language specified by LANGU.

Parameter GOTSTATE defines the status in which the object was read. If STATE = 'A', GOTSTATE can have the values 'A' (object has an active version) and ' ' (no active version of the object exists). If STATE = 'M', GOTSTATE can have the values ' ' (object does not exist in the ABAP Dictionary), 'N' (object is in status "new" in the ABAP Dictionary), 'A' (object is in status "active" in the ABAP Dictionary) and 'M' (object is in status "revised" in the ABAP Dictionary).

Example

Notes

All TABLE parameters are optional (just like the EXPORT parameters). The function module only gets the components of the sources that the caller needs. To avoid unnecessary read operations, you should only define the parameters that are required for further processing. For example, if the search help parameters are not needed, parameter DD32P_TAB should not be defined.

The following sections are only relevant if the search help read is a collective search help.

If GOTSTATE has the value 'A', an expanded version of the search help is returned. This means that all included collective search helps including their field assignments were expanded.

If GOTSTATE has the value 'M' or 'N', a compressed form of the search help is returned. This means that included collective search helps are not expanded.

Further information





Parameters

DD30V_WA
DD31V_TAB
DD32P_TAB
DD33V_TAB
GOTSTATE
LANGU
NAME
STATE

Exceptions

ILLEGAL_INPUT

Function Group

SDIF

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

Length: 2603 Date: 20240523 Time: 103903     sap01-206 ( 62 ms )