Skip to Content
0
Former Member
Sep 17, 2007 at 05:44 AM

About DB Table

38 Views

Hi,

I am Using a Standard SAP DB Table "SWFREVTLOG"

I am Writing a Program"ZABC" To call the Last Event ID Which is last generated.

by

DATA : ID LIKE SWFREVTLOG-EVENT_ID.

SELECT MAX( EVENT_ID ) INTO ID FROM SWFREVTLOG.

Now My Object is ,

When Ever a New EVENT_ID Created then "ZABC" Programme should trigger and run automatically in background.

Wat is the Procedure to do this,

Points will be awarded.

regards,

jayasimha Jangam