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

smartforms

Former Member
0 Likes
709

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
690

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

8 REPLIES 8
Read only

Former Member
0 Likes
690

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

Read only

0 Likes
690

Hi

i had already send driver program and other related tebles.

regards.

sam

Read only

Former Member
0 Likes
691

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

Read only

0 Likes
690

Hi

i had check but it not dive FM_NAME value.

regards.

sam

Read only

0 Likes
690

Hi

If your changing the driver program they will create another request./ check that request is trasported or / not.

Swamy

Read only

0 Likes
690

This message was moderated.

Read only

former_member451655
Active Participant
0 Likes
690

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

Read only

Former Member
0 Likes
690

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