SAP ABAP Function Module DDUT_OBJECT_COPY (DD:Copy Object)
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 DDUT_OBJECT_COPY DD:Copy Object  
Function Group SDTO   Official Tools of the ABAP Dictionary  
Program Name SAPLSDTO    
INCLUDE Name LSDTOU02    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Importing TYPE TYPE DDOBJTYP Type of ABAP Dictionary Object to be Copied
Importing SRC_NAME TYPE DDOBJNAME Name of ABAP Dictionary Object to be Copied
Importing SRC_ID TYPE DDOBJECTID ' ' Identifier of ABAP Dictionary Object to be Copied
Importing DST_NAME TYPE DDOBJNAME Name to which to Copy
Importing DST_ID TYPE DDOBJECTID ' ' Identifier to which to Copy
Importing STATE TYPE DDOBJSTATE 'A' Read status of object to be copied
Importing WITH_SUBOBJECTS TYPE DDBOOL_D 'X' Should Component Objects also be Copied
Importing WITH_DOCU TYPE DDBOOL_D 'X' Should Documentation of Object also be Copied
Exception ILLEGAL_INPUT TYPE Illegal Value of an Input Parameter
Exception SRC_NOT_FOUND TYPE Object to be copied does not exist
Exception COPY_FAILURE TYPE Error while Copying (ROLLBACK Recommended)
Exception COPY_REFUSED TYPE Copy not Allowed
               
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  19960903 
SAP Release Created in