cancel
Showing results for 
Search instead for 
Did you mean: 

Reg: Deletion of data in PSA

Former Member
0 Kudos

Hii all,

can u please tell me is there any auotmatic way to delete data from PSA .. or any progm which can do so...

Regards,

Murali

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Murali

If you have process chain you could include delete PSA Data and it is easy otherwise you have to create a job and schedule this once in a week or so usually we keep data in PSA at least a week time.

Thnaks

Sat

Former Member
0 Kudos

hi sat,

Where can we schedule the job for PSA deletion?

Thanks,

Bhuvana.

Former Member
0 Kudos

Hi,

you can write an abap which selects PSA-Requests from table RSTSODS in an int. table, deletes from int table all older than param date and submit RSPSADEL1 (SAP standardjob for psa delete) e.g.

SUBMIT RSPSADEL1

WITH I_PSA = VFL_RSPSADEL-ODSNAME

AND RETURN.

take this abap in a chain a schedule periodically.

/manfred

Former Member
0 Kudos

Murali,

you can maintain the scheduling options of the background job to delete the PSA-data or include the process type 'Delete Requests from PSA' in a process chain.

former_member181964
Active Contributor
0 Kudos

Hi,

You can include it in Process chains.ANd we one programm, if you run it then it will delets automatically.

Thanks

Reddy