cancel
Showing results for 
Search instead for 
Did you mean: 

Pricing Condition Value of item level after deleting not affecting at header level

former_member214915
Participant
0 Kudos

Hi,

In Sales Document

We have Header Condition and Item Condition

In Configuration V/06 we have header and Item checked.

When Header Condition is applied it applies to all the item condition to all material,

but there are few materials where header condition should not be applied to item condition.

We have achived this by using USER_EXIT 'USEREXIT_PRICING_PREPARE_TKOMP'

Where we are deleting item condition which is in xkomv internal table, this is reflecting in Screen as well.

But condition value is not getting changed in header condition

Example

At Header Level

JASS :  200

JASS Needed at Item1 but not in Item 2

At Item Level

Item 1

JASS: 100

Item 2

JASS: 100

After execution of our user exit

Item1

JASS: 100

Item2

JASS is Deleted

So in Header Condition JASS should be : 100 instead of 200 which is not happening.

Please Suggest.

Accepted Solutions (0)

Answers (1)

Answers (1)

Lakshmipathi
Active Contributor
0 Kudos

Since the process what you had explained is working via user exit, you have to take the help of ABAPer and check the coding which should have been changed.

G. Lakshmipathi