cancel
Showing results for 
Search instead for 
Did you mean: 

Price going negative due to group condition

Former Member
0 Kudos

Hi All,

We have some item lines in order which are grouped together for Pricing group condition. i.e., what ever the price value of the group condition type, it is being shared among all the group items.

When ever we add new item lines of the same group, price of all the item lines in order which are in same group are got affected. But, we have a problem when some item lines in group are already billed.

Since some item lines in group are already billed, the price value of these items could not be changed. So, to compensate this value, the last item in group is going negative. i.e., Price of last item line in group is shown as negative (eg. -699.00).

How to avoid this scenario? Why is the price going negative?

Thank you,

Regards,

Rajesh.

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

I didnt think the pricing engine in SAP would pick up items which are already billed.

Anyhow, you can try using group condition routine for that condition type to group only those items which are not billed so far. You can explore KONH, KONP tables to get the fields to query or check on for finding out if line item is billed. Also refer to already existing routines (1,2,3) in the system on how to use 'xvakey'. You may need an ABAPer to help you with it.