Skip to Content
0
Former Member
Nov 23, 2009 at 05:34 AM

user exit for pricing to calcumlate net sales value and taxat billing level

100 Views

Hi,

Can anyone suggest me , which user exit i can used for below scenario.

Create a new user exit attached to pricing procedure ZXTNIC in order to exclude the conditions YTN1 & YTN2 from the calculation of the net sales value and include the value of the conditions YTN1 & YTN2 to the calculation of the Tax vale.

From pricing procedure ZXTNIC need the net value to be till line 500 only and exclude the value of the conditions YTN1 & YTN2

BACKGROUND

Inter-company invoice is not calculated correctly in terms on the net sales value. The calculation of the net sales value is correct as some conditions are included in the calculations which must be excluded.

The reason for creating the user exist is that any change in the pricing conditions class can not be used to exclude them from the net price, without totally changing the concept behind the conditions (new conditions, new access sequence in taxes, IC changes and so on).

FUNCTIONAL DETAILS

The user exit will run on the values of the line item and the header of the pricing conditions

The user exit will subtract the current net value from the value of the conditions YTN1 & YTN2, also the Tax value will be added to the value of the conditions YTN1 & YTN2.

Need the Net value = 8,032 and not 8,882

This value will be calculated as follows = Current Net u2013 YTN1 u2013 YTN2 = 8,882 u2013 0,773 u2013 0,077 = 8,032

Need the Tax value = 2,395 and not 1,545

This value will be calculated as follows = Current Tax + YTN1 + YTN2 = 1,545 + 0,773 + 0, 077 = 2,395

Regards,

Jayaram