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

Regarding ALV Grid

Former Member
0 Likes
607

Hello,

In Grid display the field value size is not accepting more than 128 characters.

i need to display field value of 150 characters. Please do the Need.

Thanks & Regards,

Nagalakshmi

Hello,

In Grid display the field value size is not accepting more than 128 characters.

i need to display field value of 150 characters. Please do the Need.

Thanks & Regards,

Nagalakshmi

4 REPLIES 4
Read only

sreeramkumar_madisetty
Active Contributor
0 Likes
576

Hi

At the time of display u can refer the fields to the standard table fields .

If in standard table it is of size 150 it can be displayed.

Regards,

kumar

Read only

Former Member
0 Likes
576

in the fieldcatalog give the datatype as STRING or CHAR and checkout

wa_fieldcat-datatype = 'STRING'.
wa_fieldcat-outputlen = '128'.

OR

wa_fieldcat-datatype = 'CHAR'.
wa_fieldcat-outputlen = '128'.

Read only

Former Member
0 Likes
576

send me the code .or in the Fieldcatalog set a field of around more than 128 characters.

Please reward if useful.

Read only

Former Member
0 Likes
576

Hello,

what is the maximum no. of characters that can be displayed for a single field in alv grid. Please let me know.

thanks & Regards,

Nagalakshmi