‎2007 Aug 28 8:38 AM
hi experts,
my one driver program along with smartforms is working fine in the development server after transportation to production server it is showing dump error :::
the error is:
Function module " " not found.
What happened?
The function module " " was called, but cannot be
found in the Function Library.
Error in ABAP application program.
The current ABAP program "ZSD_DELIVERY_ORDER_DRIVER_PREP" had to be terminated
because one of the
statements could not be executed.
This is probably due to an error in the ABAP program.
What can you do?
Print out the error message (using the "Print" function)
and make a note of the actions and input that caused the
error.
To resolve the problem, contact your SAP system administrator.
You can use transaction ST22 (ABAP Dump Analysis) to view and administer
termination messages, especially those beyond their normal deletion
date.
is especially useful if you want to keep a particular message.
Error analysis
An exception occurred. This exception will be dealt with in more detail
below. The exception, assigned to the class 'CX_SY_DYN_CALL_ILLEGAL_FUNC', was
not caught, which
led to a runtime error. The reason for this exception is:
The program "ZSD_DELIVERY_ORDER_DRIVER_PREP" contains a CALL FUNCTION
statement. The name
of the function module to be called is " ".
No function module exists with the name " ".
All function modules are stored in the Function Library (SE37).
Possible reasons:
a) Wrong name specified. Particular attention should be paid
to upper/lower case and underscores ("_")
b) Transport error
c) If an enqueue/dequeue module has been used, the lock object
may not have been activated (ABAP Dictionary)
may not have been activated (ABAP Dictionary).
i have checked in the production server but i m not finding <b>" "</b> this thing in the program ..plz help me to solve this.
‎2007 Aug 28 8:45 AM
Hi,
check if you have transported your smartform in productive system and it is activated. I believe that the smartfrom is not transported considering the short dump you mentioned.
Kostas
‎2007 Aug 28 8:41 AM
i think ur smartform has not been transported...or not transorted corectly.
retransport ur smartform.
've u tried opening ur smartform on production server...
reward points if it helps
‎2007 Aug 28 8:50 AM
‎2007 Aug 28 9:13 AM
on production server, click on the environment menu of smartform and get the function module name from there n check in se37.
‎2007 Aug 28 8:45 AM
Hi,
check if you have transported your smartform in productive system and it is activated. I believe that the smartfrom is not transported considering the short dump you mentioned.
Kostas
‎2007 Aug 28 8:47 AM
hi,
transport the print program & the smartform again in production server.& before transporting them reactivate the print program & the smartform again in dev.
rgds.
‎2007 Aug 28 9:19 AM
Hi Ravi,
Can you show me the code where you have called the smart form in driver program.Becaus the FM generated in Development server may differ from the FM generated in Production server.Make sure u r passing the FM which is generated from the function module SSF_FUNCTION_MODULE_NAME.