cancel
Showing results for 
Search instead for 
Did you mean: 

Job to delete 1 week old CIF queues and Obsolete CIF Post Processing Records

Former Member
0 Kudos

Hi Experts,

There are some Post Processing records(CPP) which I had marked obsolete. Also, there are some queues which I saved(in SMQ3).

Now, we dont need those. One option is tpo manually deleted those entries.

However, is there a way to setup a job which would run periodically to delete Post processing records which are say, more than 1 week old. Also, how do we set up a job which will run periodically to delete Saved Inbound Queues which are more than a week old?

Any help wpuld highly be appreciated,

Regards,

Kunal

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Sourabh,

Thanks for the promt reply. The queues I am talking about are all Saved Inbound queues (SMQ3)..and not active queues in SMQ2.


Will this program RSTRFCIDS be applicable for deletion of Saved Inbound queues as well?

Regards,

Kunal

Former Member
0 Kudos

Also, how do we ensure that only queues that are older than a week should be deleted and rest of the queues should remain untouched? pls suggest.

sourabh_jain66
Active Contributor
0 Kudos

Hi Kunal,

I think it doesn't work with SMQ3, i haven't checked it, you can check once.

What i think with this you can get rid of saving the queues even.

You can schedule the job in background to delete old active queues with error in SMQ2, this way you also will save on time.

For that you have option to reorganize the entries in transaction SMQ3.

For more info on how SMQ3 works go to below link;

http://www.se80.co.uk/sapreports/r/rstr/rstrfcm5.htm

Rgds

Sourabh

sourabh_jain66
Active Contributor
0 Kudos

You have an option of specifying the time in selection of the program.

Rgds

Sourabh

sourabh_jain66
Active Contributor
0 Kudos

Hi Kunal,

You can use following programs to delete inbound and outbound queues.

RSTRFCIDS-delete inbound queues

RSTRFCQDS-delete outbound queues

Rgds

Sourabh

sourabh_jain66
Active Contributor
0 Kudos

One more point to mention here, you can schedule these programs in background with time filter, so weekly queue deletion can be controlled with this,

Rgds

Sourabh