Application Development 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: 

How to get text (string ) more then 128 char with REUSE_ALV_GRID_DISPLAY

Former Member
0 Kudos

Hi all,

I am using REUSE_ALV_GRID_DISPLAY for output

and having one field in which I need to put char values form 70 to 999 . In final internal table I am getting proper values as per my logic and also when I downloading the output it is showing proper values. But in display I am not able to see more then 128 char in one line for this filed.

Please find fieldcatelog which I am setting it.

  • TEXT

itab_fieldcat-fieldname = 'TEXT'.

itab_fieldcat-seltext_m = 'Text'.

itab_fieldcat-seltext_l = 'Text'..

itab_fieldcat-seltext_s = 'Text'.

itab_fieldcat-outputlen = 999.

itab_fieldcat-col_pos = 1.

APPEND itab_fieldcat TO itab_fieldcat1.

CLEAR itab_fieldcat.

Please let me know how to see string more then 128 in output .

It is very urgent issue.

Rewards will be surely given for useful ans

1 REPLY 1

Former Member
0 Kudos

you cannot get text display more than 128 chars in ALV.

if you need u need to place another text field.

ven if u download it to excel you will get 256 chars.