Application Development 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: 

Automatically Triggering an Executable program

Former Member
0 Kudos

Hi

I have one requirement that is.. when ever my database table getting updated with new data then immediately i want to excute a program by taking the new data as selection criteria for this report based on that it will fetch the data from another table...

for example.. my KNA1 table was keep on updating with new data.. but i want to take latest data for cutomer number which is newly updated in to that table... based on that particular customer number i need to fetch the related data from another table...

is it possible to trigger the report based on KNA1 table filling (when ever data was inserted into this table. then automatically my program sholud execute based on that data )

plz give me any suggestion how can i approach this one...

thanks

babu

1 ACCEPTED SOLUTION

matt
Active Contributor
0 Kudos

Look for a user exit in the program for customer master data maintenance.

matt

3 REPLIES 3

matt
Active Contributor
0 Kudos

Look for a user exit in the program for customer master data maintenance.

matt

Former Member
0 Kudos

Hi,

User exit is the right way.there is another way that database table events.it is not recomanded.

L.Velu

Former Member
0 Kudos

Thanks.. i will try