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

ABAP query not executing

Former Member
0 Likes
639

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
Read only

Former Member
0 Likes
585

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
Read only

GauthamV
Active Contributor
0 Likes
585

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

Reduce the number of fields for output and check.

Read only

Former Member
0 Likes
586

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

Read only

0 Likes
585

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.