The Function Module IAOM_SAVE_INT_ACC_OBJECTS (Sichert alle geänderten Controllingobjekte aus dem Puffer) is a standard Function Module in SAP ERP and is part of the function group IAOM_SERVICE within the package IAOM.
Function Module | IAOM_SAVE_INT_ACC_OBJECTS |
Short Text | Sichert alle geänderten Controllingobjekte aus dem Puffer |
Function Group | IAOM_SERVICE |
Package | IAOM |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_BUS_SCENARIO_ID | TYPE | IAOM_BS_IDENTIFICATION | Geschäftsszenariobezeichner | |
I_TEST_RUN | TYPE | BOOLE_D | ' ' | Testlauf? ('X' - ja, ' ' - nein) |
I_WITH_LOG | TYPE | BOOLE_D | 'X' | Translator-Log nutzen? ('X' - ja, ' ' - nein) |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_NUM_SAVED_OBJECTS | TYPE | INT4 | Anzahl der gesicherten Objekte | |
E_RESULT_LIST | TYPE | IAOMT_OBJECT_STATUS_TAB | Alle Objekte, die zu sichern versucht wurden |
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 |
---|---|
BUS_SCENARIO_UNKNOWN | Geschäftsszenario nicht definiert - Ergebnisliste ist leer, Meldung in SY |
ERROR_OCCURRED | Fehler beim Sichern eines oder mehrerer ContrObj. aufgetreten, s. Ergebnisliste |
PROCESSING_ABORTED | Verarbeitung vorzeitig abgebrochen - Ergebnisliste ist leer, Meldung in SY |