cancel
Showing results for 
Search instead for 
Did you mean: 

Removing stock in transit quantity in Product view

Former Member
0 Kudos

hi Sap folks,

Can i know if stock in transit quantity in the product view (/sapapo/rrp3) can be remove? If yes, is there any transaction code that can be use to remove this value? Since we think that these stock in transits are obsolete values and sometimes it causes problem in the planning run in APO. Thanks in advance

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Wade,

If the stock in transit values are live, you have to use program /SAPAPO/RLCDELETE. If the values are indeed obsolete, take the GUID for the corresponding in transit using /SAPAPO/OM16 and delete the order data through program /SAPAPO/OM_DELETE_INCON_ORDERS.

regards,

biplab

Former Member
0 Kudos

Hi biplabk ,

I've checked the stock in transit value and it is not generated in R/3, so we wonder why it was generated in the APO side. This don't have a guid, only a code /CS. Ive used /SAPAPO/OM16 and it says that there is no data for stock in the material. Can i know if there is a possibility that the data was not synched in R/3? thanks in advance

tibor_nagy
Contributor
0 Kudos

Dear Wade,

please use comparison report /sapapo/ccr in apo to correct the stocks between R/3 and apo.

Regards,

Tibor

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

biplabk give me the correct answer, i've used /sapapo/rlcdelete then removing category CS for stock in transit, and now it was deleted in APO. Thanks