‎2009 Jan 14 8:48 AM
hi...
I am using a alv to create new entries in a table.I ma making use ofthe following
CLASS lcl_grid_event_receiver DEFINITION.
PUBLIC SECTION.
METHODS:
handle_data_changed FOR EVENT data_changed OF cl_gui_alv_grid
IMPORTING
er_data_changed
e_onf4
e_onf4_before
e_onf4_after
e_ucomm
sender.
ENDCLASS.
everything works fine ....
but in the alv i have a few fields with the value help.
when i try to change a field ... or add a value to this field using the drop down ..... it gives me a dump....
how can i get these values when i click on drop down or press f4.
how can i solve this problem
Thanks in avdvance
‎2009 Jan 14 8:53 AM
Hi,
try to take a look at the standard program BCALV_EDIT_06.
Hope it helps
Andrea
‎2009 Jan 14 9:23 AM
hi
check these programs BCALV_EDIT_01 and BCALV_TEST_GRID_EVENTS
hope this helps
regards
Aakash Banga