cancel
Showing results for 
Search instead for 
Did you mean: 

DATA BUFFER EXCEEDED!!!

Former Member
0 Kudos

Hi!!

After running my code it says data buffer exceeded..

I have called PA0001 table and run the code it works perfectly

But when I call PA0002 table and another table UST04  it says data buffer exceeded..

This is the code, and I pass the tables as a[1].ToString().

                    customerList.SetValue("QUERY_TABLE", a[1].ToString());

                    customerList.SetValue("DELIMITER", "|");

                    customerList.SetValue("ROWCOUNT", "200");

               

                    customerList.Invoke(rfcDest);    //So while invoke this error comes

                   and rest of the code

Can anyone help me to get rid of this?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Again it worked for me when i reduced the field length

Answers (1)

Answers (1)

hynek_petrak
Active Participant
0 Kudos

fetch only fields you really require.