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

editable alv container in module pool

Former Member
0 Likes
1,109

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

3 REPLIES 3
Read only

Former Member
0 Likes
646

have you defined event handlers for your object?

take help from BCALVEDIT* reports

Read only

Former Member
0 Likes
646

check

BCALV_EDIT_05
 BCALV_EDIT_03

Just debug once , Hope u will under stand.

Read only

Clemenss
Active Contributor
0 Likes
646

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