cancel
Showing results for 
Search instead for 
Did you mean: 

deleting an order with several orders in it..

Former Member
0 Kudos

Hi,

How to delete a stock transfer order with multi stock orders in it? further, the order is in the past and cant see it in the live cache.

Regards,

Sharath

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Sharath,

/sapapo/rlcdel or /SAPAPO/DELETE_PP_ORDER are the

best transactions.

I would recommend try first deleting in R/3 and then try

running /sapapo/ccr for purchase orders and check

Regards

R. Senthil Mareeswaran.

Former Member
0 Kudos

Hi,

the error message says i cant delete the order as it has stock ords or a customer requirements ..with in the order. i cant delete it in the r3 because although this order is transferred from r3 the r3 connection is inactive now.

this is an SNP order can i use the *pp_order report to delete the order..from the production server..

how to overcome this,

regards,

dhanush

Former Member
0 Kudos

Hi Sharath,

After making absolutely sure that the deletion will have no repurcussions in your system, you can delete the STO using BAPIs.

Retrieve the GUID using BAPI_POSVARAPS_GETLIST3 and delete the same using BAPI_POSRVAPS_DELMULTI.

regards,

biplab

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Sharath,

There are some transactions that you can use to delete order data:

1) /SAPAPO/RLCDELETE

2) /SAPAPO/SDORDER_DEL

3) /SAPAPO/DELETE_PP_ORDER

SAP recommends to not use these transactions in a productive environment.

Thanks,

Arjen