2006 Sep 05 10:06 AM
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
2006 Sep 05 10:36 AM
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
2006 Sep 05 10:16 AM
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^
2006 Sep 05 10:35 AM
Hi check this links
http://help.sap.com/saphelp_nw04/helpdata/en/fa/0c1444d30111d3b568006094192fe3/content.htm
http://searchsap.techtarget.com/topicETA/0,295498,sid21_tax299331_idx10_off10,00.html
Please reward if it helps.
2006 Sep 05 10:36 AM
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