cancel
Showing results for 
Search instead for 
Did you mean: 

Automatic Condition should pick in pricing

Former Member
0 Kudos

Hello All,

We have a one condition type which is not a manula, manndatory or statistical.. which is a item condition having records.

Also we a have one customized filed say Discount reference. when we create a order this condition is not active but when we add the Discount reference field value in order additional data and when we update the pricng this condition get pulled in pricing procedure.

Can we get the condition gets pulled automatically in the pricing instead of any manual pricing updates.....

any setting for the same scenario......

note... we have a condition record for this discount condition have combination sales area/ sold to/ discount reference

where Discount ref is customized field which is added in VBAP table.

so whenever we updates the Discount ref value in Order line item ( additional data) and updates the pricing ,Condition get pulled.

waiting for reply,

Regards,

Abhijit

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Abhijit,

You can make this condition mandatory if you want this to be always in the pricing procedure.

Also change to some other key combination so that you need not put the z field every time and the values ae picked from some other combination. eg - sales org, order type etc.

Hope this helps

Vivek

Former Member
0 Kudos

Hi

First try with V/06.

Then if not working then goto VOFM >requirement>pricing.

Write a code such that sy-subrc = 0 when Discount ref field is not initial.

Assign this routine to your condition type in pricing procedure.

try and revert

Former Member
0 Kudos

Hi,

Go to V/06, select condition & go to details

In front of manual entries put - B (Automatic entry has priority, or simple make it blank.

Kapil