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 CKMLAVR_COPY_RUN (Kopieren eines Kalkulationslaufs) is a standard Function Module in SAP ERP and is part of the function group CKMLAVR_SIM within the package CO_ML_AVR.
Function Module | CKMLAVR_COPY_RUN |
Short Text | Kopieren eines Kalkulationslaufs |
Function Group | CKMLAVR_SIM |
Package | CO_ML_AVR |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ID_SIZE | TYPE | SY-TABIX | Nummer des Kalkulationslaufs für das Material-Ledger | |
ID_SOURCE_RUN | TYPE | CKML_RUN_ID | Währungstyp und Bewertungssicht | |
ID_TARGET_RUN | TYPE | CKML_RUN_ID | Mandant |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ES_TARGET_RUN | TYPE | CKMLRUNPERIOD | Kalkulationslauf Material-Ledger für einen Monat |
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_EXCL_PLANTS | TYPE | CKML_RUN_T_PLANT | Werke zu einem ML-Kalkulationslauf (DB: ckmlrunplant) |
This function module does not define any Exceptions.