cancel
Showing results for 
Search instead for 
Did you mean: 

ALV Input Fields On_data_check Not work even "Enter"

Former Member
0 Kudos

Please, can everyone help me?

"On_click" can be used:

if in your ALV cells, there are buttons,Link to Action,etc..Because, these UI element can trigger the "Click" event.

"On_data_check"event:

when you change the value of the cell, you can make use of it.

I have a test about On_click in Link to Action,and I can hold the event.

BUT,I can not hold the event of On_data_check in Input field using debug,even "Enter" in my keyboard.

I need your help,please!

Edited by: Xizhi Song on Dec 26, 2010 4:36 AM

Accepted Solutions (0)

Answers (3)

Answers (3)

sahai
Contributor
0 Kudos

hi song,

you can place a debugger in " on data check" get your problem resolved

Former Member
0 Kudos

Hi Song,

Pls refer to this example given by our Guru Thomas Jung.....

[http://wiki.sdn.sap.com/wiki/display/Snippets/WebDynproABAP-ALVControllingStandard+Buttons]

Thanks,

Prakash

abhimanyu_lagishetti7
Active Contributor
0 Kudos

Did you use IF_SALV_WD_TABLE_SETTINGS~SET_DATA_CHECK with check on cell event method.