Hi,
How to Design a Workflow for My Object.
My Object is ,
I am Using The Std SAP table "SWFREVTLOG"
I wrote a Programme "ZGET_DETAILS" , in that proamme i am calling the last record of the Table "SWFREVTLOG"
by using.
DATA : ID LIKE SWFREVTLOG-EVENT_ID.
SELECT MAX( EVENT_ID ) INTO ID FROM SWFREVTLOG.
Now My Scenario is I have to design my object when there is a new entry of EVENT_ID in the table "SWFREVTLOG" and My Programme "ZGET_DETAILS" should trigger and exectute automatically in Background.
I posted in the Fourm many times no one is giving proper solution.
Some One suggestion is Go through Workflow,
Is it possible through workflow,
But I dont know How to design the workflow,
I got very less time tosubmmit my scenario.
Can Any one help me on my object.
Points will be awarded.
Regards,
Jayasimha Jangam..