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 CKAMLAVR_SIM_GET_NORM_PRICE (Liefert den Standardpreis bei Kumulationsläufen) 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 | CKAMLAVR_SIM_GET_NORM_PRICE |
Short Text | Liefert den Standardpreis bei Kumulationsläufen |
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 |
---|---|---|---|---|
IS_RUN | TYPE | CKMLRUNPERIOD | Kalkulationslauf Material-Ledger für einen Monat | |
IS_RUNAREA | TYPE | CKML_RUN_S_VALAREA_WITH_PERIOD | Bewertungskreis mit Periode | |
IT_CKMLCR | TYPE | CKI_T_CKMLCR | Periodische CR-Sätze für Kumulationsintervall | |
IT_PRKEKO | TYPE | MLCCS_T_PRKEKO | Periodische PRKEKO-Sätze für Kumulationsintervall | |
IT_PRKEPH | TYPE | MLCCS_T_PRKEPH | Periodische PRKEKO-Sätze für Kumulationsintervall |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ET_NORM | TYPE | TT_CKMLPR_EB | Bewertungsalternativen | |
ET_PRKEKO | TYPE | MLCCS_T_PRKEKO | Tabellentyp CKMLPRKEKO (sortiert) | |
ET_PRKEPH | TYPE | MLCCS_T_PRKEPH | Tabellentyp CKMLPRKEPH (sortiert) |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
This function module does not define any Exceptions.