‎2008 Nov 25 10:38 AM
Hi Guru's,
i had create smartforms on development server , it works properly . but same smartforms with driver program its not working on production server . when i saw output in production server it displays - GENERATE FORM
never end process.
plz suggest me, where is problem.
Regards.
sam.
‎2008 Nov 25 10:43 AM
Hi
Are you calling the function module generated by smartform by the number generated in dev server.
if yes then first call the function module ssf_function_module_name.
pass form name into it and you will get the function module in a variable.
use that variable instead of the number.
Thanks
Vishal kapoor
‎2008 Nov 25 10:40 AM
Hi,
Did u transport the driver program to the production server.
Transport all Data Dictionary objects u created in development server to production server
Regards
Rasheed
‎2008 Nov 25 10:43 AM
Hi
i had already send driver program and other related tebles.
regards.
sam
‎2008 Nov 25 10:43 AM
Hi
Are you calling the function module generated by smartform by the number generated in dev server.
if yes then first call the function module ssf_function_module_name.
pass form name into it and you will get the function module in a variable.
use that variable instead of the number.
Thanks
Vishal kapoor
‎2008 Nov 25 10:46 AM
‎2008 Nov 25 10:55 AM
Hi
If your changing the driver program they will create another request./ check that request is trasported or / not.
Swamy
‎2008 Nov 25 11:03 AM
‎2008 Nov 25 10:45 AM
hi ,
whats the FM you are using to call the SF ?? is that SSF_FUNCTION_MODULE_NAME ?? and also make sure all the smartform Relavant Transports Sucsessfully Done . to Hang up in the Genarate Form means as per my Knowdge due to Transport Error . please check
Br
Dilum
‎2008 Nov 25 10:53 AM
Hi
Noramally in Dev server while calling the SMARTFORM we get the generated FM from Dev server
this is altogether different that is generated in PRD server.
we need to call the FM SSF_FUNCTION_MODULE_NAME in DEV server and pass the output of this in the driver program where actually you are calling the SMARTFORM.
Hope this is clear to you.
Regards
Ramchander Rao.K