SAP for Utilities Discussions
Connect with fellow SAP users to share best practices, troubleshoot challenges, and collaborate on building a sustainable energy future. Join the discussion.
cancel
Showing results for 
Search instead for 
Did you mean: 

when I save connection object I get the following error

Former Member
0 Kudos

An exception occurred that is explained in detail below.

The exception, which is assigned to class 'CX_SY_DYN_CALL_ILLEGAL_FUNC', was

not caught in

procedure "OPEN_FI_PERFORM_PM000070_E" "(FUNCTION)", nor was it propagated by a

RAISING clause.

Since the caller of the procedure could not have anticipated that the

exception would occur, the current program is terminated.

The reason for the exception is:

The program "SAPLIBE1" contains the CALL FUNCTION statement.

The name of the function module to be called is "CRS_FUNCLOC_COLLECT_DATA".

No function module exists with the name "CRS_FUNCLOC_COLLECT_DATA".

All function modules are listed in the Function Library (SE37).

-

Possible reasons:

a) Wrong name specified. Pay particular attention to

upper/lower case and underscores ("_").

or

b) Transport error

c) In the case of an enqueue/dequeue module,

the lock object may not have been activated

(ABAP/4 Dictionary).

5 REPLIES 5

oliviawalsh
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello,

Downloading functional location will work only for combination ERP 6 EHP 4 + CRM 7.0 and higher versions. Is your system a EHP 4 system?

The exchange of Functional Locations is only supported from ERP 6.0 EHP4 onwards as here the fuba CRS_FUNCLOC_COLLECT_DATA for extracting the data is contained.

http://help.sap.com/saphelp_crm70/helpdata/EN/f8/f1b305ffdf468ba0a6bd10c2d4f654/frameset.htm

Hope this is helpful.

Regards

Olivia

0 Kudos

Hi Oliva

I am not replicating functional locations.

I am creating in connection object in ISU.

when enter the data and check I dont find any error.

When I click on save button I get the above said error

Jon

oliviawalsh
Product and Topic Expert
Product and Topic Expert
0 Kudos

Dear Jon,

How is it you are creating the connection object? Via tranaction?

The FM CRS_FUNCLOC_COLLECT_DATA is not available in standard system.

Please read note 1271465 which explains the prerequisits for the use of the named function module.

Regards

Olivia

0 Kudos

I am creating connection object via transction code ES55

internal number range

entered street number;postal code/city;country

At this stage there is no error.

The moment I click on save button it goes to short dump

0 Kudos

Hi Ross,

Did you come across a fix for the runtime error getting trigerred on the save of connection object (Function Location).

I am facing a similar issue.

Was this a config issue? Could you please post the details, If you managed to solve the problem.

Best Regards

Tushar Kansara