Menu

SAP Function Module DDUT_OBJECT_COPY

DD:Copy Object

The Function Module DDUT_OBJECT_COPY (DD:Copy Object) is a standard Function Module in SAP ERP and is part of the function group SDTO within the package SDIC.

Technical Information

Function Module DDUT_OBJECT_COPY
Short Text DD:Copy Object
Function Group SDTO
Package SDIC
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
DST_ID TYPE DDOBJECTID ' ' Identifier to which to Copy
DST_NAME TYPE DDOBJNAME Name to which to Copy
SRC_ID TYPE DDOBJECTID ' ' Identifier of ABAP Dictionary Object to be Copied
SRC_NAME TYPE DDOBJNAME Name of ABAP Dictionary Object to be Copied
STATE TYPE DDOBJSTATE 'A' Read status of object to be copied
TYPE TYPE DDOBJTYP Type of ABAP Dictionary Object to be Copied
WITH_DOCU TYPE DDBOOL_D 'X' Should Documentation of Object also be Copied
WITH_SUBOBJECTS TYPE DDBOOL_D 'X' Should Component Objects also be Copied

Exporting Parameters

This function module does not define any EXPORTING parameters.

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
COPY_FAILURE Error while Copying (ROLLBACK Recommended)
COPY_REFUSED Copy not Allowed
ILLEGAL_INPUT Illegal Value of an Input Parameter
SRC_NOT_FOUND Object to be copied does not exist