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

Smartform Activation problem

Former Member
0 Likes
1,197

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

3 REPLIES 3
Read only

Former Member
0 Likes
582

when you change the smartform and then actiavte it.

now call the fm in program again and it solves ur problem.

Read only

Former Member
0 Likes
582

Hi,

Try to generate the from in the backgound. Run and Submit the program SF_BATCH_GENERATE giving the form name.

Regards,

Satish.

Read only

Former Member
0 Likes
582

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.