‎2008 May 15 5:09 AM
Hi All,
Pls help me to resolve this ABAP error: Function module Z_XSI_ACTIVE not found
Error analysis:
An exception occured 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. ...
Regards,
Quanglv
‎2008 May 15 5:14 AM
looks like the exceptions were not maintained in the Z FM... u can resolve the re coding the FM to handle exceptions..
‎2008 May 15 5:14 AM
hi,
I think you have to use FM
XSI_ACTIVE_DELV instead of Z_XSI_ACTIVE which is not present or active in your server.
‎2008 May 15 5:21 AM
Dear,
i have reactived function module XSI_ACTIVE_DELV, but it still error.
pls give other solutions!
thank you!
‎2008 May 15 5:23 AM
I think you calling Z_XSI_ACTIVE at some point and this function module doesnt exist in your system.
Put a breakpoint on this function module and see if you are calling it using Breakpoint at FUnction module in debugging mode.
‎2008 May 15 5:41 AM
Sorry,
I don't code. Those modul and function are generated by system. When i create a delivery (Sales and distributions), and save it, error occurs. Pls show me how to do now?
Thanks a lots
‎2008 May 15 8:28 AM
‎2008 May 23 8:28 AM
Hi all,
any one kindly tell me about FM Z_XSI_ACTIVE?
In module XSI_ACTIVE_DELV, it is assigned as name fnam_user_exit. I don't know what mean is.
In error message, there is a info:
Short dump has not been completely stored (too big)
Pls help me.
Thnks,
Edited by: Quang Le Vinh on May 23, 2008 9:36 AM
‎2008 May 23 10:27 AM
There are 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).
‎2008 May 27 4:09 AM
‎2014 Nov 08 6:58 PM
Hi, activation is done by tvshp-xsiactive CA 'SU'.
You can change this in IMG or SM30 tvshp
See sapnote : 690920 and
http://scn.sap.com/thread/972136
(old thread - may help anyway)