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

active/ inactive rows and fields

Former Member
0 Likes
1,142

Hi there.

I have some questions.

In this picture, I want to make a alv.

And when I input the [number]field, [name]field is automatically filled and these field become inactive. and i can only fill [time] field.

Also, When i click the 'add rows' button, all field is active to fill some data.!

Is this available? Let me know How to make it.?

1 REPLY 1
Read only

former_member370623
Active Participant
0 Likes
921

Hi HYUNJI,

yes it is possible you can make it. check this example link
basically you are giving styles to every cell and fill it using cl_gui_alv_grid=>mc_style_disabled

or enabled.