Hi Guys
We are trying to fetch long texts from an ABAP backend into DS by making an RFC enabled wrapper around the READ_TEXT function module. The wrapper converts the tline based table returned from READ_TEXT into a plain STRING and returns that value. The issue is, that when we call the RFC from DS only the first 10 characters are returned even though we change the default varchar(10) to for example varchar(3000) in DS.
We have tried using XSTRING in the RFC and BLOB in DS, but that only gives us other issues. We have also tried to debug to make sure all input parameters came through and the return parameter contained the full long text as expected.
Does anybody have an idea, why DS doesn't receive more than 10 characters?
/Jacob