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

CALL_FUNCTION_NOT_FOUND

Former Member
0 Likes
1,939

Hi,

I got this error when doin client copy from 000 client to 300 client on ECC5.0 with Oracle as DB.

Runtime Errors CALL_FUNCTION_NOT_FOUND

Except. CX_SY_DYN_CALL_ILLEGAL_FUNC

ShrtText

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 "SAPLSCCM" 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.

Error analysis

An exception occurred. This exception is dealt with in more detail below

. The exception, which is assigned to the class 'CX_SY_DYN_CALL_ILLEGAL_FUNC',

was neither

caught nor passed along using a RAISING clause, in the procedure

"SCCM_CHECK_NAMETAB" "(FUNCTION)"

.

Since the caller of the procedure could not have expected this exception

to occur, the running program was terminated.

The reason for the exception is:

The program "SAPLSCCM" 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).

How to correct the error

Check the last transports to the R/3 System.

Is the program "SAPLSCCM" currently being changed?

If an enqueue/dequeue module is involved, is the activation

of the lock object missing in the ABAP/4 Dictionary?

You may able to find an interim solution to the problem

in the SAP note system. If you have access to the note system yourself,

use the following search criteria:

-


"CALL_FUNCTION_NOT_FOUND" CX_SY_DYN_CALL_ILLEGAL_FUNCC

"SAPLSCCM" or "LSCCMU13"

"SCCM_CHECK_NAMETAB"

Please suggest me how to rectify this...

Thnx,

Kalyan

7 REPLIES 7
Read only

Sm1tje
Active Contributor
0 Likes
1,397

When does this occur? Obviously a function module (named '#') is not available which sounds logical since there is no FM called '#'. This is causing the short dump.

However, it kinda depends from where this dump is initiated. Is there some customizing involved, or are you for example calling this function module dynamically?

Read only

Former Member
0 Likes
1,397

Hi,

Got this error when doing Client Copy......

Tnx,

Kalyan

Read only

Sm1tje
Active Contributor
0 Likes
1,397

I already thought it would be something like Client copy. Well, this could be quite a problem to solve by yourself. First, try and contact the people responsible for the client copy. Maybe somewhere in the log, an error has occurred resulting in NOT copying all the data to the new client.

Might be worth to start debugging and see, which function module should be called. Do this by debugging the new and the old client, and try to compare both.

Read only

Former Member
0 Likes
1,397

Hi,

Goto the Tcode SE37, give the Function module name SCCM_CHECK_NAMETAB click on the button Display

Check do u get any error message or displays the details of the Function module. If Error .. the Check some SAP NOTE to implement this FM. The FM is used for Parallel Client Copy

Read only

0 Likes
1,397

Check this SAP NOTE might be helpful 491022

Read only

0 Likes
1,397

Hi

When i checked that function module ...it displayed no syntax errors found.

Regards,

Kalyan

Read only

kamesh_g
Contributor
0 Likes
1,397

hi

May be the FM you are using is OBSOLETE try to find out FM for that .