RS_APPLICATION_LOG_SHOW 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 RS_APPLICATION_LOG_SHOW into the relevant SAP transactions such as SE38 or SE80
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: DATE_FR = From (Date)
Selection Text: DATE_TO = To (Date)
Selection Text: L_EXTNR = Ext. Identifier
Selection Text: L_OBJ = Object
Selection Text: L_SUBOBJ = Subobject
Selection Text: TIME_FR = From (Time)
Selection Text: TIME_TO = To (Time)
Selection Text: USER = Name
Title: Parametrized Display of Application Log
Text Symbol: 001 = Application Log
Text Symbol: 002 = Object Information
Text Symbol: 003 = Time Limits
Text Symbol: 004 = Users
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
BAL_DSP_PROFILE_STANDARD_GET CALL FUNCTION 'BAL_DSP_PROFILE_STANDARD_GET' IMPORTING e_s_display_profile = l_sx_profile.
APPL_LOG_DISPLAY *CALL FUNCTION 'APPL_LOG_DISPLAY' * EXPORTING * object = l_obj * subobject = l_subobj * external_number = l_extnr * suppress_selection_dialog = 'X' * date_from = date_fr * date_to = date_to * time_from = time_fr * time_to = time_to * i_s_display_profile = l_sx_profile * EXCEPTIONS * no_authority = 1 * OTHERS = 2.
BAL_FILTER_CREATE CALL FUNCTION 'BAL_FILTER_CREATE' EXPORTING i_object = object i_subobject = subobject i_extnumber = external_number i_aluser = aluser i_aldate_from = date_from i_aldate_to = date_to i_altime_from = time_from i_altime_to = time_to 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 i_do_not_load_messages = read_from_db_hdr IMPORTING e_t_log_handle = l_t_log_loaded EXCEPTIONS OTHERS = 0.
BAL_ARCHIVE_SEARCH CALL FUNCTION 'BAL_ARCHIVE_SEARCH' EXPORTING i_s_log_filter = l_s_log_filter IMPORTING e_s_arcdata = l_s_arcdata EXCEPTIONS log_not_found = 1 read_error_from_archive = 2.
BAL_ARCHIVE_LOAD CALL FUNCTION 'BAL_ARCHIVE_LOAD' EXPORTING i_s_arcdata = l_s_arcdata 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 = 0.
BAL_DSP_PROFILE_STANDARD_GET CALL FUNCTION 'BAL_DSP_PROFILE_STANDARD_GET' IMPORTING e_s_display_profile = l_s_display_profile EXCEPTIONS OTHERS = 0.
BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING i_t_log_handle = l_t_log_handle i_s_display_profile = l_s_display_profile i_srt_by_timstmp = i_srt_by_timstmp EXCEPTIONS no_authority = 1 OTHERS = 2.
BAL_GLB_MEMORY_REFRESH CALL FUNCTION 'BAL_GLB_MEMORY_REFRESH' EXPORTING i_refresh_all = space i_t_logs_to_be_refreshed = l_t_log_loaded 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.
RS_APPLICATION_LOG_SHOW - Parametrized Display of Application Log RS_APPLICATION_LOG_SHOW - Parametrized Display of Application Log RS_APC_PING_PONG - ABAP Push Channel: Ping Pong Game RS_APC_PING_PONG - ABAP Push Channel: Ping Pong Game RS_AO_LAUNCHER - Report RS_AO_LAUNCHER RS_AO_LAUNCHER - Report RS_AO_LAUNCHER