Ansicht
Dokumentation

DDIF_DTEL_GET - DD: Interface to read a data element from the ABAP Dictionary

DDIF_DTEL_GET - DD: Interface to read a data element from the ABAP Dictionary

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

Functionality

This function module reads the Dictionary sources of a data element. The name of the data element to be read should be defined in parameter NAME.

The sources of the data element are read as defined by STATE, where STATE = 'A' (read the active version) and STATE = 'M' (read the latest version) are possible. If parameter LANGU is filled, the corresponding text is also read in the lanugage 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

  1. Use the much more efficient function module DDIF_NAMETAB_GET (runtime information without text) and DDIF_FIELDINFO_GET (runtime information with text) to read the runtime information of a data element. You should only use this module if you really need the data element definition visible in the maintenance transaction of the ABAP Dictionary or if you need information about the data element that is not contained in the runtime objects.

Parameter TPARA_WA also returns information about the parameter ID assigned to the data element. This parameter should only be defined if the corresponding information is really required.

Further information





Parameters

DD04V_WA
GOTSTATE
LANGU
NAME
STATE
TPARA_WA

Exceptions

ILLEGAL_INPUT

Function Group

SDIF

BAL_S_LOG - Application Log: Log header data   Addresses (Business Address Services)  
This documentation is copyright by SAP AG.

Length: 2064 Date: 20240523 Time: 113334     sap01-206 ( 66 ms )