RSIM_DELETE_PSA_OLD_DATA 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 RSIM_DELETE_PSA_OLD_DATA 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.
Title: Report RSIM_DELETE_PSA_OLD_DATA
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RSS2_PSA_NEW_OLD_DS CALL FUNCTION 'RSS2_PSA_NEW_OLD_DS' EXPORTING i_datasource = l_s_ds_psa-oltpsource i_logsys = l_s_ds_psa-logsys i_only_active = 'X' IMPORTING e_t_psa = l_t_psa EXCEPTIONS no_ds_lg_found = 1 OTHERS = 2.
RSSM_PROCESS_PSADELETE CALL FUNCTION 'RSSM_PROCESS_PSADELETE' EXPORTING i_psa = l_s_psadel-odsname i_s_psadel = l_s_psadel IMPORTING e_t_part = l_t_part e_error = l_error.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSIM_DELETE_PSA_OLD_DATA - Report RSIM_DELETE_PSA_OLD_DATA RSIM_DELETE_PSA_OLD_DATA - Report RSIM_DELETE_PSA_OLD_DATA RSIM_DELETE_CHNG_LOG_DATA - Report RSIM_DELETE_CHNG_LOG_DATA RSIM_DELETE_CHNG_LOG_DATA - Report RSIM_DELETE_CHNG_LOG_DATA RSIMPORTSHDAIMS - documentation and ABAP source code RSIMPORTSHDAIMS - documentation and ABAP source code