‎2008 Feb 16 12:19 PM
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.
‎2008 Feb 16 2:21 PM
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
‎2008 Feb 16 12:25 PM
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
‎2008 Feb 16 12:37 PM
hi pandu one more question,
why we dont hard code FM in for calling smart form,why it is not recommended.
‎2008 Feb 16 12:44 PM
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
‎2008 Feb 16 12:57 PM
not getting yaar,
in ABAP editor directly we can call the function module generated in smart form.
‎2008 Feb 16 2:21 PM
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