‎2009 Sep 12 9:23 AM
Hi,
I have done a module pool program in which for a certain sectain i have to display a alv table...So I added a container in the module pool and called a editable alv in that..But the problem is now I am not able to trap any event in the editable alv..For eg if the user edit somethng in the alv and press enter I am not able to trap the user command..Please guide me how to do this???
‎2009 Sep 12 10:14 AM
have you defined event handlers for your object?
take help from BCALVEDIT* reports
‎2009 Sep 12 12:20 PM
check
BCALV_EDIT_05
BCALV_EDIT_03Just debug once , Hope u will under stand.
‎2009 Sep 12 1:44 PM
create a handler for event DATA_CHANGED - it has parameters
ER_DATA_CHANGED Type Ref To CL_ALV_CHANGED_DATA_PROTOCOL
E_ONF4 Type CHAR01
E_ONF4_BEFORE Type CHAR01
E_ONF4_AFTER Type CHAR01
E_UCOMM Type SY-UCOMM
That means all information you need.
See the sample programs mentionend, search the forum before posting, close the thread as solved.
Regards,
Clemens