The Function Module BAL_DB_SEARCH (Application Log: Database: Find Logs) is a standard Function Module in SAP ERP and is part of the function group SBAL_DB within the package SZAL.
Function Module | BAL_DB_SEARCH |
Short Text | Application Log: Database: Find Logs |
Function Group | SBAL_DB |
Package | SZAL |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_CLIENT | TYPE | SY-MANDT | SY-MANDT | Client to be searched |
I_S_LOG_FILTER | TYPE | BAL_S_LFIL | Log header data filter |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_T_LOG_HEADER | TYPE | BALHDR_T | Table of log header data read |
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 |
---|---|
LOG_NOT_FOUND | No log found |
NO_FILTER_CRITERIA | Filter criteria missing |