cancel
Showing results for 
Search instead for 
Did you mean: 

manually place a block on the delivery,

Former Member
0 Kudos

Is it possible to  have a block placed on a shipping delivery  after pick, pack & handling have been completed but before Post Goods Issue.

The requirement is that the user would manually place a block on the delivery, as they await internal approval.

Once internal approval is given, the user would then manually remove the block and proceed with Post goods Issue.

Regards,

Shrinath

Accepted Solutions (0)

Answers (2)

Answers (2)

Shiva_Ram
Active Contributor
0 Kudos

Goto path SPRO->Logistics execution ->shipping ->deliveries ->Define reasons for blocking in shipping. Find a block that is checked for goods issue. Make sure that it is assigned to the delivery type in the next step. Then go to delivery in VL02N, menu-> header ->administration and select the block that you find in the previous step, then save the order. This will block the delivery from goods issue. YOu can first do a testing and apply in the production system.

Regards,

Former Member
0 Kudos

Hi Srinath,

You can write this in the below user exit.

Program Name : MV50AFZZ

If XVBUK-KOSTK = C

   Set Delivery Block

Endif.

Once the picking and packing is compelte, this field will become C.  Then you can set the block.

Even if you try to do PGI, it will give error message.

Regards

Raju