Application Development and Automation 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: 
Read only

VF01 update before Save

Former Member
0 Likes
894

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
767

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

5 REPLIES 5
Read only

Former Member
0 Likes
768

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

Read only

0 Likes
767

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

Read only

Former Member
0 Likes
767

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

Read only

0 Likes
767

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

Read only

Former Member
0 Likes
767

Solved