RSBM_ERRORLOG_DELETE 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 RSBM_ERRORLOG_DELETE 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: P_DELETE = Delete Log
Selection Text: P_OLDER = but always older than ... days
Selection Text: P_R_DATE = Start Date
Selection Text: P_R_DTP = DTP
Title: Report RSBM_ERRORLOG_DELETE
Text Symbol: 001 = No requests with error logs found for this selection
Text Symbol: 002 = Time restriction selections too complex. Processing canceled
001 Request DTP Name Start Timestamp (UTC) Messages Changes
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RSSM_SLEEP_DEBUG call function 'RSSM_SLEEP_DEBUG' exporting i_seconds = 15 i_always = 'X' * I_DEBUG_STATUS_GET = ' ' * IMPORTING * E_DEBUG_ON = .
RSSM_GET_TIME call function 'RSSM_GET_TIME' exporting i_datum_loc = l_date importing e_timestampl = l_ts_min.
RSSM_GET_TIME call function 'RSSM_GET_TIME' exporting i_datum_loc = g_s_date-low importing e_timestampl = g_s_start-low exceptions failed = 1 others = 2.
RSSM_GET_TIME call function 'RSSM_GET_TIME' exporting i_datum_loc = g_s_date-high importing e_timestampl = g_s_start-high exceptions failed = 1 others = 2.
RSSM_GET_TIME call function 'RSSM_GET_TIME' importing e_timestampl = l_ts_now.
RSSM_SDL_INTERNAL_CHECK_SEL_PZ call function 'RSSM_SDL_INTERNAL_CHECK_SEL_PZ' exporting i_t_sele1 = l_t_sele1 i_t_sele2 = l_t_sele2 i_command = 'S' importing e_t_sele_out = l_t_sele_out e_no_intersection = l_no_intersection.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSBM_ERRORLOG_DELETE - Report RSBM_ERRORLOG_DELETE RSBM_ERRORLOG_DELETE - Report RSBM_ERRORLOG_DELETE RSBM_CHECK_REPAIR_RSBMNODES - Repair Missing Entries in Table RSBMNODES RSBM_CHECK_REPAIR_RSBMNODES - Repair Missing Entries in Table RSBMNODES RSBMXHO2 - Component Hierarchy: Convert the Tables DF40D and DF41S RSBMXHO2 - Component Hierarchy: Convert the Tables DF40D and DF41S