Menu

SAP Function Module BM_OBJECT_COPY

Copy Object

Unsere Literaturempfehlung

IDoc-Entwicklung für SAP: Customizing, Erweiterung, Eigenentwicklung

Wenn der Standard nicht ausreicht: Mit diesem Buch lernen Sie, IDocs selbstständig zu programmieren und zu erweitern. Die Autorin beschreibt Customizing-Techniken, die Erweiterung der Standardbausteine und komplette Eigenentwicklungen. Ob Rückmeldungen von Statuswerten, E-Mail-Workflows oder Serialisierung – für alle Aufgaben finden Sie Anleitungen und Tipps aus der Programmierpraxis. Neu in dieser Auflage: Überwachung und Fehlerbehandlung mit dem SAP Application Interface Framework.

Bei amazon.de ansehen →

The Function Module BM_OBJECT_COPY (Copy Object) is a standard Function Module in SAP ERP and is part of the function group SF01 within the package SDFM.

Technical Information

Function Module BM_OBJECT_COPY
Short Text Copy Object
Function Group SF01
Package SDFM
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
I_CICO_DIALOG TYPE BMT_FLAG 'X'
I_CICO_REQNO LIKE RPYGSGF-CICO_REQNO Transfer Order Number
I_DEVCLASS LIKE BMOBJECT-DEVCLASS Development Class
I_INITIAL_SCREEN TYPE BMT_FLAG 'X'
I_LANGUAGE LIKE SY-LANGU SY-LANGU Language
I_OBJECT_ID_FROM LIKE BMOBJECT-ID Object key
I_OBJECT_ID_TO LIKE BMOBJECT-ID Object key
I_OBJECT_TYPE_FROM LIKE BMOBJECT-TYPE Object Type
I_OBJECT_TYPE_TO LIKE BMOBJECT-TYPE Object Type

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
E_DEVCLASS TYPE DEVCLASS Development class for Change and Transport Organizer
E_MESSAGES TYPE BMMSGTAB Messages
E_OBJECT_ID TYPE BMOBJECT-ID Object Definition
E_OBJECT_TEXT TYPE BMOBJECT-NAME Description

Changing Parameters

These are the CHANGING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
R_SPECIFIC_DATA TYPE ANY Structure overview

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
CANCELLED Copying cancelled