SAP ABAP Function Module DD_CHECK_NAME (Check dictionary object name for correctness)
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_CHECK_NAME Check dictionary object name for correctness  
Function Group SDAP   DD-Application Program Interface  
Program Name SAPLSDAP   Include LSDIEF01 
INCLUDE Name LSDAPU03    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Exporting TYP_CONFLICT TYPE TBATG-OBJECT Type of an object which already exists
Exporting SAA_CONFLICT TYPE DDREFSTRUC-FLAG X: Name not allowed
Exporting OBJ_EXISTS TYPE DDREFSTRUC-FLAG The object already exists
Exporting MSG_FLAG TYPE DDREFSTRUC-FLAG There is a message in SY-MSGNO etc.
Importing NAME TYPE TBATG-TABNAME Object name
Importing NAME2 TYPE TBATG-INDNAME SPACE Name enhancement; for example index ID
Importing OBJTYP TYPE TBATG-OBJECT Type of object; for example DOMA, DTEL, TABL and so on
Importing SUBTYP TYPE DD02L-TABCLASS SPACE Subtype, e.g. table class or view type
Importing NO_EXI_CHECK TYPE DDREFSTRUC-FLAG SPACE X: Do not check existence of object
Importing NO_CREATE_CHECK TYPE DDREFSTRUC-FLAG SPACE X: object should not be newly created
Importing ACTIVE_ONLY TYPE DD02L-AS4LOCAL SPACE
Exception UNKNOWN_OBJTYPE TYPE False entry in OBJTYP
               
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  19950206 
SAP Release Created in