Application Development 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: 

table and template

Former Member
0 Kudos

hi,

what is the diff b/w table and template in smartform?

1 ACCEPTED SOLUTION

abdul_hakim
Active Contributor
0 Kudos

Hi Kiran,

Template is a static content so that itz layout cannot be changed dynamically.Eg.Tax forms etc..

Table is a dynamic content whose layout doesn't have fixed size ie.dynamic..eg..internal table contents..

Cheers,

Abdul Hakim

Mark all useful answers..

3 REPLIES 3

Former Member
0 Kudos

Kiran,

TEMPLATE - is static, you can specify for a specifc row.

TABLE - is dynamic, you can simply use the INTERNAL table with a TABLE object.

So, template is as good as a static table.

From help

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.

Regards,

Ravi

Note :Please mark the helpful answers

Message was edited by: Ravikumar Allampallam

Former Member
0 Kudos

HI,

<b>Template:-</b> Displays texts for table cells of a static table

<b>Table:-</b> Display table contents

Thanks

Sudheer

abdul_hakim
Active Contributor
0 Kudos

Hi Kiran,

Template is a static content so that itz layout cannot be changed dynamically.Eg.Tax forms etc..

Table is a dynamic content whose layout doesn't have fixed size ie.dynamic..eg..internal table contents..

Cheers,

Abdul Hakim

Mark all useful answers..