Ansicht
Dokumentation

KL_TABLE_INFO_GET - Credit Limit: Read Information for Table/Structure (Runtime Object)

KL_TABLE_INFO_GET - Credit Limit: Read Information for Table/Structure (Runtime Object)

BAL_S_LOG - Application Log: Log header data   RFUMSV00 - Advance Return for Tax on Sales/Purchases  
This documentation is copyright by SAP AG.
SAP E-Book

Functionality

This function module reads information about the properties and fields of a table or structure. It does this by accessing a runtime object. This is more efficient than accessing the source itself. The function module contains the functions from two function modules n the Reuse Library (DDIF_FIELDINFO_GET and DDIF_NAMETAB_GET).

Optional parameter I_FIELDNAME can be used to access a particular field within a table. If you do not enter a parameter in this field, all the fields are returned.

Parameter I_READ_TEXTS defines whether the texts and other information, such as the domain, are to be read from the fields of the table. Set this indicator only if you really need this additional information.

Parameter I_LANGU (language) is required only if the texts are to be read. Even then this parameter is optional. If you do not enter a value in I_LANGU, texts stored in the language in which you logged on are displayed.

Structure E_TABHEADER contains header information; table E_TABFIELDS_T contains the field lists, or the field called by I_FIELDNAME.

If I_FIELDNAME is restricted to just one field, then the attributes of this field are returned in structure E_TABFIELD_W.

The exception NOT_FOUND is triggered if the table does not exist, or if the table does not contain the field name given in parameter I_FIELDNAME.

Example

Notes

This function module cannot find the text for the table itself (as opposed to the texts for the fields) . You need to use function module RM_DDIC_TEXT_GET instead.

Further information

Documentation for function modules DDIF_FIELDINFO_GET and DDIF_NAMETAB_GET.





Parameters

E_IT_TABFIELDS
E_TABFIELD_W
E_TABHEADER
I_FIELDNAME
I_LANGU
I_READ_TEXTS
I_TABNAME

Exceptions

DDIC_ERROR
NOT_FOUND

Function Group

KLDR

Addresses (Business Address Services)   Vendor Master (General Section)  
This documentation is copyright by SAP AG.

Length: 2051 Date: 20240523 Time: 105434     sap01-206 ( 48 ms )