cancel
Showing results for 
Search instead for 
Did you mean: 

Delivery block based on payment terms

former_member1091983
Active Contributor
0 Kudos

Dear Experts,

I want to set up the delivery block by the system, for the sales order which has the particular payement term 'cash in advance' until the payment recieved by the accounting..

How can i achieve this...appreciate if u could share ur ideas...

Thanks in advance.

Reg

JJ

Accepted Solutions (1)

Accepted Solutions (1)

Lakshmipathi
Active Contributor
0 Kudos

Either in your existing routine itself, you can write this logic or try with delivery user exit V50S0001

thanks

G. Lakshmipathi

Answers (2)

Answers (2)

former_member1091983
Active Contributor
0 Kudos

Thanks a lot for ur suggestions gentlemen.. closed.

Former Member
0 Kudos

HI

This can be achieved at sales order level.

check if payment terms = "cash in advance"

VBAk-LIFSK = 01.

You can write this logic in MV45AFZZ include.

Use USEREXIT_SAVE_DOCUMENT.

try and revert