SAP ABAP Function Module DD_GET_DD03P_ALL (Simultaneous reading of A- and N-version of the field definitions)
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 DD_GET_DD03P_ALL Simultaneous reading of A- and N-version of the field definitions  
Function Group SDD3   Dictionary interfaces  
Program Name SAPLSDD3    
INCLUDE Name LSDD3U06    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Exporting A_FIELD_NO TYPE SYST-TABIX Number of the found fields of the A version of the table
Exporting A_NODEF TYPE SYST-TABIX Index of the last field without definition or 0
Exporting A_NOTEXT TYPE SYST-TABIX Index of the last field without text or 0
Exporting FSTATI TYPE found versions {' ' , 'M', 'N', 'A'}
Exporting N_FIELD_NO TYPE SYST-TABIX Number of the fields of the N version of the table
Exporting N_NODEF TYPE SYST-TABIX Index of the last field without definition or 0
Exporting N_NOTEXT TYPE SYST-TABIX Index of the last field without text or 0
Importing A_NOINCL TYPE ' ' Filter for include lines {'X', ' '}
Importing DEFSTATUS TYPE DD04L-AS4LOCAL 'A' Status of the DTEL/DOMA definition {'A', 'M'}
Importing LANGU TYPE DD03P-DDLANGUAGE SYST-LANGU Language of the DTEL texts or the '%'
Importing N_NOINCL TYPE ' ' Filter for include lines {'X', ' '}
Importing TABNAME TYPE DD03L-TABNAME ' ' Name of the table to be read
Tables A_DD03P_TAB TYPE DD03P Fields of the A version of the table
Tables N_DD03P_TAB TYPE DD03P Fields of the N version of the table
Exception ILLEGAL_VALUE TYPE current parameter with invalid value
               
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