Sending a Message

Bertrand, Scott scott.bertrand at sap.com
Fri Sep 6 11:12:00 EDT 2002


Hi Phil,
 
If your task uses object SELFITEM, method SENDTASKDESCRIPTION, the result will be a mail item.  For this there is no role binding, the receiver(s) are determined by container elements:
 
        ADDRESSSTRINGS (contains the id)
        TYPEID the type.
 
For sapuserids, place the userid in ADDRESSSTRINGS and set typeid to 'B'
For internet mail addresses, place mail address in ADDRESSSTRINGS and set typeid to 'U'
 
If you want to send as a workitem, use method DISPLAYTASKDESCRIPTION.  This will allow you to use role resolution for agent assignment.
 
Hope this helps,
 
Scott Bertrand
Technical Consultant
SAP America, Inc.
 
3999 Westchester Pike
Newtown Square, PA 19073
T 610-661-1905
F 610-661-1906
E scott.bertrand at sap.com
http://www.sap.com
 
 
 
-----Original Message-----
From: Czerwiec, Phil [mailto:Phil.Czerwiec at andrew.com]
Sent: Friday, September 06, 2002 10:50 AM
To: SAP-WUG at MITVMA.MIT.EDU
Subject: Re: Sending a Message
 
 
Thanks to all.  I have tried these approaches.  Once I check the Background Processing and return to the Control screen the agents assignments are no longer available.
 
Phil Czerwiec
 
 -----Original Message-----
From:   Nobles, Diane [mailto:nobles_dh at naptheon.com]
Sent:   Thursday, September 05, 2002 12:41 PM
To:     SAP-WUG at MITVMA.MIT.EDU
Subject:        Re: Sending a Message
 
Phil, it really depends on your need to send information and what you need
to capture from the event.  I have used both SELFITEM, (pulls from a WI) and
STD_TEXT (which uses a typed message with desired parameters added).  There
are many other ways that I have seen emails sent.  If you have a business
object you are already using, you could just send a notification email from
that task to role based agents. (If in 4.6).
 
The best one, most generic is the Std_Text.  You create your own message.
 
 
Diane H. Nobles
SAP Proj. Analyst, PM, WF
(757) 380-7250
 
 
-----Original Message-----
From: Czerwiec, Phil [mailto:Phil.Czerwiec at andrew.com]
Sent: Thursday, September 05, 2002 1:09 PM
To: SAP-WUG at MITVMA.MIT.EDU
Subject: Sending a Message
 
 
Hello,
 
I am attempting to send a message (no decision) to users based using role
determination using a business object.  I can't find the correct Object and
method to use.  Any hints would be appreciated?
 
Thanks,
 
Phil Czerwiec
Andrew Corporation
 


More information about the SAP-WUG mailing list