cancel
Showing results for 
Search instead for 
Did you mean: 

Condition type

Former Member
0 Kudos

Hi,

My requirement is while creating sales order if any of the condition type like Base price,VAT iis missing system should not allow to save the sales order.I dont want to use Incompletion log.Is there any other method to achieve this?

Regards.,

Karthik

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Karthikeyan,

The easiest way to go in T-code VUA2 --> there the check box in the last will help you in that case.

It indicates whether you can save an incomplete sales document.

Regards,

MT

Former Member
0 Kudos

But i dont want to control through Incompletion log.Is there any setting in the condition type so that the condition type will be mandatory in the sales order.

Regards..,

Karthik

Former Member
0 Kudos

Hi Karthikeyan,

Another way is to make the message "Pricing error: Mandatory condition MWST is missing" to Error message.

But the problem is, these are V1 messages and these are hard coded in the program.

So finally my suggestion for you is go for customization.

Talk to your technical guy, ask him to configure this requirement.

Regards,

MT

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Go to V/08

Select your price procedure >>> Double click on controll

Make tick mark to MANDATORY in front of your conditions.

Kapil

Former Member
0 Kudos

Hi all,

@Kapildev: this field generate a warning message and not a blocking message so user can save the document although this condition is null, generate a delivery and create the invoice without any block.

to block condition price there is two way: with incompletion procedure or with hard coding.

hope my answer will help you