cancel
Showing results for 
Search instead for 
Did you mean: 

How to change plant value during inspection lot stock posting in case of 08 lots?

karun_prabhu
Active Contributor
0 Kudos

In case of stock transfer 08 lots originating for material stock transfer from one plant to another, I want the stock to be posted back to unrestricted use of source plant (available in material document) in case of rejection UD code. I have set a breakpoint in user exit ZXQEVU01 it is neither getting triggered on giving UD code nor when doing stock posting. When this user exit gets triggered? Kindly guide.

View Entire Topic
former_member198406
Contributor
0 Kudos

Hello Arun,

When you transfer the stock the IL get created in receiving plant and not the sending plant. So, you can only post the stock in receiving plant.

But, you can create a function module using BAPI_GOODSMVT_CREATE. Then use this FM to configure follow-up action and assign to a UD code. This FM will use a movement type(without quality) to move the stock back to the sender plant.

Dipesh.