Application Development 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: 

Error when creating Service for transaction in SICF.

Former Member
0 Kudos

Hi,

I created a Transaction, and for this transaction transaction I am trying to create a service for this transaction using SICF transaction.

but after creagting service when I am doing test service I am gettging error follwoing message - can any one please let me know how to solve this issue.

-


The following error text was processed in the system DP2 : Communication failure

The error occurred on the application server dp2dca0u_DP2_01 and in the work process 0 .

The termination type was: IMC_CANCEL_TX

The ABAP call stack was:

Method: IF_HTTP_EXTENSION~HANDLE_REQUEST of program CL_HTTP_EXT_ITS===============CP

Method: EXECUTE_REQUEST of program CL_HTTP_SERVER================CP

Function: HTTP_DISPATCH_REQUEST of program SAPLHTTP_RUNTIME

Module: %_HTTP_START of program SAPMHTTP

-


Thanks.

Rajesh.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

First you need to publish your service which you would get from the dropdown fro utilities->setting->its->publish.

Also check in transaction SICF whether your serivce is actiavted- else activate the same. you can find your serivice under the following path

default_host/sap/bc/gui/sap/its/

ITS Debugger

http://help.sap.com/saphelp_47x200/helpdata/en/5f/1fbd2f4aee11d189740000e8322d00/frameset.htm

Debugging Flow Logic Applications

http://help.sap.com/saphelp_47x200/helpdata/en/d1/7033b4ae5d11d3806500c04f99fbf0/frameset.htm

~rfcDebugging

http://help.sap.com/saphelp_47x200/helpdata/en/5f/1fbbb14aee11d189740000e8322d00/frameset.htm

Debugging WebRFC Applications

http://help.sap.com/saphelp_47x200/helpdata/en/2b/d9211d4b8a11d1894c0000e8323c4f/frameset.htm

Hope that helps,

Regards,

Gopal

Edited by: Gopal on Oct 30, 2008 3:23 PM

2 REPLIES 2

Former Member
0 Kudos

Hi,

First you need to publish your service which you would get from the dropdown fro utilities->setting->its->publish.

Also check in transaction SICF whether your serivce is actiavted- else activate the same. you can find your serivice under the following path

default_host/sap/bc/gui/sap/its/

ITS Debugger

http://help.sap.com/saphelp_47x200/helpdata/en/5f/1fbd2f4aee11d189740000e8322d00/frameset.htm

Debugging Flow Logic Applications

http://help.sap.com/saphelp_47x200/helpdata/en/d1/7033b4ae5d11d3806500c04f99fbf0/frameset.htm

~rfcDebugging

http://help.sap.com/saphelp_47x200/helpdata/en/5f/1fbbb14aee11d189740000e8322d00/frameset.htm

Debugging WebRFC Applications

http://help.sap.com/saphelp_47x200/helpdata/en/2b/d9211d4b8a11d1894c0000e8323c4f/frameset.htm

Hope that helps,

Regards,

Gopal

Edited by: Gopal on Oct 30, 2008 3:23 PM

athavanraja
Active Contributor
0 Kudos

this may be because GUI link is not set to Y for your service in SICF

check this weblog, it may be helpful for yu.

/people/durairaj.athavanraja/blog/2005/08/21/running-your-first-its-webgui-application-in-sap-netweaver-04-abap-edition--nsp

post ITS related questions in ITS forum.

Raja