‎2007 Jun 28 2:44 AM
I get the exception message 'data_buffer_exceeded' when I execute the following FM. I believe it is due to the table size which is 998 characters/rec and more than 11,000 records.
Actually, what I want from the table is just a few fields. How can I specify those fields only for extraction and whether there is a limit on the number of chars per records in using that RFC FM?
Thank you.
‎2007 Jun 28 2:50 AM
Are you using Standard RFC ? if so create new RFC ,then create one structure in SE11 ( what ever fields you need ),declare table as like structure in SE37,then select the data only that fields.
Thanks
Seshu
‎2007 Jun 28 2:57 AM
Yes, I am using standard RFC_READ_TABLE. Do you have a sample of RFC which only read specify fields from another table?
‎2007 Jun 28 3:26 AM