2013 Mar 05 10:52 AM
Hello experts,
I maintained a report and corresponding smartform in development server. After these were transported to the PRD, the error showed, 'The function module " " is called, but cannot be found in the library.'. After debugging, I found the form name was not converted using
'SSF_FUNCTION_MODULE_NAME'. At DB Table in PRD, STXFVARI the SAP System for the smartform is PRD. How can I solve the problem? Thanx.
CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'
EXPORTING
FORMNAME = LF_FORMNAME
IMPORTING
FM_NAME = LF_FM_NAME
EXCEPTIONS
NO_FORM = 1 "
NO_FUNCTION_MODULE = 2. "
2013 Mar 05 11:00 AM
Hi T S,
In PRD,Go to Smartforms, enter the smartform name, click on smartforms->generate. Also you need to activate the Function Module generated. Open your smartform, from Environment->Function Module Name. Go to SE37, put the FM name and click on Activate. This should work! Hope it helps!
Hello experts,
I maintained a report and corresponding smartform in development server. After these were transported to the PRD, the error showed, 'The function module " " is called, but cannot be found in the library.'. After debugging, I found the form name was not converted using
'SSF_FUNCTION_MODULE_NAME'. At DB Table in PRD, STXFVARI the SAP System for the smartform is PRD. How can I solve the problem? Thanx.
CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'
EXPORTING
FORMNAME = LF_FORMNAME
IMPORTING
FM_NAME = LF_FM_NAME
EXCEPTIONS
NO_FORM = 1 "
NO_FUNCTION_MODULE = 2. "
2013 Mar 05 11:00 AM
Hi T S,
In PRD,Go to Smartforms, enter the smartform name, click on smartforms->generate. Also you need to activate the Function Module generated. Open your smartform, from Environment->Function Module Name. Go to SE37, put the FM name and click on Activate. This should work! Hope it helps!
2013 Mar 05 11:03 AM
2013 Mar 05 11:16 AM
Hi T S,
We have faced this issue before hence try doing this.
In PRD,Go to Smartforms, enter the smartform name, click on smartforms->generate. Also you need to activate the Function Module generated. Open your smartform, from Environment->Function Module Name. Go to SE37, put the FM name and click on Activate. This should work! Hope it helps!
2013 Mar 05 11:49 AM
Hi,
When you transported the form were all the objects activated & generated properly ? You can re-import the transport request in production again or create another request and include all the activated and generated objects in the TR and then transport the TR.
Hope this helps.
Thanks,
Tooshar Bendale
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |