Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

RFC_READ_TABLE DATA_BUFFER_EXCEEDED

Former Member
0 Likes
1,468

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.

3 REPLIES 3
Read only

Former Member
0 Likes
767

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

Read only

0 Likes
767

Yes, I am using standard RFC_READ_TABLE. Do you have a sample of RFC which only read specify fields from another table?

Read only

former_member194669
Active Contributor
0 Likes
767

Hi,

Check this OSS Note 382318 - RFC_READ_TABLE

aRs