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

Error in Posting Data Using ABAP Program.

Former Member
0 Likes
527

Hi I am using RFC to post the data to external system.

When I am Posting the data from Functional Module By giving RFC destination.

It is moving into short dump.

It gives an error message as "CALL_FUNCTION_REMOTE_ERROE"

Wat will be the solution for this.

Regards,

Jayasimha Jangam

4 REPLIES 4
Read only

former_member189059
Active Contributor
0 Likes
504

1. Make sure that function module exists on the remote system and is active

2. make sure your parameters passed are correct and of the correct type

3. try using the 'remote logon' feature in SM59 to verify that your rfc destination is not the problem

Message was edited by:

Kris Donald

Read only

Former Member
0 Likes
504

Hi,

Check the RFC destination setting of the system in SM59.

If it is ok, this means that the dump is being caused by some invalid data in the target system..

check the data being passed.

Thanks and Best Regards,

Vikas Bittera.

Read only

0 Likes
504

Actually I am Posting data to SAP XI Server,

I Created TRFC in SM59 and checked the connection is tested.

Then I want to execute the Function module.

It is going into Short Dump..

Regards,

Jayasimha Jangam

Read only

0 Likes
504

1. The XI server may or may not have that function module installed

2. your user id that you used for the rfc connection may not have authorization to run the function module

try logging in to the xi server and executing that function module