RSSTATMAN_DELETE_OLD_REQMDEL 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 RSSTATMAN_DELETE_OLD_REQMDEL 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: MONTH = Months
Title: Delete Old Entries from RSSTATMANREQMDEL Table
Text Symbol: 001 = Delete Entries Older Than X Months
Text Symbol: 002 = Month entry must be at least '1'
Text Symbol: 003 = No entries deleted that were written by DTPs
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 = l_date i_uzeit_loc = '000000' importing e_timestamps = l_ts e_timestampl = l_tsl.
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.
RSSTATMAN_DELETE_OLD_REQMDEL - Delete Old Entries from RSSTATMANREQMDEL Table RSSTATMAN_DELETE_OLD_REQMDEL - Delete Old Entries from RSSTATMANREQMDEL Table RSSTATMAN_CHECK_CONVERT_PSA - Check and Conversion of PSA Status Management to NW 04s RSSTATMAN_CHECK_CONVERT_PSA - Check and Conversion of PSA Status Management to NW 04s RSSTATMAN_CHECK_CONVERT_DTA - Check and Conversion of Status Management to NW 04s RSSTATMAN_CHECK_CONVERT_DTA - Check and Conversion of Status Management to NW 04s