RSPSADEL1 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 RSPSADEL1 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: Delete PSA
Text Symbol: 001 = Request deletion from PSA
Text Symbol: 002 = Error
Text Symbol: 003 = Successful
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 = ' ' * I_DEBUG_STATUS_GET = ' ' * IMPORTING * E_DEBUG_ON = .
GET_JOB_RUNTIME_INFO call function 'GET_JOB_RUNTIME_INFO' importing jobcount = l_jobcount jobname = l_jobname exceptions no_runtime_info = 1 others = 2.
RSSM_GET_JOBS call function 'RSSM_GET_JOBS' exporting i_prefix = l_prefix tables e_t_joblist = l_t_joblist exceptions no_jobs_found = 1 others = 2.
ENQUEUE_ERSICENQ call function 'ENQUEUE_ERSICENQ' exceptions foreign_lock = 1 system_failure = 2 others = 3.
DEQUEUE_ERSICENQ call function 'DEQUEUE_ERSICENQ' exceptions others = 1.
DB_COMMIT call function 'DB_COMMIT' exceptions others = 1.
DEQUEUE_ERSICENQ call function 'DEQUEUE_ERSICENQ' exceptions others = 1.
RSBATCH_INFORM_MANAGER call function 'RSBATCH_INFORM_MANAGER' exporting i_process_type = 'PSADELETE' i_status = icon_yellow_light i_t_info = l_t_info importing e_batch_id = l_batch_id.
RSSM_PROCESS_PSADELETE call function 'RSSM_PROCESS_PSADELETE' exporting i_psa = i_psa i_s_psadel = l_s_rspsadel i_parent_batch_id = l_batch_id importing e_t_msg = l_t_msg e_t_part = l_t_part e_error = l_error.
RSSM_FILL_REQ_FOR_PSADEL *call function 'RSSM_FILL_REQ_FOR_PSADEL' * exporting * i_psa = i_psa * i_only_display = ' ' * importing * e_t_rnr = l_t_rnr * exceptions * others = 1.
RSAR_ODS_API_DEL * call function 'RSAR_ODS_API_DEL' * exporting * i_request = l_s_rnr-rnr * i_isource = l_s_rnr-source * i_istype = l_s_rnr-rnrtyp * i_logsys = l_s_rnr-logsys * i_date = l_s_rnr-datum * exceptions * no_ods_found = 0 * parameter_failure = 1 * others = 2.
RSSM_GET_TIME call function 'RSSM_GET_TIME' importing e_timestamps = rsicprot-timestamp.
RSSM_GET_TIME call function 'RSSM_GET_TIME' importing e_timestamps = rs2ndprocprot-timestamp.
DB_COMMIT call function 'DB_COMMIT'.
RSSM_EVENT_RAISE call function 'RSSM_EVENT_RAISE' exporting i_eventid = p_s_rspsadel-event_id_er i_eventparm = p_s_rspsadel-event_pm_er.
RSSM_GET_TIME call function 'RSSM_GET_TIME' importing e_timestamps = rs2ndprocprot-timestamp.
DB_COMMIT call function 'DB_COMMIT'.
RSSM_EVENT_RAISE call function 'RSSM_EVENT_RAISE' exporting i_eventid = p_s_rspsadel-event_id_ok i_eventparm = p_s_rspsadel-event_pm_ok.
call function 'RSBATCH_INFORM_MANAGER' exporting i_status = icon_red_light i_batch_id = p_batch_id.
RSBATCH_INFORM_MANAGER call function 'RSBATCH_INFORM_MANAGER' exporting i_status = icon_green_light i_batch_id = p_batch_id.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.
This will then be available for everyone to easily find by simply searching on the report name RSPSADEL1 or its description.