Application Development 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: 

trigger SAP Event

herzelhaimharel_gilor
Participant
0 Kudos

Hello Folks,

I've read many posts, but I don't find any solution.

The Problem is :

I' ve got an alv-grid on a tab-reiter application.

I can edit some cells within my grid. When I press 'Enter' after any change in the control, the data changes correctly, with the event "DATA_CHANGED_FINISHED".

in case that the changed cell composed from dropdwon list , it doesn't take the change itself into account and trigger immediately the event "DATA_CHANGED".

could someone let me know if he/she experienced with this situation ?

Thx 4 your help n ideas .

2 REPLIES 2

Former Member
0 Kudos

hi

after calling reuse_alv_grid_display...

go for layout parameter i.e. is_layout

here in this structure u can find a sub field called edit

mark it as ' X ' & pass to ur function module...thats it

u will get the desired result !!!

Regards

Rishi

0 Kudos

i already take care about this issue and the problem still remain .