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

finding total value in internal table

Former Member
0 Likes
348

hi

I have to find total value and move it into final table

total value = gross value -discountfreightvat

from where can i get these discount ,freight and vat.

are they present in any tables or should get it from functional side.

hi

I have to find total value and move it into final table

total value = gross value -discountfreightvat

from where can i get these discount ,freight and vat.

are they present in any tables or should get it from functional side.

1 REPLY 1
Read only

Former Member
0 Likes
331

Yes, you need to ask the Functional consultant about the tables & field name & accordingly retrieve the same in internal table & build the logic to calculate the total.