cancel
Showing results for 
Search instead for 
Did you mean: 

PSA Deletion

Former Member
0 Kudos
120

Hi All,

In development , I want to delete PSA data, regardless of any data target , can any one tell me a one shot way to do the same.

Thanks in advance.

Tina

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Tina,

Goto RSa1 -> PSA -> select the infosource -> delete PSA data.

Bye

Dinesh

Answers (7)

Answers (7)

Former Member
0 Kudos

Hi Tina.

An alternative could be to make a process chain that is scheduled to "clean" the PSA i.e. once a week. You will find a process type called "Deletion of Requests from PSA", when you are in the process chain maintenance. Add this process and add the desired tables, and schedule the chain to run as often as you wish.

Hope it helps.

BR

Stefan

Former Member
0 Kudos

Hi Tina,

Yes. There is no SAP functionality which provides that option primarily because it si not advisable. You may probably need to write an ABAP program and achieve your requirements.

Bye

Dinesh

Former Member
0 Kudos

Hi Tina,

You can delete all the PSA requests pertaining to a Single Infosource in one shot. But you cannot delete all the PSA requests in the BW system in one shot.

regards,

SR

Former Member
0 Kudos

Thanks all, so you are concluding there is no one shot way of deleting the PSA table contents.

Points assigned.

Tina.

Former Member
0 Kudos

Hi Tina,

Also Check the fn module :RSATREE_PSA_DELETE_BATCH.

Bye

Dinesh

Former Member
0 Kudos

Hi

See this

http://help.sap.com/saphelp_nw04/helpdata/en/b0/078f3b0e8d4762e10000000a11402f/frameset.htm

I do not think there is any one shot way to all together

Assign points if useful

Thanks

N Ganesh

Former Member
0 Kudos

Hi tina

check this

RSSM_PROCESS_PSADELETE

FM

hope it helps

regards

CK

Assign poitns if usefull