cancel
Showing results for 
Search instead for 
Did you mean: 

Function module "Z_XSI_ACTIVE" not found

Former Member
0 Kudos

Dear all,

I m getting an error

____________________________________________________

Runtime Errors CALL_FUNCTION_NOT_FOUND

Except. CX_SY_DYN_CALL_ILLEGAL_FUNC

Date and Time 18.07.2008 16:02:20

Short dump has not been completely stored (too big)

Short text

Function module "Z_XSI_ACTIVE" not found.

____________________________________________________

Pls see details

Error analysis

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 "XSI_ACTIVE_DELV" "(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 "SAPLVVTR" contains the CALL FUNCTION statement.

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

No function module exists with the name "Z_XSI_ACTIVE".

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

___________________________________________________________

Pls view Function Module "XSI_ACTIVE_DELV" and tell me about function "Z_XSI_ACTIVE".

I think it has problem with user exit.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

It appears that there was a reference to Z function module that is not active in the system. Go to SE37 -> enter Z_XSI_ACTIVE -> choose display. See if it is in active status. If Z_XSI_ACTIVE does not exist, consult your technical consultant on why it is being called.

Regards,

Srilatha.

Former Member
0 Kudos

Hi Quang,

This is technical error, you have to take help of your ABAP Consultant to resolve this issue.

Thanksu2026

Imran