Skip to Content
0
Former Member
Nov 27, 2006 at 12:35 PM

Getting the Errror Java Connection Not Available

28 Views

Hello Experts,

I am working to call alert. For that I make new event in transaction SPRO CRM->icwc->CustomerSpecific Modifaction-> Alert ->Define Events.

And then i use this alert in my Customized icwc as on pressing the button. I wrote the follwoing code in

create object lcr_event.

lcr_event->set_name( 'ZTest' ).

  • raise event

lif_event_service->raise( lcr_event ).

where ZTest is the new event that i have create. Then the following will come

Error: Java connection not available

Note one thing more instead of Ztest if i use system event like "BPReset" or "BPConfirmed" then also this error comes. Please tell me why this error is occuring.

Thank you,

Kuldeep