SAP Reports / Programs | Accounting - General | Accounting Interface(AC-INT) SAP AC

RGLE_ECS_MSG_LOG_DISPLAY SAP ABAP Report - ECS: Display Application Logs







RGLE_ECS_MSG_LOG_DISPLAY 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 RGLE_ECS_MSG_LOG_DISPLAY 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

ACC_ECS_LOG_DISPLAY - Display ECS Application Logs


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 RGLE_ECS_MSG_LOG_DISPLAY. "Basic submit
SUBMIT RGLE_ECS_MSG_LOG_DISPLAY AND RETURN. "Return to original report after report execution complete
SUBMIT RGLE_ECS_MSG_LOG_DISPLAY 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_ALPRG = Program
Selection Text: P_ALTCD = Transaction Code
Selection Text: P_ALUSR = User
Selection Text: P_EXTID = External ID
Selection Text: P_SBOBJ = Subobject
Selection Text: SO_ALDAT = Date
Selection Text: SO_ALTIM = Time
Selection Text: SO_LOGNO = Log Number
Title: ECS: Display Application Logs
Text Symbol: 002 = Application Log Object
Text Symbol: 003 = Additional Selection Criteria


INCLUDES used within this REPORT RGLE_ECS_MSG_LOG_DISPLAY

No INCLUDES are used within this REPORT code!


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_DB_SEARCH CALL FUNCTION 'BAL_DB_SEARCH' EXPORTING i_s_log_filter = g_str_log_filter IMPORTING e_t_log_header = g_tab_log_header[] EXCEPTIONS log_not_found = 1 no_filter_criteria = 2 OTHERS = 3.

BAL_DB_LOAD CALL FUNCTION 'BAL_DB_LOAD' EXPORTING i_t_log_handle = g_tab_log_handle[] EXCEPTIONS no_logs_specified = 1 log_not_found = 2 log_already_loaded = 3 OTHERS = 4.

BAL_DSP_PROFILE_STANDARD_GET CALL FUNCTION 'BAL_DSP_PROFILE_STANDARD_GET' IMPORTING e_s_display_profile = g_str_display_profile.

BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING i_s_display_profile = g_str_display_profile i_t_log_handle = g_tab_log_handle[] EXCEPTIONS profile_inconsistent = 1 internal_error = 2 no_data_available = 3 no_authority = 4 OTHERS = 5.

BAL_FILTER_CREATE CALL FUNCTION 'BAL_FILTER_CREATE' EXPORTING i_object = con_log_object "'GLE_ECS' i_subobject = p_sbobj i_extnumber = p_extid i_aldate_from = so_aldat-low i_aldate_to = so_aldat-high i_altime_from = so_altim-low i_altime_to = so_altim-high * i_probclass_to = balhdr-probclass i_alprog = p_alprg i_altcode = p_altcd i_aluser = p_alusr IMPORTING e_s_log_filter = c_str_log_filter EXCEPTIONS OTHERS = 0.



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 RGLE_ECS_MSG_LOG_DISPLAY or its description.