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 --- handle_data_change

Former Member
0 Likes
479

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

2 REPLIES 2
Read only

andrea_galluccio2
Contributor
0 Likes
416

Hi,

try to take a look at the standard program BCALV_EDIT_06.

Hope it helps

Andrea

Read only

Former Member
0 Likes
416

hi

check these programs BCALV_EDIT_01 and BCALV_TEST_GRID_EVENTS

hope this helps

regards

Aakash Banga