‎2008 May 23 6:11 AM
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
‎2008 May 23 6:24 AM
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.
‎2008 May 23 6:24 AM
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.
‎2008 May 23 6:24 AM
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.
‎2009 Feb 01 7:26 AM