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

Table Trigger

Former Member
0 Likes
423

Hi Experts,

Is there any mechanism for Table Triggering, once new entries are appended into the table , particular message to be or mail sholud be triggered.

Regards,

IFF

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
397

hi there,

yes there is... u can use workflows for this.... sending mails or anything like that....

chk out my blog on workflows for those who are starting from the scratch. hope it helps.

/people/srishti.singh4/blog/2008/05/22/workflows-from-the-scratch

DO reward if helpful or get back with further queries.

3 REPLIES 3
Read only

Former Member
0 Likes
397

IF you are creating table maintenance genetaror for maintaining the entries then a function group/functional module get created autometically in the system.

The perticular Function group could be following path:

SE11 -> open the table -> utilities -> table maintenance generator -> Function group

You will also find the screen no of the function group which is responsable to update the table ( screen no can be find in 'Maint. Screen No.' parameter in the same screen).

This function group is modifiable, so you can write your code in that way whenever the table would be edited some function ( like mail) will be triggered.

Read only

Former Member
0 Likes
398

hi there,

yes there is... u can use workflows for this.... sending mails or anything like that....

chk out my blog on workflows for those who are starting from the scratch. hope it helps.

/people/srishti.singh4/blog/2008/05/22/workflows-from-the-scratch

DO reward if helpful or get back with further queries.

Read only

Former Member
0 Likes
397

answered by experts