cancel
Showing results for 
Search instead for 
Did you mean: 

CALL_FUNCTION_NOT_FOUND runtime error with SXMS_GET_METERING_RECORDS

Former Member
0 Kudos

Hi,

we are facing this dump , past one month, any one can please suggest us..

please find error details..

we checked communication between solman and CRP is seems tobe fine..

Runtime Errors CALL_FUNCTION_NOT_FOUND

Date and Time 15.09.2010 09:30:44

Short text

Function module "SXMS_GET_METERING_RECORDS" not found.

User and Transaction

Client.............. 000

User................ "SAPSYS" Language Key........ "V"

Transaction......... " "

Transactions ID..... "4C8F117F84FC007BE10080000A281E0E"

Client.............. 700

User................ "SMD_RFC"

Transaction......... " "

Call Program........."SAPLE2E_FUNC"

Function Module..... "SXMS_GET_METERING_RECORDS"

Call Destination.... "SM_CRPCLNT700_READ" Source Server....... "untmvgc170_SMP_01"

What happened?

The function module "SXMS_GET_METERING_RECORDS" is called,

but cannot be found in the library.

Error in the ABAP Application Program

The current ABAP program "SAPMSSY1" had to be terminated because it has

come across a statement that unfortunately cannot be executed.

Error analysis

The program "SAPMSSY1" contains the CALL FUNCTION statement.

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

No function module exists with the name "SXMS_GET_METERING_RECORDS".

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).

we found related to this note 1340170

Accepted Solutions (1)

Accepted Solutions (1)

former_member264034
Active Contributor
0 Kudos

Hi,

The function module SXMS_GET_METERING_RECORDS is only available as of

a certain BASIS SP level of the managed system. As note 1340170 describes

the problem in detail. It also explains the option of deactivating the

E2E_SERVICE_METERING_EXTRACTOR to avoid the short dumps, if updating

the BASIS SP level is not an option for you?

Regards,

Aidan

Former Member
0 Kudos

Hi,

Thanks for you reply..

but , problem seems to be SXMS_GET_METERING_RECORDS this function module in SMP

any other solution..

regards,

balaram

Former Member
0 Kudos

now dumps are redused.

thanks

Answers (0)