Menu

SAP Function Module APPL_LOG_READ_DB

Application log: Read log from database

Unsere Literaturempfehlung

Kundeneigene Erweiterungen mit ABAP: User-Exits, klassische und neue BAdIs, Switch und Enhancement Framework

Alle Technologien in einem Band! Ob Sie zukunftssichere Erweiterungen programmieren oder mit den Modifikationen in Ihren SAP-Systemen aufräumen möchten – hier erhalten Sie das erforderliche Wissen. Jede Methode wird ausführlich und mit Codebeispielen erläutert: User-Exits, klassische und neue BAdIs, Business Transaction Events, implizite und explizite Erweiterungspunkte u. v. m.

Bei amazon.de ansehen →

The Function Module APPL_LOG_READ_DB (Application log: Read log from database) is a standard Function Module in SAP ERP and is part of the function group SLG1 within the package SZAL.

Technical Information

Function Module APPL_LOG_READ_DB
Short Text Application log: Read log from database
Function Group SLG1
Package SZAL
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
DATE_FROM LIKE BALHDR-ALDATE '00000000' Read-from date
DATE_TO LIKE BALHDR-ALDATE SY-DATUM Read-by date
EXTERNAL_NUMBER LIKE BALHDR-EXTNUMBER SPACE external number
LOG_CLASS LIKE BALM-PROBCLASS '4' Problem class
MODE LIKE BALHDR-ALMODE '+' Operating mode
OBJECT LIKE BALHDR-OBJECT '*' Object name
PROGRAM_NAME LIKE BALHDR-ALPROG '*' Program name
SUBOBJECT LIKE BALHDR-SUBOBJECT '*' Subobject name
TIME_FROM LIKE BALHDR-ALTIME '000000' Read-from time
TIME_TO LIKE BALHDR-ALTIME SY-UZEIT Read-by time
TRANSACTION_CODE LIKE BALHDR-ALTCODE '*' Transaction name
USER_ID LIKE BALHDR-ALUSER SPACE User name

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
NUMBER_OF_LOGS LIKE Number of logs read

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

These are the TABLE parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
HEADER_DATA LIKE BALHDR Log header data
HEADER_PARAMETERS LIKE BALHDRP Log parameters
MESSAGES LIKE BALM Log messages
MESSAGE_PARAMETERS LIKE BALMP Message parameters
T_EXCEPTIONS LIKE BAL_S_EXCEPTION Application Log: Exceptions in Log

Exceptions

This function module does not define any Exceptions.