cancel
Showing results for 
Search instead for 
Did you mean: 

Issue : In retransporting Smartforms in Quality server

Former Member
0 Kudos

Dear All,

In retransporting Smartforms in Quality server ,Smartforms is

not executing from outside, but if i m going in display mode and

executing from inside then i m able to execute it.But its getting executed when i transport the smartform with different name.

While debugging in Function Module SSF_FUNCTION_MODULE_NAME ,

L_FP_UDAT is getting updated from table d010sinf and L_SF_UDAT is

getting updated from table stxfadm.

L_SF_UDAT should less than L_FP_UDAT or if it is equal then L_FP_UTIME

should greater than L_SF_UTIME as per debugging.

then it is calling FB_GENERATE_FORM and in that it is checking for

Smart Form name and it is going for message.

if i_formname = space.

message e206 raising no_name.

endif.

During generating message it is going on infinite loop.

Regards

Vinay

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Thanks for the response.

I have declared a variable of type TDSFNAME. and passing my smartform name in this variable. and in Function Module SSF_FUNCTION_MODULE_NAME, I am passing this variable. but again same problem is coming , and not able to generate SmartForm .

Thanks & Regards,

Vinay sharma

09223255156

Former Member
0 Kudos

Hi vinay,

The smartform name is the problem.Pls try to declare a variable and pass the smartform name to the variable and then pass the variable to the function module ssf_function_module_name.

Hope it will solve ur problem...

Regards..