The Function Module CN2002_ACT_CONV_KEY_OF_ACT_AEL (Konvertiert Vorg-/Elm-Nummern der NEW-, CHG- und UPD-Tabellen) is a standard Function Module in SAP ERP and is part of the function group CN2002_ACT within the package CNIF_PI.
Function Module | CN2002_ACT_CONV_KEY_OF_ACT_AEL |
Short Text | Konvertiert Vorg-/Elm-Nummern der NEW-, CHG- und UPD-Tabellen |
Function Group | CN2002_ACT |
Package | CNIF_PI |
Module Type | Normal Module |
This function module does not define any IMPORTING parameters.
This function module does not define any EXPORTING parameters.
This function module does not define any CHANGING parameters.
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
IT_CHG_ACTIVITY | LIKE | BAPI_BUS2002_ACT_CHG | Datenstruktur: Netzplanvorgang Ändern | |
IT_CHG_ACT_ELEMENT | LIKE | BAPI_BUS2002_ACTELEM_CHG | Datenstruktur: Vorgangselement Ändern | |
IT_NEW_ACTIVITY | LIKE | BAPI_BUS2002_ACT_NEW | Datenstruktur: Netzplanvorgang Anlegen | |
IT_NEW_ACT_ELEMENT | LIKE | BAPI_BUS2002_ACTELEM_NEW | Datenstruktur: Vorgangselement Anlegen | |
IT_UPD_ACTIVITY | LIKE | BAPI_BUS2002_ACT_UPD | Updatestruktur: Netzplanvorgang Ändern | |
IT_UPD_ACT_ELEMENT | LIKE | BAPI_BUS2002_ACTELEM_UPD | Updatestruktur: Vorgangselement Ändern |
This function module does not define any Exceptions.