cancel
Showing results for 
Search instead for 
Did you mean: 

Exception on sRFC outbound message

Former Member
0 Kudos

Hello,

we have a problem: We got an ABAP dump in a 620 WebAS ABAP when trying to send a synchronous RFC outbound message to XI where it should be mapped to another 620 WebAS ABAP where it is received as sRFC inbound message. So I would say we have nothing special except simple RFC.

We send the output by a simple ABAP report calling the RFC function module with a RFC destination which is TCP/IP and a registered server program. The RFC connection test works fine and the registered server program is the one from XI sRFC outbound message sender in the Integration Directory.

The ABAP dump's analysis is:

An error occured when executing a REMOTE FUNCTION CALL It was logged under the name "RFC_EXTERNAL_ABORT" on the called page.

Unfourtunally we cannot find any further information in the systems but we know from another application that the mechanism of registered server programs works fine.

We are running NetWeaver04 with XI 3.0 SP13 as our IE our business system are SAP Enterprise 4.7x110, Basic 620.

Does anybode of you have an idea which may help us, please?

Regards

Heiko Küffen

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Can you check on the XI system(and the end receiving system) in ST22 whether a short dump was registered...

Thanks,

Renjith.

Former Member
0 Kudos

Hi Renjith,

there is no dump in the XI and also no dump in the receiving system.

When I checked out there was the possibility to shut down the XI. Anyway I tried the RFC again, with the same result (dump in the sending system). Now, that seems as if there is a problem in the sending system but still I have no idea.

Regards

Heiko

Former Member
0 Kudos

Did you manage to resolve this issue?

If Yes, Please tell us what was the problem and how you resolved it.

thanks in advance.

Venkat

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é