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

VOFM- Formulas u2013 Condition value.

Former Member
0 Likes
736

Hi,

I have to create a Routine in VOFM- Formulas u2013 Condition value.

Scenario is : any material which is shipped in Steel drums, system should calculate the total charge by multiplying no. of Steel drums(maintained ina custom table : delivery number is the key field of that custom table)

and Steel drum up charge value per container(KONP- KBETR ) which user maintains in condition records. This Value should populate only in billing documents but not in Sales order.

Please help me on this.......

Regards

vijeyeeta

Please start coding first

Edited by: Vijay Babu Dudla on Dec 2, 2008 11:15 PM

Hi,

I have to create a Routine in VOFM- Formulas u2013 Condition value.

Scenario is : any material which is shipped in Steel drums, system should calculate the total charge by multiplying no. of Steel drums(maintained ina custom table : delivery number is the key field of that custom table)

and Steel drum up charge value per container(KONP- KBETR ) which user maintains in condition records. This Value should populate only in billing documents but not in Sales order.

Please help me on this.......

Regards

vijeyeeta

Please start coding first

Edited by: Vijay Babu Dudla on Dec 2, 2008 11:15 PM

4 REPLIES 4
Read only

Former Member
0 Likes
699
Read only

0 Likes
699

Hi Amresh,

Thanks but i need the logic ow to populate the value in the billing.

Read only

Former Member
0 Likes
699

Hi Vijeyeeta,

Since you are only to populate the billing doc, you may try this:

If SO then skip the computation or exit the routine.

If billing then perform the necessary calculations.

You may use the tcode for checking.

Regards,

Kezia

Read only

0 Likes
699

Hi Kezia,

Actually i have created a routine in the pricing of VOFM. I want to write some logic bassed on the delivery number. But i am not able to find out where the delivery number is ? can u plz tell me from which structure i can get the delivery number in the routine.