Menu

SAP Function Module SDOK_LOIO_CREATE_AS_COPY

The Function Module SDOK_LOIO_CREATE_AS_COPY () is a standard Function Module in SAP ERP and is part of the function group SDCX within the package SDOK.

Technical Information

Function Module SDOK_LOIO_CREATE_AS_COPY
Short Text
Function Group SDCX
Package SDOK
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
CLIENT LIKE SY-MANDT SY-MANDT Client for Source Objects and (if not Cross-Client) Copy
DESTINATION_CLIENT LIKE SY-MANDT Client for the Copy, if Cross-Client
OBJECT_CLASS LIKE SDOKPHCL-PH_CLASS Class of New Object
OBJECT_UNIQUE_ID LIKE SDOKPHIO-PHIO_ID Unique Identifier of New Object
SOURCE_OBJECT_ID LIKE SDOKOBJECT
X_CROSS_CLIENT LIKE SY-DATAR 'X' --> Cross-Client Copy
X_IGNORE_MODEL_PROPERTIES LIKE SY-DATAR X-Flag: Source Object Attributes Not Copied
X_SUPPRESS_PARTNER_CHECK LIKE SY-DATAR (Only for Internal Use)

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
OBJECT_ID LIKE SDOKOBJECT

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

These are the TABLE parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
FROM_RELATIONS LIKE SDOKRELIST Incoming Relationships with Partner Object
PROPERTIES_TO_CHANGE LIKE SDOKPROPTY Entries for Changing Attribute Values
PROPERTIES_TO_DELETE LIKE SDOKPROPTD Entries for Deleting Attribute Values
TO_RELATIONS LIKE SDOKRELIST Outgoing Relationships with Partner Object

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
BAD_CLASS Object Class Unknown
BAD_PROPERTIES Attributes Not Specified Correctly
BAD_RELATIONS Relationships Not Specified Correctly
DUPLICATE_OBJECT_ID Object Already Exists
EXCEPTION_IN_EXIT Exception in Application Exit
MISSING_PROPERTIES Required Attributes Not Specified
NOT_AUTHORIZED No Authorization
SOURCE_NOT_EXISTING Source Object Does Not Exist