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