2010 Mar 02 7:13 AM
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
2010 Mar 02 8:31 AM
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
2010 Mar 02 7:15 AM
It seems you have declared more fields in your query output.
Reduce the number of fields for output and check.
2010 Mar 02 8:31 AM
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
2010 Mar 02 11:39 AM
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.