SAP Reports / Programs | Financials | Financials Basis | Services(FIN-FB-SRV) SAP FIN

FINB_MSG_LG1 SAP ABAP Report - Evaluate Application Log with Application Contexts







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

FINB_MSG_LG1 - Analyze Application Log


ABAP code to call this SAP report using the submit statement

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.






SUBMIT FINB_MSG_LG1. "Basic submit
SUBMIT FINB_MSG_LG1 AND RETURN. "Return to original report after report execution complete
SUBMIT FINB_MSG_LG1 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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


INCLUDES used within this REPORT FINB_MSG_LG1

INCLUDE SBAL_CONSTANTS.


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name FINB_MSG_LG1 or its description.