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

Data in ALV column getting truncated

Former Member
0 Likes
1,923

Hi All,

Need help.

The problem is:

In my ALV grid(Obj Oriented) there are 15-16 columns.Of this the last column can

have a maximum length of 1000 characters.I have given outlen in field catalogue as 1000 and also marked cwidth_opt as 'X'.Despite this the data

in last column is getting tuncated.Please suggest

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,428

Hi,

You cannot display total 1000 chars in the cell. I guess when u view the same in Print preview, u can find all 1000 chars.

But one thing is u cannot view all 1000 chars as it is in the view.

revrt back if any issues.

regards,

Naveen

Hi All,

Need help.

The problem is:

In my ALV grid(Obj Oriented) there are 15-16 columns.Of this the last column can

have a maximum length of 1000 characters.I have given outlen in field catalogue as 1000 and also marked cwidth_opt as 'X'.Despite this the data

in last column is getting tuncated.Please suggest

4 REPLIES 4
Read only

Former Member
0 Likes
1,429

Hi,

You cannot display total 1000 chars in the cell. I guess when u view the same in Print preview, u can find all 1000 chars.

But one thing is u cannot view all 1000 chars as it is in the view.

revrt back if any issues.

regards,

Naveen

Read only

Former Member
0 Likes
1,428

Hi,

I guess the maximum length for GRId is 1023

Save the important fields in layout and display , the other fields can be avalable in the layout if needs to be displayed

Read only

rajesh_akarte2
Active Participant
0 Likes
1,428

hi try to remove the field catalogue length. and then try to display.I think it will display the data fully.

Regards,

Rajesh Akarte

Read only

Former Member
0 Likes
1,428

Hi ,

I think in an ALV the max length you can display is 255 , anthing more that that gets truncated.

Regards

Arun