cancel
Showing results for 
Search instead for 
Did you mean: 

Requests on Quene in Production server

Former Member
0 Kudos

i want to delete the requests from production server. On stms_import option if i delete it takes time , as i have to do it one by one. But i want to delete it 20 request in one run. Is it possible on OS level. If yes then please tell HOW?

it is urgent.

Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Vir

I am not completely sure, but it looks like you are trying to delete import requests out of the prod queue. Wrong forum then, maybe the SAP NetWeaver Administrator would have been more appropriate ))

Nevertheless you have these options:

- STMS:

you can select multiple entries in an import queue with F9 (or blocks with F6/F6), then request -> delete (shift + F2)

- on OS level using tp (for a given SAP system C12):

cd TRANS_DIR/bin

tp pf=TP_DOMAIN_C12.PFL delfrombuffer C12K900001 C12

- edit the buffer directly (i guess not supported by SAP):

The STMS import queue is only showing the contents of TRANS_DIR/buffer/<SID> so you can manually delete import requests there. Remember to take a backup first!

Regards Michael