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
Below is a list of transaction codes which are relevant to this SAP report
ACC_ECS_LOG_DISPLAY - Display ECS Application Logs
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_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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RGLE_ECS_MSG_LOG_DISPLAY - ECS: Display Application Logs RGLE_ECS_MSG_LOG_DISPLAY - ECS: Display Application Logs RGLE_ECS_MSG_DEMO - Program GLE_ECS_MSG_DEMO RGLE_ECS_MSG_DEMO - Program GLE_ECS_MSG_DEMO RGLE_ECS_LIST - List of ECS Items by any Criteria RGLE_ECS_LIST - List of ECS Items by any Criteria