cancel
Showing results for 
Search instead for 
Did you mean: 

How to resolve DATA_BUFFER_EXCEEDED exception

12-13-2006 11:59 AM
6872 views 1 comments
0 Likes
SAP Managed Tags
Subscribe

Hi All,

When I am executing function module RFC_READ_TABLE by passing table name

(EX: EKPO or EKKO or LFA!) as a an argument for QUERY_TABLE, i am getting

DATA_BUFFER_EXCEEDED exception.

PLZ any one help me how to resolve this issue.

Regds,

Ramesh

0 Likes

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Likes

Hello, you will have to specify the fields you need while reading the table.

If the data you are reading is longer than the buffer used to return data to the caller RFC_READ_TABLE raise a DATA_BUFFER_EXCEEDED exception

Use table FIELDS and enter the name of the fields you need.

Regards, Luciano.