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

Smartform , Mulitiple entry , in same table line

Former Member
0 Likes
398

Hi experts,

i have 4 items for a PO and am able to display it using a smartform. but each item has more than one entries, i mean for line item 10 there are say 3 sub entries all of which need to be printed inside the same table line but in the next line ,which am not able to do, the values are getting overwritten and the last value is getting displayed. can somene guide me solving this problem.

thanks in advance,

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
370

This is a very common scenario similar to printing schedule lines for each item of a Sales Order. You need to pass your item table from the driver program but for the lines corresponding to each item, you need to write code in the SMARTFORM itself. Just check any standard SMARTFORM for SO/Invoice etc.

Hi experts,

i have 4 items for a PO and am able to display it using a smartform. but each item has more than one entries, i mean for line item 10 there are say 3 sub entries all of which need to be printed inside the same table line but in the next line ,which am not able to do, the values are getting overwritten and the last value is getting displayed. can somene guide me solving this problem.

thanks in advance,

1 REPLY 1
Read only

Former Member
0 Likes
371

This is a very common scenario similar to printing schedule lines for each item of a Sales Order. You need to pass your item table from the driver program but for the lines corresponding to each item, you need to write code in the SMARTFORM itself. Just check any standard SMARTFORM for SO/Invoice etc.