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: 

Getting dump call to messaging system failed: in RFC

Former Member
0 Kudos

Hi Experts,

I have a requirement where I need to pass data to the RFC and then PI team will be receiving this data.

Issue:

RFC throws a dump saying 'call to messaging system failed: '.

Though there is a dump, the data is getting successfully passed to PI system.

I am calling the RFC asynchronously (by adding in background task) in report,which prevents the dump.Also we can do exception handling by adding Exceptions options.

But when I execute the RFC function module directly, it gives me dump, which is required to be corrected.

Checked: All the things like, RFC destination created properly, the program id is registered, at PI side maintaining correct gateway details and providing the same program id.

Please help me resolving this issue.

Thanks in Advance!

Regards,

Priya Raja

10 REPLIES 10

Former Member
0 Kudos

Hi,

Can you provide full dump text (attach a file) ?

Best regards,

Nick.

0 Kudos

Hi Nick,

Dump attached and also shown below:

Regards,

Priya Raja

JL23
Active Contributor
0 Kudos

And what about the other pages?

If you don't know how to read a dump  then read this document first:

0 Kudos

Hi,

Thanks for document ABAP Dumps. Here is the whole dump attached. If you get any solution from this it will be great.

Regards,

Priya Raja

0 Kudos

Hi,

This image is useless. No useful information at all.

Attach txt file with full dump information.

Regards.

0 Kudos

In the dump, check destination field value, is it correct, if yes, was your customer FM RFC enabled, is yes, is there a dump/log in target system?

Regards,

Raymond

0 Kudos

Hi Nick,

Attached the dump.

Regards,

Priya Raja

0 Kudos

Hi,

There is no useful information in this dump, because error occurs on another side:

"The error occurred in an RFC call to another system.

The target system has also written a short dump.

Consult this short dump for more precise information about

the cause of the error."

We have to see dump from target system.

Can you also provide FM ZEMPLOYEE_DATA_FEED header (imports/exports)?

Best regards,

Nick.

0 Kudos

Hi Raymond,

1) RFC destination field value in dump is the correct one.

2) FM is also RFC enabled.

3) Yes, we get the below error in the destination system.

Is this the problem? Thanks.

Regards,

Priya Raja

0 Kudos

Hi Nick,

There are no import/export, we just have TABLES parameter, in which the data is filled through report.

So according to you there might me problem at destination side? Thanks,

Regards,

Priya Raja