cancel
Showing results for 
Search instead for 
Did you mean: 

Column Lines in Smartform Table

Former Member
0 Kudos

Hi all

I have a Smartform requirement to print Delivery header texts, line items and subtotals in a footer. The line items can vary so I have included them in a table in the main window. The columns of the table are separated by lines.

The problem is, when the line items stop, the seperating lines also stop. This means that if the line items take up half a page, the lines will only go down half the page. I need to somehow make the lines continue until the bottom of the main window.

Can anyone tell me how this can be done? I have tried various formatting changes but have not succeeded.

Thanks in avance.

SR

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

u can also create another dummy table and loop but its better to use template , if u have concerns about performance ....

Former Member
0 Kudos

hi , u can use templates ...

place the template in the same window draw the lines in templates ...

hope it will help ............

valter_oliveira
Active Contributor
0 Kudos

A workaround could be:

1 - first find how many lines fit the space you want. 30?

2 - previously, in the print program, find how much lines you have in your itab. 25?

3 - add 30-25=5 empty lines into your itab.

Regards.

Valter Oliveira.

Former Member
0 Kudos

Hi,

Create a secondary window with same size of page and create a template with same dimensions od table in main window.

And place the window same place of the page.

Then you will get the lines as table lines upto end of the page.