Application Development 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: 

ABAP query not executing

Former Member
0 Kudos

Dear all,

I have created ABAP query on purchasing. But in SQ1, when I executed " TEST", it throws message "List is wider than 255 characters (generation not possible) ". please let me know what changes I need for successful execution of query?

thanks and regards,

Prashanth

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Prashanth,

It seems that the output that you generate is wider than 255 char. try with lesser fields in the output and check.

Hope it helps.

Thanks,

Anju

3 REPLIES 3

GauthamV
Active Contributor
0 Kudos

It seems you have declared more fields in your query output.

Reduce the number of fields for output and check.

Former Member
0 Kudos

Hi Prashanth,

It seems that the output that you generate is wider than 255 char. try with lesser fields in the output and check.

Hope it helps.

Thanks,

Anju

0 Kudos

The total lenght of all your selected poutput field is greater than 255 char.

Simply reduce the fields in output or truncate some large fields .

Bye.