Dear Abapers
I have a one of Smartform
it will work properly in Development & Quality
my problem is after it transport to production server it sayed that function module (SMARTFORMS) not exit.
please how I solved this problem. every time coming Error dump in Production Server.
How are you making the call to the SMART Forms. It should be something like this.
CALL FUNCTION 'SSFE_FUNCTION_MODULE_NAME'.
EXPORING
FUNCTION_NAME = FUNCTION_NAME
CALL FUNCTION FUNCTION_NAME.
So, its a dynamic call to the smart form function.
If you have hardcoded the smart forms function, it will not work.
Sounds like that is what you have done.
Change the code like this in DEV and transport it to PROD.
Regards,
Ravi
NOte : Please mark all the helpful answers
Hi,
I hope you use the function SSF_FUNCTION_MODULE_NAME to get the name of the function link to the smartform ?
Rgd
Frédéric
Hi,
You can do one thing in production.
Go to the smartforms transaction and enter the relevant smartforms name .
Click on the test button on the application toolbar .then if it generates the function module name then there is no issue with the transports otherwise it will show the structures whci are not properly generated in the production system.
This way you know where is the problem.
Any further issues .let me know.
Thanks.
Add a comment