‎2007 Mar 26 10:57 PM
‎2007 Mar 26 11:28 PM
to quote from <a href="http://help.sap.com/saphelp_erp2005vp/helpdata/en/8a/8c8a43def411d3969600a0c930660b/frameset.htm">SAP Help</a> "Use node type Template to display a table whose layout and size (number of lines and columns) is determined before the runtime of the application program. For this reason, a template is also called a static table."
~Suresh
‎2007 Mar 26 11:28 PM
to quote from <a href="http://help.sap.com/saphelp_erp2005vp/helpdata/en/8a/8c8a43def411d3969600a0c930660b/frameset.htm">SAP Help</a> "Use node type Template to display a table whose layout and size (number of lines and columns) is determined before the runtime of the application program. For this reason, a template is also called a static table."
~Suresh
‎2007 Mar 27 12:04 AM
Hi
Most often we need to display only one record in a smart form in a fixed area. Like for example, u know before hand how many rows and columns u need. In that case u design a template with the required layout. Its dimensions are fixed. For each row u assign a line type. Each cell in the template is identified by (row, column). Like (1,1) (1,2) etc.
In each cell you can create some text elements and write some thing in it.
‎2007 Jun 15 11:41 AM
HI Suresh Hoz doing? I need to show the header of table on 2nd page also if table breaks in two pages which i defined in Main Window. wil Template help me and How?
Thnaks.
Khan
‎2007 Mar 27 2:26 AM
Hi Alchemi,
In Smartforms, you use templates to define the number of columns, rows, etc. It is like a table where you can also define the number of columns and rows but its difference is that you cannot put a loop statement in it unlike the table node. What you can do there is to put an additional loop statement node.
In my acse, I use templates in footers of forms. Hope this helps you...
P.S. Please award points if found useful...