SRT_SEQ_LOG_VIEW 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 SRT_SEQ_LOG_VIEW 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 = Date from
Selection Text: _MANDT = Client ID
Selection Text: _TIME = Time from
Selection Text: _USER = User Name
Title: SOA Runtime Log Viewer
Text Symbol: 001 = Search Criteria
Text Symbol: 002 = Time Criteria
Text Symbol: 003 = Test Info
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_client = _mandt i_s_log_filter = in_s_log_filter IMPORTING e_t_log_header = in_t_log_header EXCEPTIONS * LOG_NOT_FOUND = 1 * NO_FILTER_CRITERIA = 2 OTHERS = 1.
BAL_DB_LOAD CALL FUNCTION 'BAL_DB_LOAD' EXPORTING i_t_log_header = in_t_log_header EXCEPTIONS OTHERS = 1.
BAL_DSP_PROFILE_DETLEVEL_GET CALL FUNCTION 'BAL_DSP_PROFILE_DETLEVEL_GET' IMPORTING e_s_display_profile = in_s_display_profile EXCEPTIONS OTHERS = 1.
BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING i_s_display_profile = in_s_display_profile "i_t_log_handle = g_s_log EXCEPTIONS OTHERS = 1.
BAL_DB_DELETE CALL FUNCTION 'BAL_DB_DELETE' EXPORTING i_t_logs_to_delete = im_t_log_header * I_T_LOG_HANDLE = * I_T_LOGNUMBER = * I_CLIENT = SY-MANDT * I_IN_UPDATE_TASK = ' ' * I_WITH_COMMIT_WORK = ' ' * I_PACKAGE_SIZE = 100 EXCEPTIONS * NO_LOGS_SPECIFIED = 1 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.
SRT_SEQ_LOG_VIEW - SOA Runtime Log Viewer SRT_SEQ_LOG_VIEW - SOA Runtime Log Viewer SRT_SEQ_DELETE_TERM_SEQUENCES - SRTSEQDELETETERMSEQUENCES SRT_SEQ_DELETE_TERM_SEQUENCES - SRTSEQDELETETERMSEQUENCES SRT_SEQ_DELETE_BGRFC_QUEUES - Program SRT_SEQ_DELETE_BGRFC_QUEUES SRT_SEQ_DELETE_BGRFC_QUEUES - Program SRT_SEQ_DELETE_BGRFC_QUEUES