cancel
Showing results for 
Search instead for 
Did you mean: 

Single entry of condition

Former Member
0 Kudos

Hello,

I have defined and item condition ZXXX for the sales document.

I want the condition to appear not more than once per sales doc item.

meaning the user will not be able to enter this condition more than once per line. How do I achieve the requirement?

thanks a lot,

Dave

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Set condition class a 'B', in V/06 only if condition type is automatic.

Check if condition type is manual or automatic. If automatic then write a routine under Alt Cond Type which will prevent duplicates entries.

Else code it in user exit MV45AFZZ in FORM USEREXIT_PRICING_PREPARE_TKOMP, and issue an error message if condition is entered more than once.

Once its done in sales order, you need not worry about billing, because through copy controls the pricing will be set as it is in sales order.

Check

Regards,

Amit

Edited by: Amit Iyer on Aug 30, 2009 2:25 PM

Answers (0)