2009 Sep 10 7:08 AM
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.
2009 Sep 10 7:15 AM
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
2009 Sep 10 7:15 AM
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
2009 Sep 10 8:47 AM
Hello Amit,
would you inform how to find out which user exits are applicable and how to get there ?
Thanks for you help
Kami
2009 Sep 10 10:00 AM
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
2009 Sep 10 10:08 AM