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 edit mode

Former Member
0 Likes
1,022

Hi All,

I am displaying an ALV List.There is a column called Final invoice indicator which is a check box.When the user checks this check box that record in the ALV output has to be changed to non-editable mode.I am using classes for ALV display.How can i achieve this?

Thanks,

Rakesh.

Hi All,

I am displaying an ALV List.There is a column called Final invoice indicator which is a check box.When the user checks this check box that record in the ALV output has to be changed to non-editable mode.I am using classes for ALV display.How can i achieve this?

Thanks,

Rakesh.

4 REPLIES 4
Read only

0 Likes
594

Hi,

If you want to make ALV report editable use edit = 'X' in

fieldcatlog.

Warm regards,

Surendar Reddy

Read only

Former Member
0 Likes
594

Hi,

U can check the value of the checkbox and if it is 'X' u can set it to no editable as

CALL METHOD g_grid->set_ready_for_input

EXPORTING i_ready_for_input = 0.

where g_grid is the alv object.

Hope it helps.

Anju

Read only

0 Likes
594

i want to make only certain records in display mode..how do i specify these records to the class?

Read only

Former Member
0 Likes
594

Hi rakesh,

goto 'SLIS' package

--programs there u can get all type of alv Demo programs..

hope it 'll use for u

Regards,

Prabhu