‎2007 Jun 12 5:43 AM
My problem is that i activate first time and if i do any changes and then try to activate the form then it hangs. and i am not able to do anything. what is that problem. Please help me.
Thanks
Vikram
‎2007 Jun 12 5:47 AM
when you change the smartform and then actiavte it.
now call the fm in program again and it solves ur problem.
‎2008 Apr 01 1:15 PM
Hi,
Try to generate the from in the backgound. Run and Submit the program SF_BATCH_GENERATE giving the form name.
Regards,
Satish.
‎2008 Apr 02 10:57 AM
Hi,
Every time you activate the SMARTFORM a new function module is generated.
In the Driver Program where you are calling the form instead of calling the function module itself use the function module
SSF_FUNCTION_MODULE_NAME and pass the importing parameter FORM_NAME i.e. the name of the SMARTFORM which you have created.
This prevents you from again and again changing your driver program as this function module determines the name of the function module of smartform generated dynamically.
Just check if it is useful.
Regards,
Khushboo.