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 is fetching partial data

Former Member
0 Likes
773

Hi Team,

We have an ABAP connection (Type 3 in SM59) from SAP SRM 7.0 to R/3 release 4.6C.

There is a remote function call to FM BBP_PLANTS_GET which master gets data related to plants.

The problem-

If the FM is run in the target system (standalone), we get all the data (all the records, all 5 internal tables are filled in correctly).

If the FM is called from the remote system (actual scenario) using RFC, then it is getting truncated data( only first internal table is filled with one fifth of the data it had to get and the last row of the internal table has JUNK characters).

As per our understanding the data is not too large (~7k entries).

Experts, please help.    

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
672

Hi Experts,

The issue has been resolved.

The issue was with the language setup in calling system.

(Calling system did not have all the language installed which were installed in called system and data which was being fetched was of the missing language).

Thanks

Mohit

Hi Experts,

The issue has been resolved.

The issue was with the language setup in calling system.

(Calling system did not have all the language installed which were installed in called system and data which was being fetched was of the missing language).

Thanks

Mohit

3 REPLIES 3
Read only

Former Member
0 Likes
673

Hi Experts,

The issue has been resolved.

The issue was with the language setup in calling system.

(Calling system did not have all the language installed which were installed in called system and data which was being fetched was of the missing language).

Thanks

Mohit

Read only

0 Likes
672

Hi Mohit,

Am having similar issue. Kindly help me to solve this.

Where should i find the language details.

Thanks & Regards,

Sri

Read only

0 Likes
672

Hi Sridhar,

Please check SRM language setup, like master data setup for languages. There was a mismatch then between R3 and SRM (R3 had more languages setup and the plants were setup in those languages , a few were multi-byte languages which were not setup in SRM).

I don't remember the exact config where those languages are to be setup in SRM.