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

in smart forms-- difference between table and template

Former Member
0 Likes
732

can you please tell me what is the difference between table and template in smart forms,

and als give me some object developed in smart forms.

1 ACCEPTED SOLUTION
Read only

SantoshKallem
Active Contributor
0 Likes
703

it is not recommended because, when ever we activate the smartform it generates one function module.

if we transport that driver program and smartform to testing or production, in that server the generated function module name will be differ.

hope u got it.

for this we need to use these function modules.

SSF_FUNCTION_MODULE_NAME

FM_NAME

regards.

santhosh reddy

reward if useful

Edited by: Santhosh Reddy on Feb 16, 2008 7:52 PM

5 REPLIES 5
Read only

Former Member
0 Likes
703

you cannot loop a table but a template can do it.

suppose in hr

a manager need to know the details of more than one employee

details then you can use this template

rather than table

Read only

0 Likes
703

hi pandu one more question,

why we dont hard code FM in for calling smart form,why it is not recommended.

Read only

0 Likes
703

because the data we are passing here is from a work area or from a variable itself....

this is because if you do any change in the style or in the smartform that may not be reflected if you hard code it.

regards,

pandu...

Edited by: pandu app on Feb 16, 2008 6:33 PM

Read only

0 Likes
703

not getting yaar,

in ABAP editor directly we can call the function module generated in smart form.

Read only

SantoshKallem
Active Contributor
0 Likes
704

it is not recommended because, when ever we activate the smartform it generates one function module.

if we transport that driver program and smartform to testing or production, in that server the generated function module name will be differ.

hope u got it.

for this we need to use these function modules.

SSF_FUNCTION_MODULE_NAME

FM_NAME

regards.

santhosh reddy

reward if useful

Edited by: Santhosh Reddy on Feb 16, 2008 7:52 PM