I am calling "RFC_READ_TABLE" to get the data from a table. In case it has fields, exceeding 512 byte, we get DATA_BUFFER_EXCEED exception.
One way to avoid this is to limit the fields for which we need table data.
But in my case , I can not put as such restriction. I need to fetch the whole data from all the fields.
Do suggest me some way , so that I am able to get the full data from a Table.
Thanks
Vishwam