cancel
Showing results for 
Search instead for 
Did you mean: 

show all content in the ALV field

ronaldo_aparecido
Contributor
0 Kudos
226

Hi community

I'm using cl_salv_table  and I need to show all the content of a field with 200 characters, but it is not displaying everything:

123.png

After the letter 'R' there is more data to be displayed but they are not being displayed

please see attached code

Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

raymond_giuseppi
Active Contributor

As @Sandra_Rossi and online help wrote, ALV grid maximum width of display of a cell is 128 character, so you could

  • Split the field into subfields of 128 characters or less
  • Switch to ALV list display for a maximum width of 256
  • Switch to an html display
  • Switch to an Excel inplace display
  • Add an icon field to display some long text popup when more than 128 characters