Skip to Content
0
Former Member
Sep 17, 2007 at 09:39 AM

Urgent

21 Views

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