cancel
Showing results for 
Search instead for 
Did you mean: 

RFC_EXTERNAL_ABORT...call_function_remote_error

Former Member
0 Kudos

Hi,

I am doing a simple RFC to XI scenario...

I am using BAPI_USER_EXISTENCE_CHECK to check for the userid.

all the development and mappings in XI are working fine.

If i test with giving user name initially it is working fine .

but if try to test it immidiately with another userid..then it is giving errors...what could be the solution??

errors are:

Runtime errors: call_function_remote_error

wrong Sender Agreement:The sender agreement does not have channel

and RFC_EXTERNAL_ABORT

these are occuring only when 2nd time executing the interface.

first time no erros it was successfull...

plz help me out in solving this.

regards.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

hi,

see the below threads may be useful

regards

kummari

Former Member
0 Kudos

thanx for ur reply but i gone through them and are not much of help...

in the short text of error i can see this"wrong Sender Agreement:The sender agreement does not have channel"

any other inputs with this?

Former Member
0 Kudos

its problem with rfc destination.

its fixed now.

Former Member
0 Kudos

hi chaitanya,

In the threads i have posted deals with the error in RFC only (whether it may me wrong id or regarding remote enabled)

regards

kummari

Former Member
0 Kudos

Hi Chitanya,

Can you please let me know how did you manage to resolve the issue.

We are also facing the similar issue.

Regards

Nitin.

Former Member
0 Kudos

HI,

I am also facing the same issue. Appreciate if you can telll us how did you able to fix it.

Thanks.

Former Member
0 Kudos

Hi,

possible solution could be a ConversionException in you RFC Adapter because of mismatching data types in your source and receiver message.

Just goto RWB an monitor the Processing Details for Cluster Node Server of your adapter in the Channel Monitoring.

Afterwards you have to adjust your importing or exporting structure of the used RFC function module.

Cheers,

André

LukaszM
Newcomer
0 Kudos

Hi,

In our case the error was related to incorrect Gateway service name in RFC Destination configuration (SM59).

Connection test of RFC Destination doesn't check whether Gateway service was provided correctly. Therefore, the error occurs only during runtime.

Best regards,

Lukasz