cancel
Showing results for 
Search instead for 
Did you mean: 

smart form o/p problem

Former Member
0 Kudos

Hi experts,

I copied one smart form and did some modifications in that form and this form

included in the same program.The form is syntacically correct and it is activated.

When execute the program the o/p is not displaying.There are no errors in the program or in form.

What is the problem.

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi,

Debug the driver program and put brk point on ssf_function_module _name and give the new smartform name when it comes to this point,so it will take this form and generate the output.

Regards,

Amruta

Edited by: amruta1 on Feb 26, 2010 8:30 AM

Edited by: amruta1 on Feb 26, 2010 8:32 AM

Former Member
0 Kudos

Hi ,

Can you tell me the what error your getting at the time of excution ...

venkat_o
Active Contributor
0 Kudos

Hi Ramesh, <li>In Driver program, we use smartform name to get the Function module generated when smartform is activate every time. What I suspect is that you might not have changed the program to add copied smartform name. <li>Search Driver program with SSF_FUNCTION_MODULE_NAME, there we pass smartform name to get the fucntion module generated for the smartform. Change smartform name to New copied smartform name. Thanks Venkat.O

Former Member
0 Kudos

Hi Sachin,

Debug the program check the data is comming are not.

Send me the driver program if possible...

Let me if any concerns.......