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: 

Copy requirement

Former Member
0 Kudos

We need to reduce the wt weight of cetain materials in delivery documents by multiplying with a value from a ZTABLE befor it moves to billing document. How do I do this?

What structure/table fields do I use for line item weights in delivery and billing document?

DEL. FIELD FOR WEIGHT * FACTOR from LOOKUPTABLE = DRY WEIGHT IN BILLING DOCUMENTS

1 ACCEPTED SOLUTION

Former Member
0 Kudos

try Copy controls in Transaction VOFM , ask ur Functionals to setup required configurations .

regards

Prabhu

4 REPLIES 4

Former Member
0 Kudos

try Copy controls in Transaction VOFM , ask ur Functionals to setup required configurations .

regards

Prabhu

0 Kudos

OK but then how do I code.

Just say

Delivery Weight * Factor = Invoice Weight

in the code section area? What are the delivery and Invoice structures in that area?

0 Kudos

look at default/sample programs in VOFM ....

regards

Prabhu

0 Kudos

Do I need to look at sample programs for Delivery or for Billing (the billing field need to be changed by multiplying the delivery field with a factor)