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: 

RFC Function - Corrupted Data

frknkzlrsln
Participant
0 Kudos

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

raymond_giuseppi
Active Contributor

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

Sandra_Rossi
Active Contributor
0 Kudos

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