Menu

SAP Function Module APPL_LOG_READ_DB

Application log: Read log from database

Recommended Now

All-new Echo Dot Smart speaker with Alexa

This bundle includes Echo Dot (3rd Gen) Charcoal and Philips Hue White A19 Medium Lumen Smart Bulb, 1100 Lumens. Built in Smart Home hub. Ask Alexa to control Zigbee-compatible devices. No additional Philips Hue hub required. Two choices for easy smart lighting - Start setting the mood with Hue Smart bulbs and your Echo device, supporting up to 5 Hue Bluetooth & Zigbee smart bulbs. Add the Hue Hub for whole-home smart lighting (up to 50 light points) and bonus features.

Check it out on amazon.com →

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.