cancel
Showing results for 
Search instead for 
Did you mean: 

Wrapping in SAP List Viewer for WDA

Former Member
0 Kudos

Hi!

I have a alv table in my web dynpro for ABAP.

Some of the columns are defined as hierarchy column. Now i have the problem that the text of these columns are wrapped and thats not good for the look and feel of the application.

[Screenshot of my ALV table|http://img175.imageshack.us/my.php?image=alvhl7.jpg]

Is there a option to show the text without wrapping?

Regards,

Anton

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Please try to do this way-

In the Column Settings of the ALV table- Use the following methods-

Either you use

SET_WIDTH (Sets the Column Width)

or

the SET_RESIZABLE(Sets That the Column Width Is Independent of Content).

And also check the wrapping checkbox in the layout you are using.

Give it a try as I have not worked on it.

Regards

Lekha