RSTCT_DELETE_PSA_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 RSTCT_DELETE_PSA_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: Deletes data from PSA.
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_isip-oltpsource i_logsys = l_s_isip-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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSTCT_DELETE_PSA_DATA - Deletes data from PSA. RSTCT_DELETE_PSA_DATA - Deletes data from PSA. RSTCT_CONFIG_TOP - Include RSTCT_CONFIG_TOP RSTCT_CONFIG_REPORT_AVAIL - Report to configure report data availability RSTCT_CONFIG_REPORT_AVAIL - Report to configure report data availability RSTCT_COLUMN_TM_FORMS - Include RSTCT_COLUMN_TM_FORMS