SAP ABAP Function Module BDL_DDIF_TABL_GET (DD: Interface to read a table from the ABAP Dictionary)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   SV-SMG-SDD (Application Component) Service Data Download
     BDL3 (Package) Service data download (as of R/3 Release 3.x)
Basic Data
Function Module BDL_DDIF_TABL_GET DD: Interface to read a table from the ABAP Dictionary  
Function Group BDL5   RFC-Download: Interface data functions  
Program Name SAPLBDL5    
INCLUDE Name LBDL5U11    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Exporting GOTSTATE TYPE DCOBJIF-GOTSTATE Status in which reading took place
Exporting DD02V_WA TYPE DD02V Table header
Exporting DD09L_WA TYPE DD09L Technical settings of the table
Importing NAME TYPE DCOBJDEF-NAME Name of the table to be read
Importing STATE TYPE DCOBJDEF-STATE 'A' Read status of the table
Importing LANGU TYPE SYST-LANGU ' ' Language in which the text is read
Tables DD03P_TAB TYPE DD03P Table fields
Tables DD05M_TAB TYPE DD05M Foreign key fields of the table
Tables DD08V_TAB TYPE DD08V Foreign keys of the table
Tables DD12V_TAB TYPE DD12V Table indexes
Tables DD17V_TAB TYPE DD17V Index fields of the table
Exception ILLEGAL_INPUT TYPE Value not allowed for parameter
               
Processing Type
Normal Function Module  
Remote-Enabled Module BaseXML supported
Update Module Start immediately
Immediate Start, No Restart
Start Delayed
Coll.run
JAVA Module Callable from ABAP  
Remote-Enabled JAVA Module  
Module Callable from JAVA  
History
Last changed by/on SAP  20000128 
SAP Release Created in