cancel
Showing results for 
Search instead for 
Did you mean: 

Delete Intransit from APO which Loaded by PI from external interface

Former Member
0 Kudos

Hi all,

I am facinf a problem in deleting the Order created by External Interface.

We are loading Inransit as PO Mamo (ATP Category AH). Now we need to delete all the Record with AH ATP categoy before we reload new intransit to APO.

Problem is we are not able to delete those order as those are not in Live Cache.

We try using transaction /n/sapapo/bp2 but every time its throwing error "SAP APO system Q51CLNT100 has been declared as an SAP R/3 system.

and even i try deleting from /SAPAPO/RLCDEL. but its not deleting those order.

Can some one suggest what to do.

What all the option that we can try to delete the intransit.

Thanks & Regards,

Amit Sharma

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Amit,

You can use BAPI to delete AH ATP Category.

1. Read all Purchase Documents from BAPI_POSRVAPS_GETLIST3 for product u2013 location for AH Type ATP Category only.

2.Get the ORDID on the selection made.

3.Call BAPI_POSRVAPS_REMOVEITEMS and load the list of order no. and then delete it.

Please try this.

Thanks,

Dipankar

Answers (0)