Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Wrong calculation for ZSJ3 condition type in pricing !

Former Member
0 Kudos
185

Hi guys,

While I am creating a billig document (VF01) I have realized that on the item level, only item 20 displays a wrong value for discount item condition type (ZSJ3). The discount has a value 10% but it calculates less than this. However if the item 20 is selected for the FIRST time under condition the correct amount for discount appears (only by the first time) by switching forth and back between the header and item level, the item 20 displays then always the wrong valued.

1 ACCEPTED SOLUTION

Former Member
0 Kudos
136

Hi,

Check if some user exit/ routine is written for the condition type.

Check user exit RV60AFZZ, RV60AFZA, RV60AFZB,RV60AFZC for some code.

If it is a manual condition check COPY CONTROLS or if it is automatic check condition records from which it is calculated based on qty, price, material type, etc.

Regards,

Amit

4 REPLIES 4

Former Member
0 Kudos
137

Hi,

Check if some user exit/ routine is written for the condition type.

Check user exit RV60AFZZ, RV60AFZA, RV60AFZB,RV60AFZC for some code.

If it is a manual condition check COPY CONTROLS or if it is automatic check condition records from which it is calculated based on qty, price, material type, etc.

Regards,

Amit

0 Kudos
136

Hello Amit,

would you inform how to find out which user exits are applicable and how to get there ?

Thanks for you help

Kami

0 Kudos
136

Hi,

Goto se94->enhancements->customer exits, in the right side under package put VF and execute. You'll get a list of user exits applicable for billing.

Else

goto spro->System Modifications->User Exits->User Exits For Billing(Check IMG documentation of this)

Regards,

Amit

0 Kudos
136

Thx Amit for this stage

/Kami