RSBKCLEANUPBUFFER 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 RSBKCLEANUPBUFFER 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_E = TO-Date (End of Check)
Selection Text: DATE_S = FROM-Date (Begin of Check)
Title: Deletion of orphand Entries in Errorstack/Log
Text Symbol: 001 = Please insert a valid FROM-Date
Text Symbol: 002 = Please insert a valid TO-Date
Text Symbol: 003 = FROM-Date is larger then TO-Date
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RSSM_GET_TIME call function 'RSSM_GET_TIME' exporting i_datum_loc = date_s i_uzeit_loc = '000000' importing e_timestampl = l_tstmp_s.
RSSM_GET_TIME call function 'RSSM_GET_TIME' exporting i_datum_loc = date_e i_uzeit_loc = '000000' importing e_timestampl = l_tstmp_e.
RSSM_GET_TIME call function 'RSSM_GET_TIME' exporting i_timestampl = l_s_data_v-tstmp_finish importing e_datum_loc = l_date.
DB_COMMIT call function 'DB_COMMIT'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSBKCLEANUPBUFFER - Deletion of orphand Entries in Errorstack/Log RSBKCLEANUPBUFFER - Deletion of orphand Entries in Errorstack/Log RSBKCHECKSTATE - Check Status of Current DTP Request RSBKCHECKSTATE - Check Status of Current DTP Request RSBKCHECKERRORHANDLER - Report RSBKCHECKERRORHANDLER RSBKCHECKERRORHANDLER - Report RSBKCHECKERRORHANDLER