The Function Module CACS_BUFFERLOG_SAVE (Prov.: Sichere aufgelaufene Nachrichten in LogFile zum Obj) is a standard Function Module in SAP ERP and is part of the function group CACS_BUFFERLOG within the package CACSAL.
Function Module | CACS_BUFFERLOG_SAVE |
Short Text | Prov.: Sichere aufgelaufene Nachrichten in LogFile zum Obj |
Function Group | CACS_BUFFERLOG |
Package | CACSAL |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
IFGL_RETURN_MSSGS | TYPE | BOOLEAN_FLG | SPACE | Rückgabe der Nachrichten? ('X' Nachrichten zurückgeben) |
IFLG_REFRESH_BUFFER | TYPE | BOOLEAN_FLG | SPACE | Puffer Application Log zurücksetzen (X - Ja, Space - Nein) |
IFLG_REJECTED | TYPE | BOOLEAN_FLG | Objekt wurde vom Prozeß abgewiesen? (X - abgewiesen) | |
IFLG_SIMULATION | TYPE | CACSSIMULATION | 'X' | Prozeß soll im Simulationsmodus durchgeführt werden |
IFLG_UPDATE_TASK | TYPE | BOOLEAN_FLG | X - Verbuchungsmodus | |
I_LOG_EXTNUMBER | TYPE | BALNREXT | Anwendungs-Log: Externe Identifikation | |
I_LOG_HANDLE | TYPE | BALLOGHNDL | Anwendungs-Log: Handle eines Protokolls |
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 |
---|---|---|---|---|
CT_MSG_DATA | TYPE | CACS_T_MSG_DATA | Rückgabe aller Meldungen zu einem Log |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
LOG_HEADER_INCONSISTENT | Protokollkopf inkonsistent |
LOG_NOT_FOUND | Log nicht gefunden |
MSG_NOT_FOUND | Meldung nicht gefunden |
NUMBERING_ERROR | Fehler bei Nummernvergabe |
SAVE_NOT_ALLOWED | Datenbankfortschreibung nicht erlaubt |
SEVERE_ERROR | Unbekannter Fehler |