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

Trigger on ABAP table

Former Member
0 Likes
497

Hello Expert,

I created a table using se11. now i want to be perform an auto trigger functionality with this table.

So how can we define a trigger for a abap table.

Thanks in advance.

Regards,Chetan.

2 REPLIES 2
Read only

thomas_jung
Developer Advocate
Developer Advocate
0 Likes
430

This is not a Web Dynpro ABAP related question. Please only post questions directly related to Web Dynpro ABAP in this forum. I am moving your thread to a more appropriate forum.

Triggers are not used in ABAP development. You should instead build this functionality into the application layer.

Read only

Former Member
0 Likes
430

May be you can check for Events also....