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.