cancel
Showing results for 
Search instead for 
Did you mean: 

Error in Smartforms

Former Member
0 Kudos

Dear Gurus,

I change smartforms in development and transfer to production.

Then I cant able to view output ( Print Preview / Print ).

I put break point and chack the form, all the output fields are filled correctly,

But i dint get any output.

Its very urgent. Please help me.

Regards,

Bhuvana.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

hi,

how did you call the smartform?

if you directly called the function module name generated in dev, you'll have a problem generating in prod.

you should have use fm ssf_function_module first.

reward if helpful

Former Member
0 Kudos

Hi

I used ssf_function_module only.

Even i dint get output in Testing server also.

Regards,

Bhuvana.

Former Member
0 Kudos

can you post your part of the code that involves ssf_function_module and calling the fm itself?

former_member184657
Active Contributor
0 Kudos

while calling the function module, call it this way:

Data: g_fname type rs38l_fnam.

CALL FUNCTION g_fname" '/1BCDWB/SF00000029'

...

...

hope it helps

as always

pk