FINB_MSG_LG1 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter FINB_MSG_LG1 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FINB_MSG_LG1 - Analyze Application Log
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Selection Text: P_APPL = D Application
Selection Text: P_CODE = D Transaction Code
Selection Text: P_DATF = D Date
Selection Text: P_DATTO = D Date
Selection Text: P_PROC = D Program
Selection Text: P_TIMEF = D Time
Selection Text: P_TIMETO = D Time
Selection Text: P_USER = D User
Title: Evaluate Application Log with Application Contexts
INCLUDE SBAL_CONSTANTS.
No SAP DATABASE tables are accessed within this REPORT code!
BAL_FILTER_CREATE call function 'BAL_FILTER_CREATE' exporting i_object = space i_subobject = space i_extnumber = l_extn * i_lognumber = p_logno i_aldate_from = p_datf i_aldate_to = p_datto i_altime_from = p_timef i_altime_to = p_timeto i_alprog = p_proc i_altcode = p_code i_aluser = p_user importing e_s_log_filter = l_s_log_filter exceptions others = 0.
BAL_DB_SEARCH call function 'BAL_DB_SEARCH' exporting i_s_log_filter = l_s_log_filter importing e_t_log_header = l_t_log_header exceptions others = 1.
BAL_LOG_EXIST call function 'BAL_LOG_EXIST' exporting i_log_handle =
-log_handle exceptions log_not_found = 1.
BAL_DB_LOAD call function 'BAL_DB_LOAD' exporting i_t_log_header = l_t_log_header importing e_t_log_handle = l_t_log_loaded exceptions others = 0.
BAL_DSP_PROFILE_SINGLE_LOG_GET call function 'BAL_DSP_PROFILE_SINGLE_LOG_GET' importing e_s_display_profile = l_s_display_profile exceptions others = 1.
BAL_DSP_PROFILE_STANDARD_GET call function 'BAL_DSP_PROFILE_STANDARD_GET' importing e_s_display_profile = l_s_display_profile.
BAL_DSP_LOG_DISPLAY call function 'BAL_DSP_LOG_DISPLAY' exporting * I_S_LOG_FILTER = * I_T_LOG_CONTEXT_FILTER = * I_S_MSG_FILTER = * I_T_MSG_CONTEXT_FILTER = * I_T_LOG_HANDLE = * I_T_MSG_HANDLE = i_s_display_profile = l_s_display_profile exceptions others = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
FINB_MSG_LG1 - Evaluate Application Log with Application Contexts FINB_MSG_LG1 - Evaluate Application Log with Application Contexts FINB_MSG_HANDLING_MACROS - Help Macros for FINB_MSG (only use internally if possible) FINB_MSG_HANDLING_LCLIMP005 - FINBMSGHANDLINGLCLIMP005 FINB_MSG_HANDLING_LCLIMP004 - FINBMSGHANDLINGLCLIMP004 FINB_MSG_HANDLING_LCLIMP003 - FINBMSGHANDLINGLCLIMP003