Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

regarding dump error in smartforms

Former Member
0 Likes
1,840

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.

1 ACCEPTED SOLUTION
Read only

kostas_tsioubris
Contributor
0 Likes
1,186

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

6 REPLIES 6
Read only

former_member188827
Active Contributor
0 Likes
1,186

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

Read only

0 Likes
1,186

THE smartforms is available in the production server dear.

Read only

0 Likes
1,186

on production server, click on the environment menu of smartform and get the function module name from there n check in se37.

Read only

kostas_tsioubris
Contributor
0 Likes
1,187

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

Read only

Former Member
0 Likes
1,186

hi,

transport the print program & the smartform again in production server.& before transporting them reactivate the print program & the smartform again in dev.

rgds.

Read only

former_member491305
Active Contributor
0 Likes
1,186

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.