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.