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

Problem in ALV Grid layout.

Former Member
0 Likes
526

Hi all,

I have got a problem with the output diplay in the ALV Grid Display,

I have made the field 'Unit of Measurement' as editable and after the first change i have made in that field from the output diplay it is showing me stars(***) in that particular field at the output.

My internal table which i have populated for the grid layout is being populated well and contains the data which is not displayed in the output in that particular field.

What should i do to prevent the stars at my output display ????

hi

you can try increasing the output length of that field.

it may help you.

thx

pavan

3 REPLIES 3
Read only

Former Member
0 Likes
491

hi

you can try increasing the output length of that field.

it may help you.

thx

pavan

Read only

Former Member
0 Likes
491

change the datatype and length in the fieldcataloag and check out

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

Read only

Former Member
0 Likes
491

Solved.... Thanks for your Replies.