2006 Nov 20 4:13 AM
Hi,
i am using editable ALV list for two columns. Now after entering value to the editable field if i want to SAVE and the entry is incorrect , the cursor should come back to the field where i entered the value.
how to do that??
pls reply asap.
Regards,
Divya
2006 Nov 20 4:23 AM
You can do something like this :
CALL METHOD cl_gui_control=>set_focus
EXPORTING
control = gv_grid.
2006 Nov 20 4:27 AM
can this: be used for the grid ALV where i am not using OO.
CALL METHOD cl_gui_control=>set_focus
EXPORTING
control = gv_grid.
2006 Nov 20 4:24 AM
2006 Nov 20 4:26 AM
2006 Nov 20 4:33 AM
hi Divya,
its a SAP Standard program ( Report) . Goto SE38 and give this program name
This report illustrates the simplest case of using an editable/noneditable ALV Grid Control.
2006 Nov 20 5:00 AM
I am using 'REUSE_ALV_LIST_DISPLAY' for the ALV display, how do i use SET-FOCUS in it? It is giving error of Type not compatible.
Please reply soon