cancel
Showing results for 
Search instead for 
Did you mean: 

HOw to delete order type AH

Former Member
0 Kudos

Hi Experts,

Order type PO memo AH appears as stock in transit in our system

I want to delete these order type , I am able to delete them by using report /sapapo/om_delete_incon_orders

but was looking for mass deletion

so tried program /sapapo/delete_pp_order getting no deletion of converted orders in active version , now tried comming out and putting del_exeu and again running the order deletion but still i get message as above ''

Guide me how to get rid of these orders of the type AH

Regards

Manas Malhotra

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Manas,

These are controlled by the OLTP system (ECC).  In general, you would perform your mass deletion in ECC, and then the deletions would flow to SCM through the CIF.

I do not recommend using //OM_DELETE_INCON_ORDERS in a productive system, unless you really know what you are doing. 

A quick and dirty way to delete orders only in SCM is to inactivate the Integration model, and then run //CCR.  Delete the items under "no integration model".  However, this only makes sense under certain circumstances, so you really need to know what you are doing and why you are doing it.

Best Regards,

DB49