Hi,
My Object is ,
I am Using a Std SAP Table " SWFREVTLOG",
I had written a ABAP Program "Z_GET" , I does the Operation To capture the Last Record by,
DATA : ID LIKE SWFREVTLOG-EVENT_ID.
SELECT MAX( EVENT_ID ) INTO ID FROM SWFREVTLOG.
Now My Scenario is :
When ever a new record is Inserted in the SAP Std Table "SWFREVTLOG"
Then The Program "Z_GET" should trigger and execute automatically in the background,
How can i do it,
Its Very Urgent.
Plz Provide me the easy vway of doing this.
(Not to schedule )
Point swill be awarded .
Regards,
Jayasimha