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

RFC Function - Corrupted Data

Neithan
Participant
0 Likes
1,258

Heyy Everyone ,

I'm using Remote Enabled Module Function .

But values coming my system like corruoted . U can see below. Why it can be .

Thanks .

2 REPLIES 2
Read only

RaymondGiuseppi
Active Contributor
1,185

You should provide more information on your context, standard RFC FM or custom one, both systems at same level, etc.

  • Compare signature of the FM in source and target system
  • Check also any discrepancy in character encoding
  • Check RFC destination defintion

For test, start with a simple standard RFC (depend on your landscape) such as RFC_SYSTEM_INFO with the same destination than your call

Read only

Sandra_Rossi
Active Contributor
0 Likes
1,185

Make sure that the calling program pass the values with the same data types as the RFC function module expects.