cancel
Showing results for 
Search instead for 
Did you mean: 

Pricing Issue

Former Member
0 Kudos

All,

How can i setup the system so a hard error is produced when an item is entered in the sales order and there is no pricing for that item in the system?

Currently if an item doesn't have any pricing in the system, it will still get saved. I need to be able to produce hard error at sales order level.

The base condition type is already set to "D Do not process manually".

thanks

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

Mark your Base Price condition mandatory (Required) in your pricing procedure.

It will give you an error in sales order and will not allow you to save the sales order.

Ramchandra

former_member206170
Participant
0 Kudos

Hi sdwiki106 ,

There are two ways of doing it.

1) Incompletion Procedure as explained above in the thread.

2) User Exit incase you want some sales document ( of a particular sales doc type) to be saved if no pricing is determined.

Incompletion procedure will be an easy one to go with. For the 2nd way you need an Abaper to help you on this.

Thanks,

Himanshu.

Former Member
0 Kudos

Hi,

Use Incompletion[OVA2] for the order type where in make VBAK-KALSM and set the status as error,so that you can't save the document.

Venugopal

Former Member
0 Kudos

Thanks Veno.

When you say set the status as error, what should i select/ It says 01, 02, 03 etc.

Former Member
0 Kudos

Hi,

If you press F4 for status group field, you would find various transactions getting affected which also results in system messages of errors. You can therefore select one of them as per your requirement.

However, I feel that the option given above by Ramchandra is a better one and is most commonly used.

Regards,

Peeyoosh.

Former Member
0 Kudos

thanks Peeyoosh.

The base condition is already setup as mandatory condition type but in sales order it only gives a warning and doesn't produce hard error and as a result, i am still able to save the document. I need to be able to NOT save the document if mandatory condition type is missing.

thanks

Former Member
0 Kudos

Please speak to your ABAPer.

He would be able to convert the warning message into error.

Former Member
0 Kudos

Thanks.

I think there is a way thru configuration as well.

I will wait for Venu's reply and see if this can be done without developer's help.

Shiva_Ram
Active Contributor
0 Kudos

This has been already answered in the forum many times.

Please check the link

Regards,

Former Member
0 Kudos

Thanks Shiva.