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

smart form query

Former Member
0 Likes
378

hii all

i have following problem in smartform for invoice printing,

i have 2 fields called total_prd_val for product value n RATE for rate pet unit , this 2 fields can hold only one value at a time. now i have invoice which contains 4 diff products of diff values but i m not able 2 print respective values n rate as this fields can not hold multiple data.

what should i do?

secondly i collect data for above mention fields ( total_prd_val from konv-kawrt) in b table called btab but when i try 2 loop its its gives me error its not an internal table occrs n specification missing now can i rectify it?

plz help its needed urgently

point will b rewarded n thanks 2 all in advance

gaurav

2 REPLIES 2
Read only

Former Member
0 Likes
351

Hi

For each product, you need to calculate the Total Product Value and Rate per Unit and display. And use them in displaying the contents for each product.

You can summate these vlaues into two other variables and print them... Check '<b>Calculations</b>' Tab under Table node.

Regards

Raj

Read only

0 Likes
351

hiiii

didnt get what exactly u want 2 say