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

vertical lines in smartform

Former Member
0 Likes
1,606

Hi Experts

I am print all item details in the main window for INVOICE Samrtform. After that at the bottom footer I am printing the total. Problem is I am using the table Element to print the item details, in that I selected to print the lines & boxes for header item & line items. But it is printing for up to the line items only. For example if there is only 2 line items the vertical line is printing up to 2 line items only. But I need to print the vertical lines up to the end of the main window. How can I do this?

Regards

Rajendra

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,101

Hi,

It is not possible if you are using table node. As the table will be expanding dynamically based up on the number of records in the corresponding internal table the vertical lines will come only up to the last item. What you can do is, take a dummy window with the same size of the main window on all the pages and in that take a template node. Now divide the template node in to exactly the same number of columns and use the pattern to get the cells. Now put this dummy window on the main window. Now remove the lines in your table node.

Thanks and Regards,

Bharat Kumar Reddy.V

Hi Experts

I am print all item details in the main window for INVOICE Samrtform. After that at the bottom footer I am printing the total. Problem is I am using the table Element to print the item details, in that I selected to print the lines & boxes for header item & line items. But it is printing for up to the line items only. For example if there is only 2 line items the vertical line is printing up to 2 line items only. But I need to print the vertical lines up to the end of the main window. How can I do this?

Regards

Rajendra

3 REPLIES 3
Read only

Former Member
0 Likes
1,101

hi

good

go through this link, which ll give you brief idea about the drawing vertical line in smartforms,

http://help.sap.com/saphelp_nw04/helpdata/en/4b/83fb4edf8f11d3969700a0c930660b/content.htm

thanks

mrutyun^

Read only

Former Member
0 Likes
1,102

Hi,

It is not possible if you are using table node. As the table will be expanding dynamically based up on the number of records in the corresponding internal table the vertical lines will come only up to the last item. What you can do is, take a dummy window with the same size of the main window on all the pages and in that take a template node. Now divide the template node in to exactly the same number of columns and use the pattern to get the cells. Now put this dummy window on the main window. Now remove the lines in your table node.

Thanks and Regards,

Bharat Kumar Reddy.V