Is it possible to execute 'send object with note' service at back ground?

Dart, Jocelyn jocelyn.dart at sap.com
Thu Oct 10 23:15:46 EDT 2002


Hi Gojoong,
Send object with note is intended for dialog use, i.e. I want to send
someone a mail with this object instance attached.
 
If you just want to send a mail in background why not use
workflow ...
i.e. create a workflow that imports the object instance and
sends a prepared mail with the object attached using SELFITEM.SENDTASKDESCRIPTION.
Then make the users agents of that workflow so that can
start it ad hoc using GOS > workflow > start workflow.
Regards,
        Jocelyn Dart
Consultant (SRM, EBP, Workflow)
and co-author of the book
"Practical Workflow for SAP"
SAP Australia
email: jocelyn.dart at sap.com
phone: +61 412 390 267
fax:   +61 2 9935 4880
 
 
 
 
-----Original Message-----
From: Kim, Go Joong
Sent: Friday, 11 October 2002 12:46 PM
To: SAP-WUG at MITVMA.MIT.EDU
Subject: Is it possible to execute 'send object with note' service at
back ground?
 
 
Dear workflowers,
 
I'm testing the 'send object with note' of GOS.
When I call a method like below, a dialog is popped up to be get title, content, and destinations.
 
call method go_myobject->start_service_direct
      exporting ip_service = 'SO_SENDSERV'
                is_object = ls_object
                io_container = lo_container.
 
But I want to use that service at background.
If someone has experience, I like to share it.
 
Regards,
Gojoong Kim
 


More information about the SAP-WUG mailing list