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

Issue while using the 'HTTP_GET' in EXIT_SAPLV56K_002

Former Member
0 Likes
399

I'm getting an error -<b> 'connection to partner broken / CPI-C error CM_PRODUCT_SPECIFIC_ERROR'</b>. in EXIT_SAPLV56K_002 while using HTTP_GET function module

Normally While executing 'Http_get' in se37 ,it seems to work fine. But while using the same in the above exit ,it is giving the above error.

The fields used are same when used in se37 and user exit.

Thanks

Ravindra

I'm getting an error -<b> 'connection to partner broken / CPI-C error CM_PRODUCT_SPECIFIC_ERROR'</b>. in EXIT_SAPLV56K_002 while using HTTP_GET function module

Normally While executing 'Http_get' in se37 ,it seems to work fine. But while using the same in the above exit ,it is giving the above error.

The fields used are same when used in se37 and user exit.

Thanks

Ravindra

1 REPLY 1
Read only

Former Member
0 Likes
353

Hello,

When you execute this via exit..did you check the partner connection is active..?

is i a http_get....a RFC call?

From the description given ,looks like when exit is triggered,no active connection is found.

Thanks.