trigger task from ABAP

Markus Brahm mbrahm at cscploenzke.de
Tue Dec 5 16:40:55 EST 2000


Hello,
 
if you are within an ABAP what would be the benfit of using workflow
technology versus the function module "*SO*DOCUMENT*SEND" or something like
that?
 
If you really want to use workflow you could use the function module
"SWW_WI_START_SIMPLE" for example to start the corresponding Task and
provide it with additional container information if necessary. Another
method would be to create a triggering event for the task (e.g. via
SWE_EVENT_CREATE or the ~WAPI_SWE_EVENT_CREATE) but that is not as
performant as directly triggering the task.
 
Markus B.
 
 
 
 
 
"Lawson, Lisa" <llawson at fujigreenwood.com>@MITVMA.MIT.EDU> on 05.12.2000
21:33:38
 
Please respond to SAP Workflow Users' Group <SAP-WUG at MITVMA.MIT.EDU>
 
Sent by:  SAP Workflow <Owner-SAP-WUG at MITVMA.MIT.EDU>
 
 
To:   SAP-WUG at MITVMA.MIT.EDU
cc:
 
Subject:  trigger task from ABAP
 
 
Hello all,
 
        I am on 3.1H and I have created a task
using the object type SELFITEM and method
SENDTASKDESCRIPTION to send a text message
to the inbox of a user. How do I trigger this
task from an ABAP program?
 
L. Lawson
 


More information about the SAP-WUG mailing list