cancel
Showing results for 
Search instead for 
Did you mean: 

Quotation to Sales order quantity

Former Member
0 Kudos

Dear All,

I have following requirement.I have created Sales doct type Z1 which will always be created with reference to quotation.My requirement is that system should block if user try to create more qty in sales order than what is mentioned in Quotation.

Is there any user exit or std configuration so that system should check sales order qty with quotation qty.

Regards..,

Karthik

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi ,

KIndly use the user exit & standard program below

MV45AFZB is the standard include in SAPMV45A (VA01).

FORM USEREXIT_CHECK_VBAP ... ENDFORM.

with the help of ABAPER you write the code in the above user exit

if you have any further clarifications let me know

Regards

Damu

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

In copy controll sales document to sales document - VTAA

Select CQ to OR

At header level there is option COMPLETE REFRANCE tickmark to it

Now when you create order with refrance to quotation,and user changes the qty then system will give warning MASSAGE

try to convert it from warnning to error by t-code SE91

Kapil

Former Member
0 Kudos

Thamks mate.But my requirement is system can allow the user to create sales order qty with less than or equal to quotation nqty.System should pop up error message when the order qty in sales order exceeds the quotation quantity.

The case will be for 1 quotation multiple sales orders will be created

Regards

Karthik