2007 Jul 20 11:26 AM
2007 Jul 20 12:06 PM
Hi,
If you are embedding a ALV control on the screen , use LOOP AT SCREEN and then say if scree-name = <give the name of the alv grid> and then set the ENABLED property to false.
go to transaction ABAPDOCU in that you can check the screens => under ABAP user dialogs. There are a lot of examples.
Regards,
Narayani
2007 Jul 20 12:35 PM
Try using Method of grid
call method grid->set_ready_for_input
exporting
i_ready_for_input = x where x = 0(input disabled)
x = 1(input enabled)
2007 Jul 20 4:46 PM
hi
good
go through this link
http://paginas.terra.com.br/educacao/abap/Download/BC_SRV_ALV.pdf
thanks
mrutyun^