cancel
Showing results for 
Search instead for 
Did you mean: 

Problem in fetching RFC Output

Former Member
0 Kudos

Hi All,

We have a strange problem in fetching the RFC output back.

Let me explain the scenario. We have a RFC which returns back region code, description and Country Code, description as export table parameters. There is no import parameter for the RFC. Direct execution.

When i execute the RFC from webdynpro and get the details back i can get only the Region and Country Code. The other 2 Region and country description are null. But there are values when i execute the RFC in R3.

Have anyone faced this kind of issue. I have tried re starting the server just in case of cache.

Regards,

Nagarajan

Accepted Solutions (1)

Accepted Solutions (1)

former_member182374
Active Contributor
0 Kudos

Hi,

Make sure that you run the RFC in the same language from R3 and portal.

Sometimes data is different for each locale and this kind of problems can occur

Regards,

Omri

SB9
Active Participant
0 Kudos

Hi,

just check that description in output parameter of RFC is not an internal table. webdynpro has problems with internal tables when importing it as model. you may need to do change it to a flat structure by writing a wrapper rfc.

Former Member
0 Kudos

Hi Omri,

Thanks for the suggestion. It was the language problem in the backend. We have used sy-langu in the RFC and it fetched the User's default language which is not English.

After changing this sy-langu >> EN it got worked in the Webdynpro application.

Thanks and Regards,

Nagarajan.

Answers (0)