cancel
Showing results for 
Search instead for 
Did you mean: 

DATA_BUFFER_EXCEEDED problem

Former Member
0 Kudos

hi guys,

while i am retrieving the data from sap tables via jco it throws an error

DATA_BUFFER_EXCEEDED: Selected fields do not fit into structure DATA

what should i do......

plz help me.

thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

More than likely the quantity of data you're extracting is too big. Try and limit your selection of data. JCo is not like ABAP and is not as efficient when it comes to large quantities of data.

Cheers,

Dion

Former Member
0 Kudos

hi,

fine information u have given, but how can i reduce the data which i extracted

via jco. wat should i do in my program.....

thanks