cancel
Showing results for 
Search instead for 
Did you mean: 

Smartform Fucntion Module error in PRD after transport

Former Member
0 Kudos

hellow experts,

i developed one smartform , calling smartfrom throgh zprogmrae , its run fine in development server.

after transporting the smartform and zreport into qulity, below error comes,


function module "/1BCDWB/SF000019" Not found.

i dont know why it is happen, please help me out. i understand the issue that in qulaity server that fucntion module is not exist , but i thoght when u transport the smartform function module also transported.

please give me some help to resolve this issue.

thanks.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Your smartform is not transported properly to the target system.

Check the TR log which transports smartform.

Again save the smartform in a separate TR and move it.

Then check the same.

Cheers,

Raja.D

Former Member
0 Kudos

I genrated again sir, but the issue is still same actually issue is not smartform is transported , actually issue is in qulaity that function module is not genrated when u triger smartform like below


Call Function '/1BCDW/000019'     " The issue is here in qulaity function module did not genrate this fucntion module.
 Exporting
   field1 = field1.
    .
    .
    .
End

Former Member
0 Kudos

Hi friend,

Its simple.

Just use SSF_FUNCTION_MODULE to generate the function module for smartform.

Because for each system the sytem generates its own function module name. So thats the problem nothing else.

Just add this piece of code,

call function 'SSF_FUNCTION_MODULE_NAME'

exporting

formname = c_formname

importing

fm_name = v_fm_name

exceptions

no_form = 1

no_function_module = 2

others = 3.

*---CALL SMARTFORM

*CALL FUNCTION '/1BCDWB/SF00000279'

call function v_fm_name

This will solve your problem if you face any queries please revert back to me i will help you.

Thanks,

Sri Hari

Edited by: srihari.kumar on Jan 31, 2012 2:14 PM

Former Member
0 Kudos

@srihari.kumar

Thanks a lot Kumar your code is working fine.

Thanks.

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

It happens sometimes when you transport the smartforms from one system to another. To solve your problem.

Goto Smartforms transaction and pass your smartform name and then goto menu option Smartforms-> Generate.

Once it gets generated then your problem will be solved.

Please let us know if you are still facing the same issue.

Cheers

VJ

marcin_cholewczuk
Active Contributor
0 Kudos

Hi,

Maybe it's in other transport request. Please look for it with se03.

Best Regards

Marcin Cholewczuk

Former Member
0 Kudos

i checked smartform 'ZM_SMartform' tramnsported sucssefuly.