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

ALV LIST field display problem

Former Member
0 Likes
605

Hi experts,

In the Internal table ,I have one field with the 255 characters length.

Using the FM 'REUSE_ALV_HIERSEQ_LIST_DISPLAY', I am displaying the header data and Item Item data. But in the output

it displaying the data upto 80 characters only for this field.

Could any one suggest me is there any to display the upto 255 characters.

Thnx,

Sam.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
576

Hi Sam,

Please test the FM 'REUSE_ALV_HIERSEQ_LIST_DISPLAY', you can display more than 200 characters.

Hi experts,

In the Internal table ,I have one field with the 255 characters length.

Using the FM 'REUSE_ALV_HIERSEQ_LIST_DISPLAY', I am displaying the header data and Item Item data. But in the output

it displaying the data upto 80 characters only for this field.

Could any one suggest me is there any to display the upto 255 characters.

Thnx,

Sam.

4 REPLIES 4
Read only

Former Member
0 Likes
576

Hi Sam,

Probably you can try these FM's

REUSE_ALV_LIST_DISPLAY

REUSE_ALV_GRID_DISPLAY

Just try out giving the text of 255 characters and revert

for further details

https://wiki.sdn.sap.com/wiki/display/Snippets/ProblemwithALVgridTopofPage

Thanks and Regards

Srikanth.P

Read only

0 Likes
576

instead of list display use grid display

Read only

Former Member
0 Likes
577

Hi Sam,

Please test the FM 'REUSE_ALV_HIERSEQ_LIST_DISPLAY', you can display more than 200 characters.

Read only

Former Member
0 Likes
576

Hi ,

i ALV output you have a layout button, i that the field length by default be 80 change it to your required lenght(255).

Hope this will solve.Please let me know if you still need any more details.

Thanks and regards,

RAjeshwar