‎2007 Jun 19 7:13 AM
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
‎2007 Jun 19 7:22 AM
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
‎2007 Jun 19 7:35 AM