Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Function module Z_XSI_ACTIVE not found

Former Member
0 Likes
1,209

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

10 REPLIES 10
Read only

former_member156446
Active Contributor
0 Likes
1,103

looks like the exceptions were not maintained in the Z FM... u can resolve the re coding the FM to handle exceptions..

Read only

Former Member
0 Likes
1,103

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.

Read only

0 Likes
1,103

Dear,

i have reactived function module XSI_ACTIVE_DELV, but it still error.

pls give other solutions!

thank you!

Read only

0 Likes
1,103

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.

Read only

Former Member
0 Likes
1,103

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

Read only

Former Member
0 Likes
1,103

Hi,

Pls tell me what is XSI?

thanks,

Read only

0 Likes
1,103

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

Read only

0 Likes
1,103

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

Read only

0 Likes
1,103

Anyone help me pls!

Read only

0 Likes
1,103

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)