cancel
Showing results for 
Search instead for 
Did you mean: 

Retrigerring the delivery block for sales order after change.

Former Member
0 Kudos

Dear All,

I have a scenario, When we are creating FOC order, automatically Delivery Block is

appeared. After an authorised person releases the order, the Delivery is

made against it.

Now if the order is released and any amendment is made in the order, FOC

order should get back the Delivery Block status automatically.

Thanks,

Ani.

Accepted Solutions (1)

Accepted Solutions (1)

sarthak_mohantysd
Active Contributor
0 Kudos

Hello,

I have a scenario, When we are creating FOC order, automatically Delivery Block is
appeared. After an authorised person releases the order, the Delivery is
made against it. Now if the order is released and any amendment is made in the order, FOC
order should get back the Delivery Block status automatically.

The best option of meeting your requirement is using a User exit which would put a Delivery block when the Sales Order details are changes.

USER EXIT --> USEREXIT_SAVE_DOCUMENT_PREPARE

Kindly try out this exercise with the help of a ABAPer and close this thread if your query is answered.

Regards,

SARTHAK

Answers (3)

Answers (3)

jignesh_mehta3
Active Contributor
0 Kudos

Dear Ani,

Firstly prepare a list of Sales Order Fields (& their technical names) which when changed should trigger Delivery Block. (e.g. payment Terms, price, delivering plant, etc)

Now give the requirement (feild list) to your ABAper & ask him to apply User exit - USEREXIT_SAVE_DOCUMENT_PREPARE in Sales Document program.

This will definitely insert a Delivery Block in Sales Order, if the given fields are modified.

Hope this helps..

Thanks,

Jignesh Mehta

Former Member
0 Kudos

Thanks a lot to all..

I will talk with the ABAPer for the particular development.

Former Member
0 Kudos

Dear Ani,

If its Header Level Delivery Block Try with

Include MV45AFZZ.

USEREXIT_MOVE_FIELD_TO_VBAK.

If its Item Level Delivery Block try with USEREXIT_MOVE_FIELD_TO_VBEP

Regards,

Seegal.

Former Member
0 Kudos

hi,

this we can achieve only thru an abaper's help.

sit with your abaper and work on MV45AFZZ program.

regards,

balajia