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

Copy requirement

Former Member
0 Likes
722

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
Read only

Former Member
0 Likes
691

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

regards

Prabhu

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

4 REPLIES 4
Read only

Former Member
0 Likes
692

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

regards

Prabhu

Read only

0 Likes
691

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?

Read only

0 Likes
691

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

regards

Prabhu

Read only

0 Likes
691

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)