Hi Michael,
I read your comments on RFC_READ_TABLE. Have a query here, I am using that FM to read data from table EDID4(IDOC data table), and fields I am chosing are DOCNUM and SDATA which are definitely needed.
The where clause is also take care of to fetch only one record. But still getting the DATA_BUFFER_EXCEEDED errors.
I think the problem is with SDATA is of type LCHR (Long character string).
Can you suggest of anything for me to overcome this error.
---Prashanth