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

problem in ABAP query

Bema
Active Participant
0 Likes
815

Hi,

Using the SQ01 transaction , I am displaying the query output.Here I am able to display only 100 characters. If I am increasing the width of each field, the last field is coming to the second line.(ie. horizontal scroll bar is not coming).Is there any method to display all the fields in one line itself?

Thanks in advance

Beena

6 REPLIES 6
Read only

Former Member
0 Likes
586

Hello Beena,

When you run the query the output will be in one line only, only at output design it shows in diffrent lines.

Rgds,

M

Yes, as Andreas said Tabel format should be ok !

Read only

0 Likes
586

hi,

try :

sq01 - change - change list format / table format

(in dynpro title, format )

Andreas

Read only

Bema
Active Participant
0 Likes
586

It is showing in different lines in run time also.

Read only

Former Member
0 Likes
586

Hi,

In The Further processing options:

Select Interactive List radio button..

Regards,

Ron

Read only

andreas_mann3
Active Contributor
0 Likes
586

Hi Beena,

so how do you solved your problem ?

pls reward points, if you've got helpful answers

thanks and regards

Andreas

Read only

Bema
Active Participant
0 Likes
586

Actually it is not solved fully. Still in the second line but moved to end.