‎2008 Dec 09 11:25 AM
Hi,
I have written a routine to trigger the gross price in VOFM transaction which would be triggered in VF01 transaction. The routine is working fine and the Gross Price calculations are calculated through the routine and these are triggered only after I press th Save button.But my requirement is to trigger before save when I press enter in the VF01 Conditions Tab.
Thanks & Regards,
Vijaya Lakshmi
‎2008 Dec 09 11:27 AM
Hi
The system doesn't calculate the price again if you press enter, u need to press SAVE or the button to re-calculate the price
Max
‎2008 Dec 09 11:27 AM
Hi
The system doesn't calculate the price again if you press enter, u need to press SAVE or the button to re-calculate the price
Max
‎2008 Dec 09 11:38 AM
Hi,
The Price is calculated through routine some discounts are also calculated. For the first time it shows the values excluding discounts, but only after save only it is calculating (including discounts) the gross price. Is there any possibility before SAVE of VF01.
Thanks & Regards,
Vijaya Lakshmi.
Edited by: Vijaya Lakshmi on Dec 9, 2008 12:40 PM
‎2008 Dec 09 12:42 PM
Hi,
You need to check that where this routine has been assigned and how it is getting executed over there according to flow.
So after check that you can reassign it according to your requirement.
-Maharshi
‎2008 Dec 09 12:59 PM
Hi,
The routine is assigned in the transaction VOFM to the output type which is assigned to the Pricing Procedure. Here the routine is working fine. Here the values are calculated correctly only when I save the VF01 document.But I need to get them before I Save.
Thanks & Regards,
Vijaya Lakshmi
‎2008 Dec 22 7:08 AM