cancel
Showing results for 
Search instead for 
Did you mean: 

delete request from PSA and data targets

Former Member
0 Kudos

Hi,

I have to delete request from PSA and data targets where there are no records in the request.
Such requests are visible but they do not exist in the table RSTSODSREQUEST.
In which table such requests are stored?

Regards,

Shraddha

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member182470
Active Contributor
0 Kudos

Hi,

Why are you planning to delete from the tables directly?

You can first delete the request from the Infoproviders and then in PSA.

Try with RSTSODS, RSICCONT, RSODSACTREQ, RSREQDONE tables

Regards,

Suman

Former Member
0 Kudos

Hi Shraddha, 

1. To delete requests from PSA   http://help.sap.com/saphelp_nw70/helpdata/en/b0/078f3b0e8d4762e10000000a11402f/content.htm 

2. To delete requests from DSO you can do it in manage tab. Select the requests which have zero records and press delete. If you want to delete it using ABAP code then read the RSMONICDP table using the function RSSM_DELETE_REQUEST. 

Regards,

Shilpa