SAP ABAP Function Module GET_FIELDTAB (Read fields of a table in the format DFIES)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-DIC-AC (Application Component) Activation Program, Conversion Program, DB Utility, MC, SPDD
     SDIC (Package) ABAP Dictionary
Basic Data
Function Module GET_FIELDTAB Read fields of a table in the format DFIES  
Function Group SDD3   Dictionary interfaces  
Program Name SAPLSDD3    
INCLUDE Name LSDD3U04    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Exporting HEADER TYPE X030L Table header(X030L)
Exporting RC TYPE SYST-SUBRC
Importing LANGU TYPE DFIES-LANGU SY-LANGU Language
Importing ONLY TYPE SPACE Selection: only headers(H) / Nametab(SPACE)
Importing TABNAME TYPE DFIES-TABNAME ' ' Table name
Importing WITHTEXT TYPE 'X' read with or without texts
Tables FIELDTAB TYPE DFIES Output table
Exception INTERNAL_ERROR TYPE Internal error
Exception NO_TEXTS_FOUND TYPE All texts are not available
Exception TABLE_HAS_NO_FIELDS TYPE Table has no fields
Exception TABLE_NOT_ACTIV TYPE Table does exists actively
               
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  19950113 
SAP Release Created in