The Function Module SWE_EVENT_REC_INST_COPY (Kopieren eines Eintrages in der Instanzentabelle) is a standard Function Module in SAP ERP and is part of the function group SWEA within the package SWE.
Function Module | SWE_EVENT_REC_INST_COPY |
Short Text | Kopieren eines Eintrages in der Instanzentabelle |
Function Group | SWEA |
Package | SWE |
Module Type | Remote-Enabled |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
CLIENT | LIKE | T000-MANDT | SY-MANDT | Client |
RECID_NEW | LIKE | SWEINSTCOU-RECID | ID of new receiver | |
RECID_ORIG | LIKE | SWEINSTCOU-RECID | ID of original receiver | |
RECTYPE_NEW | LIKE | SWEINSTCOU-RECTYPE | Type of new receiver | |
RECTYPE_ORIG | LIKE | SWEINSTCOU-RECTYPE | Type of original receiver |
This function module does not define any EXPORTING parameters.
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
UPDATE_FAILED | Entry of instance linkage failed |