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

Event handler and event receiver for using ALV fields validation

Former Member
0 Likes
525

Hello,

Please advice me how can I use the Event handler and event receiver mechanism for using ALV fileds input validation?

Thanks and rgds,

Anand

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
408

Hi,

ALV Table update will be done automatically, in case you have used the method : set_table_for_first_display

In case you are talking about database update and if it is a custom table, then you have to use the direct update.

In case you need a good tutorial help, you can find it in:

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/documents/a1-8-4/an%20easy....

2 REPLIES 2
Read only

Former Member
0 Likes
408

check the program BCALV_EDIT_03

Read only

Former Member
0 Likes
409

Hi,

ALV Table update will be done automatically, in case you have used the method : set_table_for_first_display

In case you are talking about database update and if it is a custom table, then you have to use the direct update.

In case you need a good tutorial help, you can find it in:

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/documents/a1-8-4/an%20easy....