How can I start my workflow without the event

Jammi Prasad jmc_sap at yahoo.com
Sat Feb 3 15:11:00 EST 2007


Aadesh,
   
  Workflow's can be started thru calling a FM. here is an example of it..
   
  CALL FUNCTION 'SWW_WI_START_SIMPLE'
 EXPORTING
      TASK = TASK
 IMPORTING
      WI_ID = WI_ID
 TABLES
      AGENTS = AGENTS
      WI_CONTAINER = WI_CONTAINER
 EXCEPTIONS
        ID_NOT_CREATED = 1
      READ_FAILED = 2
      EXECUTION_FAILED = 3.

Ragards,
   
  Jammi
aadesh srivastava <aadesh.srivastava at gmail.com> wrote:
    Hi everyone,
   
  I have a query, can anyone tell me is there any way to start the workflow without trigerrng it through Event.
  If yes, how that can be done?
   
  Thanks in Advance.

-- 
Thanks & Regards,
Aadesh
91-9342162815 
_______________________________________________
SAP-WUG mailing list
SAP-WUG at mit.edu
http://mailman.mit.edu/mailman/listinfo/sap-wug


 
---------------------------------
Don't get soaked.  Take a quick peak at the forecast 
 with theYahoo! Search weather shortcut.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/pipermail/sap-wug/attachments/20070203/5220538f/attachment.htm


More information about the SAP-WUG mailing list