SAP ABAP Function Module DD_INSTANTIATOR (Creation of instance of object(header) from its name and type spec.)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-DIC-AC (Application Component) Activation Program, Conversion Program, DB Utility, MC, SPDD
     SDBT (Package) ABAP Dictionary: Basic Tools
Basic Data
Function Module DD_INSTANTIATOR Creation of instance of object(header) from its name and type spec.  
Function Group SDDE   Calculate Dependents/Navigation  
Program Name SAPLSDDE   DD: Navigation between DDIC Sources 
INCLUDE Name LSDDEU03    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Exporting WA_STRUC TYPE DD02L-TABNAME Structure of INSTANCES_A/N tables
Importing CLASS TYPE DDREFSTRUC-CLASS 'DOMA' Bezeichnung der Objektklasse
Importing GET_STATE TYPE DDREFSTRUC-STATE 'A' Required status of object instances
Importing LANGU TYPE SYST-LANGU SY-LANGU Required language
Importing LEN TYPE SYST-FDPOS 10 Length of symbol field in'NAMES'
Importing OFF TYPE SYST-FDPOS 0 Start of symbol field in 'NAMES'
Importing PRID TYPE SYST-TABIX 0 ID of a standard output channel or 0.
Importing WITHTEXT TYPE DDREFSTRUC-STATE ' ' X: Text in language 'LANGU' is read with it
Tables INSTANCES_A TYPE   Active object instances
Tables INSTANCES_N TYPE   Revised object instances
Tables NAMES TYPE   Table with symbol field in position 'OFF'('LEN')
Exception ILLEGAL_PATH TYPE Instance cannot be created for class
               
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