<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>
Thanks Imthiaz:<BR>
&nbsp;<BR>
That's what I was looking for!<BR>
&nbsp;<BR>
Best regards,<BR>Flávio<BR><BR>

<HR>
<BR>
From: simthiaz@hotmail.com<BR>To: sap-wug@mit.edu<BR>Subject: RE: How is being determined the agent of SRM Bid one step approval workflow (WS79000002)?<BR>Date: Thu, 24 Jul 2008 10:50:12 -0400<BR><BR>
<META content="Microsoft SafeHTML" name=Generator>
<STYLE>
.ExternalClass .EC_hmmessage P
{padding:0px;}
.ExternalClass body.EC_hmmessage
{font-size:10pt;font-family:Tahoma;}
</STYLE>
Flavio,<BR>&nbsp; The agents are determined in the "create" method of the BO defined as the data type for Agent_0001.<BR><BR><BR>
<DIV><FONT color=#003366>Imthiaz Ahmed<BR></FONT><FONT face="" color=#0066ff>'Putting things right between two people is charity' - Hadith</FONT><BR></DIV><BR><BR>
<HR id=EC_stopSpelling>
&gt; From: sap-wug-request@mit.edu<BR>&gt; Subject: SAP-WUG Digest, Vol 44, Issue 58<BR>&gt; To: sap-wug@mit.edu<BR>&gt; Date: Thu, 24 Jul 2008 08:09:02 -0400<BR>&gt; <BR>&gt; Send SAP-WUG mailing list submissions to<BR>&gt; sap-wug@mit.edu<BR>&gt; <BR>&gt; To subscribe or unsubscribe via the World Wide Web, visit<BR>&gt; http://mailman.mit.edu/mailman/listinfo/sap-wug<BR>&gt; or, via email, send a message with subject or body 'help' to<BR>&gt; sap-wug-request@mit.edu<BR>&gt; <BR>&gt; You can reach the person managing the list at<BR>&gt; sap-wug-owner@mit.edu<BR>&gt; <BR>&gt; When replying, please edit your Subject line so it is more specific<BR>&gt; than "Re: Contents of SAP-WUG digest..."<BR>&gt; <BR>&gt; <BR>&gt; Today's Topics:<BR>&gt; <BR>&gt; 1. RE: Betr.: RE: Using custom attributes in the UWL<BR>&gt; (Griffiths, Mark)<BR>&gt; 2. How is being determined the agent of SRM Bid one step<BR>&gt; approval workflow (WS79000002)? (Flavio Oliveira)<BR>&gt; 3. Using custom attributes in the UWL (gm.duits@belastingdienst.nl)<BR>&gt; 4. Formatting text in Details-screen of a Task in the UWL<BR>&gt; (gm.duits@belastingdienst.nl)<BR>&gt; 5. RE: Formatting text in Details-screen of a Task in the UWL<BR>&gt; (Griffiths, Mark)<BR>&gt; <BR>&gt; <BR>&gt; ----------------------------------------------------------------------<BR>&gt; <BR>&gt; Message: 1<BR>&gt; Date: Wed, 23 Jul 2008 23:22:24 +0200<BR>&gt; From: "Griffiths, Mark" &lt;mark.griffiths@sap.com&gt;<BR>&gt; Subject: RE: Betr.: RE: Using custom attributes in the UWL<BR>&gt; To: "SAP Workflow Users' Group" &lt;sap-wug@mit.edu&gt;<BR>&gt; Message-ID:<BR>&gt; &lt;9FB57F47D500C640B5EC8282D8AE80B4D76152@dewdfe1n.wdf.sap.corp&gt;<BR>&gt; Content-Type: text/plain; charset="us-ascii"<BR>&gt; <BR>&gt; Create a container element in the TS task (if you are using an SAP one<BR>&gt; you will need to copy it first and insert the copied task in your<BR>&gt; workflow)<BR>&gt; Bind to the element from the workflow (you may need to create a new<BR>&gt; Business object attribute to hold the object-key without splitting it<BR>&gt; between employee and trip number)<BR>&gt; Now the task holds the key to BUS2089<BR>&gt; In your XML, to read the object key you use CustomAttributeSource<BR>&gt; id='webflow_container' to populate a custom attribute<BR>&gt; Then once you have this value you can use it as in your code below, but<BR>&gt; the key is now in your custom attribute not the externalobjectid.<BR>&gt; <BR>&gt; Good Luck,<BR>&gt; <BR>&gt; <BR>&gt; Mark<BR>&gt; <BR>&gt; SAP UK<BR>&gt; <BR>&gt; -----Original Message-----<BR>&gt; From: sap-wug-bounces@mit.edu [mailto:sap-wug-bounces@mit.edu] On Behalf<BR>&gt; Of gm.duits@belastingdienst.nl<BR>&gt; Sent: 23 July 2008 11:02<BR>&gt; To: SAP Workflow Users' Group<BR>&gt; Subject: Betr.: RE: Using custom attributes in the UWL<BR>&gt; <BR>&gt; Hallo Mark,<BR>&gt; <BR>&gt; Thanks for the reply.<BR>&gt; Yes, it's correct i am using a user decision.<BR>&gt; About your solution.<BR>&gt; Could you tell me in more detail how to solve the problem. I am quite<BR>&gt; new<BR>&gt; to workflow.<BR>&gt; <BR>&gt; Thanks.<BR>&gt; <BR>&gt; Kind regards,<BR>&gt; <BR>&gt; Maarten<BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; "Griffiths, Mark"<BR>&gt; <BR>&gt; &lt;mark.griffiths@s<BR>&gt; <BR>&gt; ap.com&gt;<BR>&gt; Aan <BR>&gt; Verzonden door: "SAP Workflow Users' Group"<BR>&gt; <BR>&gt; sap-wug-bounces@m &lt;sap-wug@mit.edu&gt;<BR>&gt; <BR>&gt; it.edu<BR>&gt; Cc <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; Onderwerp <BR>&gt; 23-07-2008 11:37 RE: Using custom attributes in<BR>&gt; <BR>&gt; the UWL<BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; Antwoord a.u.b.<BR>&gt; <BR>&gt; aan<BR>&gt; <BR>&gt; "SAP Workflow<BR>&gt; <BR>&gt; Users' Group"<BR>&gt; <BR>&gt; &lt;sap-wug@mit.edu&gt;<BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; It looks like you are using a user decision?<BR>&gt; <BR>&gt; The problem is that externalOjectid holds the object key for the<BR>&gt; DECISION business object rather than BUS2089.<BR>&gt; <BR>&gt; I got round this by creating an container element on the task to hold<BR>&gt; the BUS2089 object key. You read this first from the container, and then<BR>&gt; you can use value to read the ABAP_BOR attributes as you have done<BR>&gt; below.<BR>&gt; <BR>&gt; Regards,<BR>&gt; <BR>&gt; <BR>&gt; Mark<BR>&gt; <BR>&gt; SAP UK<BR>&gt; <BR>&gt; <BR>&gt; -----Original Message-----<BR>&gt; From: sap-wug-bounces@mit.edu [mailto:sap-wug-bounces@mit.edu] On Behalf<BR>&gt; Of gm.duits@belastingdienst.nl<BR>&gt; Sent: 23 July 2008 07:08<BR>&gt; To: sap-wug@mit.edu<BR>&gt; Subject: Using custom attributes in the UWL<BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; Hello,<BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; What i would like to do is to show some custom attributes as columns in<BR>&gt; <BR>&gt; the UWL. In my workitem the BOR object BUS2089 (TRIP) is present, so i<BR>&gt; <BR>&gt; thought to make use of the statement CustomAttributeSource<BR>&gt; id="ABAP_BOR"<BR>&gt; in my UWL xml file (see below). I would like to show the attributes<BR>&gt; <BR>&gt; BEGINDATE and TOTALCOSTS. After uploading the xml the columns are<BR>&gt; empty. I<BR>&gt; also make use of the CustomAttributeSouce id="WEBFLOW_CONTAINER" and<BR>&gt; that<BR>&gt; column is displayed correctly.<BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; I will post a part of the UWL xml configuration.<BR>&gt; <BR>&gt; &lt;ItemType name="uwl.task.webflow.decision.TS92200054" connector=<BR>&gt; <BR>&gt; "WebFlowConnector" defaultView="travel" defaultAction="launchTravelUwl"<BR>&gt; <BR>&gt; executionMode="default"&gt;<BR>&gt; <BR>&gt; &lt;ItemTypeCriteria systemId="UWL_R3" externalType="TS92200054"<BR>&gt; <BR>&gt; connector="WebFlowConnector"/&gt;<BR>&gt; <BR>&gt; &lt;CustomAttributes&gt;<BR>&gt; <BR>&gt; &lt;CustomAttributeSource id="ABAP_BOR" objectIdHolder=<BR>&gt; <BR>&gt; "externalObjectId" objectType="BUS2089" cacheValidity="final"&gt;<BR>&gt; <BR>&gt; &lt;Attribute name="BEGINDATE" type="date"<BR>&gt; displayName="Begindatum<BR>&gt; reis"/&gt;<BR>&gt; <BR>&gt; &lt;Attribute name="TOTALCOSTS" type="double"<BR>&gt; displayName="Gedecl.<BR>&gt; bedrag"/&gt;<BR>&gt; <BR>&gt; &lt;/CustomAttributeSource&gt;<BR>&gt; <BR>&gt; &lt;CustomAttributeSource id="WEBFLOW_CONTAINER" objectIdHolder=<BR>&gt; <BR>&gt; "externalId" objectType="WebflowContainer" cacheValidity="final"&gt;<BR>&gt; <BR>&gt; &lt;Attribute name="ReisschemaText" type="string" displayName=<BR>&gt; <BR>&gt; "Reisschema"/&gt;<BR>&gt; <BR>&gt; &lt;/CustomAttributeSource&gt;<BR>&gt; <BR>&gt; &lt;/CustomAttributes&gt;<BR>&gt; <BR>&gt; &lt;Actions&gt;<BR>&gt; <BR>&gt; &lt;Action name="afkeuren" groupAction="no" handler=<BR>&gt; <BR>&gt; "UserDecisionHandler"&gt;<BR>&gt; <BR>&gt; &lt;Properties&gt;<BR>&gt; <BR>&gt; &lt;Property name="UserDecisionNote" value="mandatory"/&gt;<BR>&gt; <BR>&gt; &lt;Property name="decisionKey" value="2"/&gt;<BR>&gt; <BR>&gt; &lt;/Properties&gt;<BR>&gt; <BR>&gt; &lt;/Action&gt;<BR>&gt; <BR>&gt; &lt;Action name="goedkeuren" groupAction="yes" handler=<BR>&gt; <BR>&gt; "UserDecisionHandler"&gt;<BR>&gt; <BR>&gt; &lt;Properties&gt;<BR>&gt; <BR>&gt; &lt;Property name="UserDecisionNote" value="true"/&gt;<BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; &lt;Property name="decisionKey" value="1"/&gt;<BR>&gt; <BR>&gt; &lt;/Properties&gt;<BR>&gt; <BR>&gt; &lt;/Action&gt;<BR>&gt; <BR>&gt; &lt;/Actions&gt;<BR>&gt; <BR>&gt; &lt;/ItemType&gt;<BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; The View xml part looks like:<BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; &lt;View name="travel" selectionMode="SINGLESELECT" width="98%"<BR>&gt; <BR>&gt; supportedItemTypes="uwl.task.webflow.decision.TS92200054"<BR>&gt; <BR>&gt; columnOrder="subject, BEGINDATE, TOTALCOSTS, ReisschemaText,<BR>&gt; approveCol"<BR>&gt; sortby="createdDate:descend" tableDesign="ALTERNATING"<BR>&gt; <BR>&gt; visibleRowCount="14" headerVisible="yes" queryRange="undefined"<BR>&gt; <BR>&gt; tableNavigationFooterVisible="yes" tableNavigationType="STANDARD"<BR>&gt; <BR>&gt; actionRef="" refresh="300" dueDateSevere="86400000"<BR>&gt; <BR>&gt; dueDateWarning="259200000" emphasizedItems="none"<BR>&gt; <BR>&gt; displayOnlyDefinedAttributes="no" dynamicCreationAllowed="no"<BR>&gt; <BR>&gt; actionPosition="bottom" referenceBundle="tasks"&gt;<BR>&gt; <BR>&gt; &lt;DisplayAttributes&gt;<BR>&gt; <BR>&gt; &lt;DisplayAttribute name="approveCol" type="checkbox" width="10"<BR>&gt; <BR>&gt; sortable="no" format="default" actionRef="goedkeuren" hAlign="center"<BR>&gt; <BR>&gt; vAlign="Baseline" maxTextWidth="0" headerVisible="yes"&gt;<BR>&gt; <BR>&gt; &lt;Descriptions default="Goedkeuren"/&gt;<BR>&gt; <BR>&gt; &lt;/DisplayAttribute&gt;<BR>&gt; <BR>&gt; &lt;DisplayAttribute name="subject" type="string" width="10"<BR>&gt; <BR>&gt; sortable="yes" format="default" referenceBundle="subject" hAlign="LEFT"<BR>&gt; <BR>&gt; vAlign="BASELINE" maxTextWidth="20" headerVisible="yes"/&gt;<BR>&gt; <BR>&gt; &lt;DisplayAttribute name="BEGINDATE" type="date" format="short"/&gt;<BR>&gt; <BR>&gt; &lt;DisplayAttribute name="TOTALCOSTS" type="double"/&gt;<BR>&gt; <BR>&gt; &lt;DisplayAttribute name="ReisschemaText" type="string" width=""<BR>&gt; <BR>&gt; maxTextWidth="20"&gt;<BR>&gt; <BR>&gt; &lt;Descriptions default="Reisschema"/&gt;<BR>&gt; <BR>&gt; &lt;/DisplayAttribute&gt;<BR>&gt; <BR>&gt; &lt;/DisplayAttributes&gt;<BR>&gt; <BR>&gt; &lt;Actions&gt;<BR>&gt; <BR>&gt; &lt;Action reference="refresh"/&gt;<BR>&gt; <BR>&gt; &lt;Action reference="submitUserDecisions"/&gt;<BR>&gt; <BR>&gt; &lt;Action reference="launchMijnTaken"/&gt;<BR>&gt; <BR>&gt; &lt;Action reference="UserDecisionNoteText"/&gt;<BR>&gt; <BR>&gt; &lt;/Actions&gt;<BR>&gt; <BR>&gt; &lt;/View&gt;<BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; I hope somebody can help me.<BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; Kind regards,<BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; Maarten.<BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; ------------------------------------------------------------------------<BR>&gt; ------<BR>&gt; De Belastingdienst gebruikt e-mail niet voor de uitwisseling van<BR>&gt; vertrouwelijke informatie met de burger of voor de bekendmaking van<BR>&gt; beslissingen. De Belastingdienst hanteert conventies voor het gebruik<BR>&gt; van e-mail. Deze zijn te vinden op www.belastingdienst.nl.<BR>&gt; ========================================================================<BR>&gt; ======<BR>&gt; <BR>&gt; _______________________________________________<BR>&gt; SAP-WUG mailing list<BR>&gt; SAP-WUG@mit.edu<BR>&gt; http://mailman.mit.edu/mailman/listinfo/sap-wug<BR>&gt; <BR>&gt; _______________________________________________<BR>&gt; SAP-WUG mailing list<BR>&gt; SAP-WUG@mit.edu<BR>&gt; http://mailman.mit.edu/mailman/listinfo/sap-wug<BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; ------------------------------------------------------------------------<BR>&gt; ------<BR>&gt; De Belastingdienst gebruikt e-mail niet voor de uitwisseling van<BR>&gt; vertrouwelijke informatie met de burger of voor de bekendmaking van<BR>&gt; beslissingen. De Belastingdienst hanteert conventies voor het gebruik<BR>&gt; van e-mail. Deze zijn te vinden op www.belastingdienst.nl.<BR>&gt; ========================================================================<BR>&gt; ======<BR>&gt; <BR>&gt; _______________________________________________<BR>&gt; SAP-WUG mailing list<BR>&gt; SAP-WUG@mit.edu<BR>&gt; http://mailman.mit.edu/mailman/listinfo/sap-wug<BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; ------------------------------<BR>&gt; <BR>&gt; Message: 2<BR>&gt; Date: Wed, 23 Jul 2008 21:38:21 +0000<BR>&gt; From: Flavio Oliveira &lt;oliveiraflavio@hotmail.com&gt;<BR>&gt; Subject: How is being determined the agent of SRM Bid one step<BR>&gt; approval workflow (WS79000002)?<BR>&gt; To: "SAP Workflow Users' Group" &lt;sap-wug@mit.edu&gt;<BR>&gt; Message-ID: &lt;BAY128-W321AFF94F3B8D1CD0F5FDDD7840@phx.gbl&gt;<BR>&gt; Content-Type: text/plain; charset="iso-8859-1"<BR>&gt; <BR>&gt; <BR>&gt; Hi: I am using the One Step SRM Bid approval (WS79000002) and I know that the task agent is the manager of the user that changed the Bid. The responsible for the task TS79007914 (First approval) is the expression &amp;Agent_0001.Agents&amp; that I found that is the ad-hoc approver. My question is: how is the system setting this ad-hoc approver? I know that it is on the SWDAAGNTS, but how is it being populated there? We are at Basis 7.0 and SRM 5.5. Regards,Fl?vio.<BR>&gt; _________________________________________________________________<BR>&gt; Discover the new Windows Vista<BR>&gt; http://search.msn.com/results.aspx?q=windows+vista&amp;mkt=en-US&amp;form=QBRE<BR>&gt; -------------- next part --------------<BR>&gt; An HTML attachment was scrubbed...<BR>&gt; URL: http://mailman.mit.edu/pipermail/sap-wug/attachments/20080723/4a209bf4/attachment-0001.htm<BR>&gt; <BR>&gt; ------------------------------<BR>&gt; <BR>&gt; Message: 3<BR>&gt; Date: Thu, 24 Jul 2008 08:43:05 +0200<BR>&gt; From: gm.duits@belastingdienst.nl<BR>&gt; Subject: Using custom attributes in the UWL<BR>&gt; To: "SAP Workflow Users' Group" &lt;sap-wug@mit.edu&gt;<BR>&gt; Message-ID:<BR>&gt; &lt;OFECE7B56F.42B84582-ONC1257490.0024D48D-C1257490.0024CAF3@belastingdienst.nl&gt;<BR>&gt; <BR>&gt; Content-Type: text/plain; charset=us-ascii<BR>&gt; <BR>&gt; Hello Mark,<BR>&gt; <BR>&gt; Thanks for the detailed answer.<BR>&gt; It works now.<BR>&gt; <BR>&gt; Kind regards,<BR>&gt; <BR>&gt; Maarten<BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; "Griffiths, Mark" <BR>&gt; &lt;mark.griffiths@s <BR>&gt; ap.com&gt; Aan <BR>&gt; Verzonden door: "SAP Workflow Users' Group" <BR>&gt; sap-wug-bounces@m &lt;sap-wug@mit.edu&gt; <BR>&gt; it.edu Cc <BR>&gt; <BR>&gt; Onderwerp <BR>&gt; 23-07-2008 23:32 RE: Betr.: RE: Using custom <BR>&gt; attributes in the UWL <BR>&gt; <BR>&gt; Antwoord a.u.b. <BR>&gt; aan <BR>&gt; "SAP Workflow <BR>&gt; Users' Group" <BR>&gt; &lt;sap-wug@mit.edu&gt; <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; Create a container element in the TS task (if you are using an SAP one<BR>&gt; you will need to copy it first and insert the copied task in your<BR>&gt; workflow)<BR>&gt; Bind to the element from the workflow (you may need to create a new<BR>&gt; Business object attribute to hold the object-key without splitting it<BR>&gt; between employee and trip number)<BR>&gt; Now the task holds the key to BUS2089<BR>&gt; In your XML, to read the object key you use CustomAttributeSource<BR>&gt; id='webflow_container' to populate a custom attribute<BR>&gt; Then once you have this value you can use it as in your code below, but<BR>&gt; the key is now in your custom attribute not the externalobjectid.<BR>&gt; <BR>&gt; Good Luck,<BR>&gt; <BR>&gt; <BR>&gt; Mark<BR>&gt; <BR>&gt; SAP UK<BR>&gt; <BR>&gt; -----Original Message-----<BR>&gt; From: sap-wug-bounces@mit.edu [mailto:sap-wug-bounces@mit.edu] On Behalf<BR>&gt; Of gm.duits@belastingdienst.nl<BR>&gt; Sent: 23 July 2008 11:02<BR>&gt; To: SAP Workflow Users' Group<BR>&gt; Subject: Betr.: RE: Using custom attributes in the UWL<BR>&gt; <BR>&gt; Hallo Mark,<BR>&gt; <BR>&gt; Thanks for the reply.<BR>&gt; Yes, it's correct i am using a user decision.<BR>&gt; About your solution.<BR>&gt; Could you tell me in more detail how to solve the problem. I am quite<BR>&gt; new<BR>&gt; to workflow.<BR>&gt; <BR>&gt; Thanks.<BR>&gt; <BR>&gt; Kind regards,<BR>&gt; <BR>&gt; Maarten<BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; "Griffiths, Mark"<BR>&gt; <BR>&gt; &lt;mark.griffiths@s<BR>&gt; <BR>&gt; ap.com&gt;<BR>&gt; Aan<BR>&gt; Verzonden door: "SAP Workflow Users' Group"<BR>&gt; <BR>&gt; sap-wug-bounces@m &lt;sap-wug@mit.edu&gt;<BR>&gt; <BR>&gt; it.edu<BR>&gt; Cc<BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; Onderwerp<BR>&gt; 23-07-2008 11:37 RE: Using custom attributes in<BR>&gt; <BR>&gt; the UWL<BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; Antwoord a.u.b.<BR>&gt; <BR>&gt; aan<BR>&gt; <BR>&gt; "SAP Workflow<BR>&gt; <BR>&gt; Users' Group"<BR>&gt; <BR>&gt; &lt;sap-wug@mit.edu&gt;<BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; It looks like you are using a user decision?<BR>&gt; <BR>&gt; The problem is that externalOjectid holds the object key for the<BR>&gt; DECISION business object rather than BUS2089.<BR>&gt; <BR>&gt; I got round this by creating an container element on the task to hold<BR>&gt; the BUS2089 object key. You read this first from the container, and then<BR>&gt; you can use value to read the ABAP_BOR attributes as you have done<BR>&gt; below.<BR>&gt; <BR>&gt; Regards,<BR>&gt; <BR>&gt; <BR>&gt; Mark<BR>&gt; <BR>&gt; SAP UK<BR>&gt; <BR>&gt; <BR>&gt; -----Original Message-----<BR>&gt; From: sap-wug-bounces@mit.edu [mailto:sap-wug-bounces@mit.edu] On Behalf<BR>&gt; Of gm.duits@belastingdienst.nl<BR>&gt; Sent: 23 July 2008 07:08<BR>&gt; To: sap-wug@mit.edu<BR>&gt; Subject: Using custom attributes in the UWL<BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; Hello,<BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; What i would like to do is to show some custom attributes as columns in<BR>&gt; <BR>&gt; the UWL. In my workitem the BOR object BUS2089 (TRIP) is present, so i<BR>&gt; <BR>&gt; thought to make use of the statement CustomAttributeSource<BR>&gt; id="ABAP_BOR"<BR>&gt; in my UWL xml file (see below). I would like to show the attributes<BR>&gt; <BR>&gt; BEGINDATE and TOTALCOSTS. After uploading the xml the columns are<BR>&gt; empty. I<BR>&gt; also make use of the CustomAttributeSouce id="WEBFLOW_CONTAINER" and<BR>&gt; that<BR>&gt; column is displayed correctly.<BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; I will post a part of the UWL xml configuration.<BR>&gt; <BR>&gt; &lt;ItemType name="uwl.task.webflow.decision.TS92200054" connector=<BR>&gt; <BR>&gt; "WebFlowConnector" defaultView="travel" defaultAction="launchTravelUwl"<BR>&gt; <BR>&gt; executionMode="default"&gt;<BR>&gt; <BR>&gt; &lt;ItemTypeCriteria systemId="UWL_R3" externalType="TS92200054"<BR>&gt; <BR>&gt; connector="WebFlowConnector"/&gt;<BR>&gt; <BR>&gt; &lt;CustomAttributes&gt;<BR>&gt; <BR>&gt; &lt;CustomAttributeSource id="ABAP_BOR" objectIdHolder=<BR>&gt; <BR>&gt; "externalObjectId" objectType="BUS2089" cacheValidity="final"&gt;<BR>&gt; <BR>&gt; &lt;Attribute name="BEGINDATE" type="date"<BR>&gt; displayName="Begindatum<BR>&gt; reis"/&gt;<BR>&gt; <BR>&gt; &lt;Attribute name="TOTALCOSTS" type="double"<BR>&gt; displayName="Gedecl.<BR>&gt; bedrag"/&gt;<BR>&gt; <BR>&gt; &lt;/CustomAttributeSource&gt;<BR>&gt; <BR>&gt; &lt;CustomAttributeSource id="WEBFLOW_CONTAINER" objectIdHolder=<BR>&gt; <BR>&gt; "externalId" objectType="WebflowContainer" cacheValidity="final"&gt;<BR>&gt; <BR>&gt; &lt;Attribute name="ReisschemaText" type="string" displayName=<BR>&gt; <BR>&gt; "Reisschema"/&gt;<BR>&gt; <BR>&gt; &lt;/CustomAttributeSource&gt;<BR>&gt; <BR>&gt; &lt;/CustomAttributes&gt;<BR>&gt; <BR>&gt; &lt;Actions&gt;<BR>&gt; <BR>&gt; &lt;Action name="afkeuren" groupAction="no" handler=<BR>&gt; <BR>&gt; "UserDecisionHandler"&gt;<BR>&gt; <BR>&gt; &lt;Properties&gt;<BR>&gt; <BR>&gt; &lt;Property name="UserDecisionNote" value="mandatory"/&gt;<BR>&gt; <BR>&gt; &lt;Property name="decisionKey" value="2"/&gt;<BR>&gt; <BR>&gt; &lt;/Properties&gt;<BR>&gt; <BR>&gt; &lt;/Action&gt;<BR>&gt; <BR>&gt; &lt;Action name="goedkeuren" groupAction="yes" handler=<BR>&gt; <BR>&gt; "UserDecisionHandler"&gt;<BR>&gt; <BR>&gt; &lt;Properties&gt;<BR>&gt; <BR>&gt; &lt;Property name="UserDecisionNote" value="true"/&gt;<BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; &lt;Property name="decisionKey" value="1"/&gt;<BR>&gt; <BR>&gt; &lt;/Properties&gt;<BR>&gt; <BR>&gt; &lt;/Action&gt;<BR>&gt; <BR>&gt; &lt;/Actions&gt;<BR>&gt; <BR>&gt; &lt;/ItemType&gt;<BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; The View xml part looks like:<BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; &lt;View name="travel" selectionMode="SINGLESELECT" width="98%"<BR>&gt; <BR>&gt; supportedItemTypes="uwl.task.webflow.decision.TS92200054"<BR>&gt; <BR>&gt; columnOrder="subject, BEGINDATE, TOTALCOSTS, ReisschemaText,<BR>&gt; approveCol"<BR>&gt; sortby="createdDate:descend" tableDesign="ALTERNATING"<BR>&gt; <BR>&gt; visibleRowCount="14" headerVisible="yes" queryRange="undefined"<BR>&gt; <BR>&gt; tableNavigationFooterVisible="yes" tableNavigationType="STANDARD"<BR>&gt; <BR>&gt; actionRef="" refresh="300" dueDateSevere="86400000"<BR>&gt; <BR>&gt; dueDateWarning="259200000" emphasizedItems="none"<BR>&gt; <BR>&gt; displayOnlyDefinedAttributes="no" dynamicCreationAllowed="no"<BR>&gt; <BR>&gt; actionPosition="bottom" referenceBundle="tasks"&gt;<BR>&gt; <BR>&gt; &lt;DisplayAttributes&gt;<BR>&gt; <BR>&gt; &lt;DisplayAttribute name="approveCol" type="checkbox" width="10"<BR>&gt; <BR>&gt; sortable="no" format="default" actionRef="goedkeuren" hAlign="center"<BR>&gt; <BR>&gt; vAlign="Baseline" maxTextWidth="0" headerVisible="yes"&gt;<BR>&gt; <BR>&gt; &lt;Descriptions default="Goedkeuren"/&gt;<BR>&gt; <BR>&gt; &lt;/DisplayAttribute&gt;<BR>&gt; <BR>&gt; &lt;DisplayAttribute name="subject" type="string" width="10"<BR>&gt; <BR>&gt; sortable="yes" format="default" referenceBundle="subject" hAlign="LEFT"<BR>&gt; <BR>&gt; vAlign="BASELINE" maxTextWidth="20" headerVisible="yes"/&gt;<BR>&gt; <BR>&gt; &lt;DisplayAttribute name="BEGINDATE" type="date" format="short"/&gt;<BR>&gt; <BR>&gt; &lt;DisplayAttribute name="TOTALCOSTS" type="double"/&gt;<BR>&gt; <BR>&gt; &lt;DisplayAttribute name="ReisschemaText" type="string" width=""<BR>&gt; <BR>&gt; maxTextWidth="20"&gt;<BR>&gt; <BR>&gt; &lt;Descriptions default="Reisschema"/&gt;<BR>&gt; <BR>&gt; &lt;/DisplayAttribute&gt;<BR>&gt; <BR>&gt; &lt;/DisplayAttributes&gt;<BR>&gt; <BR>&gt; &lt;Actions&gt;<BR>&gt; <BR>&gt; &lt;Action reference="refresh"/&gt;<BR>&gt; <BR>&gt; &lt;Action reference="submitUserDecisions"/&gt;<BR>&gt; <BR>&gt; &lt;Action reference="launchMijnTaken"/&gt;<BR>&gt; <BR>&gt; &lt;Action reference="UserDecisionNoteText"/&gt;<BR>&gt; <BR>&gt; &lt;/Actions&gt;<BR>&gt; <BR>&gt; &lt;/View&gt;<BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; I hope somebody can help me.<BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; Kind regards,<BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; Maarten.<BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; ------------------------------------------------------------------------<BR>&gt; ------<BR>&gt; De Belastingdienst gebruikt e-mail niet voor de uitwisseling van<BR>&gt; vertrouwelijke informatie met de burger of voor de bekendmaking van<BR>&gt; beslissingen. De Belastingdienst hanteert conventies voor het gebruik<BR>&gt; van e-mail. Deze zijn te vinden op www.belastingdienst.nl.<BR>&gt; ========================================================================<BR>&gt; ======<BR>&gt; <BR>&gt; _______________________________________________<BR>&gt; SAP-WUG mailing list<BR>&gt; SAP-WUG@mit.edu<BR>&gt; http://mailman.mit.edu/mailman/listinfo/sap-wug<BR>&gt; <BR>&gt; _______________________________________________<BR>&gt; SAP-WUG mailing list<BR>&gt; SAP-WUG@mit.edu<BR>&gt; http://mailman.mit.edu/mailman/listinfo/sap-wug<BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; ------------------------------------------------------------------------<BR>&gt; ------<BR>&gt; De Belastingdienst gebruikt e-mail niet voor de uitwisseling van<BR>&gt; vertrouwelijke informatie met de burger of voor de bekendmaking van<BR>&gt; beslissingen. De Belastingdienst hanteert conventies voor het gebruik<BR>&gt; van e-mail. Deze zijn te vinden op www.belastingdienst.nl.<BR>&gt; ========================================================================<BR>&gt; ======<BR>&gt; <BR>&gt; _______________________________________________<BR>&gt; SAP-WUG mailing list<BR>&gt; SAP-WUG@mit.edu<BR>&gt; http://mailman.mit.edu/mailman/listinfo/sap-wug<BR>&gt; <BR>&gt; _______________________________________________<BR>&gt; SAP-WUG mailing list<BR>&gt; SAP-WUG@mit.edu<BR>&gt; http://mailman.mit.edu/mailman/listinfo/sap-wug<BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; ------------------------------------------------------------------------------<BR>&gt; De Belastingdienst gebruikt e-mail niet voor de uitwisseling van vertrouwelijke informatie met de burger of voor de bekendmaking van beslissingen. De Belastingdienst hanteert conventies voor het gebruik van e-mail. Deze zijn te vinden op www.belastingdienst.nl.<BR>&gt; ==============================================================================<BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; ------------------------------<BR>&gt; <BR>&gt; Message: 4<BR>&gt; Date: Thu, 24 Jul 2008 13:19:27 +0200<BR>&gt; From: gm.duits@belastingdienst.nl<BR>&gt; Subject: Formatting text in Details-screen of a Task in the UWL<BR>&gt; To: sap-wug@mit.edu<BR>&gt; Message-ID:<BR>&gt; &lt;OF5C3BC28A.D228CFE6-ONC1257490.003D7155-C1257490.003E1826@belastingdienst.nl&gt;<BR>&gt; <BR>&gt; Content-Type: text/plain; charset=us-ascii<BR>&gt; <BR>&gt; <BR>&gt; Hello,<BR>&gt; <BR>&gt; I created a decision task and entered some description. The first sentence<BR>&gt; would be displayed in a "bold" font type.<BR>&gt; When i look at this task in the UWL (show details), the first sentence of<BR>&gt; the description isn't displayed in a "bold" font type.<BR>&gt; I hope somebody can tell me if it's possible to show the description text<BR>&gt; in a formated style.<BR>&gt; <BR>&gt; For example:<BR>&gt; <BR>&gt; In SBWP the first sentence of the description look like:<BR>&gt; <BR>&gt; Tripnumber: 0001111<BR>&gt; <BR>&gt; In the UWL it look like:<BR>&gt; <BR>&gt; Tripnumber: 0001111<BR>&gt; <BR>&gt; Thanks in advance.<BR>&gt; <BR>&gt; Kind regards,<BR>&gt; <BR>&gt; Maarten<BR>&gt; <BR>&gt; <BR>&gt; ------------------------------------------------------------------------------<BR>&gt; De Belastingdienst gebruikt e-mail niet voor de uitwisseling van vertrouwelijke informatie met de burger of voor de bekendmaking van beslissingen. De Belastingdienst hanteert conventies voor het gebruik van e-mail. Deze zijn te vinden op www.belastingdienst.nl.<BR>&gt; ==============================================================================<BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; ------------------------------<BR>&gt; <BR>&gt; Message: 5<BR>&gt; Date: Thu, 24 Jul 2008 14:08:24 +0200<BR>&gt; From: "Griffiths, Mark" &lt;mark.griffiths@sap.com&gt;<BR>&gt; Subject: RE: Formatting text in Details-screen of a Task in the UWL<BR>&gt; To: "SAP Workflow Users' Group" &lt;sap-wug@mit.edu&gt;<BR>&gt; Message-ID:<BR>&gt; &lt;9FB57F47D500C640B5EC8282D8AE80B4D7646C@dewdfe1n.wdf.sap.corp&gt;<BR>&gt; Content-Type: text/plain; charset="us-ascii"<BR>&gt; <BR>&gt; A bit like your mail, the formatting gets lost in the rendering. As far<BR>&gt; as I know it isn't possible to get formatting to display in the UWL.<BR>&gt; <BR>&gt; Regards,<BR>&gt; <BR>&gt; Mark <BR>&gt; <BR>&gt; -----Original Message-----<BR>&gt; From: sap-wug-bounces@mit.edu [mailto:sap-wug-bounces@mit.edu] On Behalf<BR>&gt; Of gm.duits@belastingdienst.nl<BR>&gt; Sent: 24 July 2008 12:19<BR>&gt; To: sap-wug@mit.edu<BR>&gt; Subject: Formatting text in Details-screen of a Task in the UWL<BR>&gt; <BR>&gt; <BR>&gt; Hello,<BR>&gt; <BR>&gt; I created a decision task and entered some description. The first<BR>&gt; sentence<BR>&gt; would be displayed in a "bold" font type.<BR>&gt; When i look at this task in the UWL (show details), the first sentence<BR>&gt; of<BR>&gt; the description isn't displayed in a "bold" font type.<BR>&gt; I hope somebody can tell me if it's possible to show the description<BR>&gt; text<BR>&gt; in a formated style.<BR>&gt; <BR>&gt; For example:<BR>&gt; <BR>&gt; In SBWP the first sentence of the description look like:<BR>&gt; <BR>&gt; Tripnumber: 0001111<BR>&gt; <BR>&gt; In the UWL it look like:<BR>&gt; <BR>&gt; Tripnumber: 0001111<BR>&gt; <BR>&gt; Thanks in advance.<BR>&gt; <BR>&gt; Kind regards,<BR>&gt; <BR>&gt; Maarten<BR>&gt; <BR>&gt; <BR>&gt; ------------------------------------------------------------------------<BR>&gt; ------<BR>&gt; De Belastingdienst gebruikt e-mail niet voor de uitwisseling van<BR>&gt; vertrouwelijke informatie met de burger of voor de bekendmaking van<BR>&gt; beslissingen. De Belastingdienst hanteert conventies voor het gebruik<BR>&gt; van e-mail. Deze zijn te vinden op www.belastingdienst.nl.<BR>&gt; ========================================================================<BR>&gt; ======<BR>&gt; <BR>&gt; _______________________________________________<BR>&gt; SAP-WUG mailing list<BR>&gt; SAP-WUG@mit.edu<BR>&gt; http://mailman.mit.edu/mailman/listinfo/sap-wug<BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; ------------------------------<BR>&gt; <BR>&gt; _______________________________________________<BR>&gt; SAP-WUG mailing list<BR>&gt; SAP-WUG@mit.edu<BR>&gt; http://mailman.mit.edu/mailman/listinfo/sap-wug<BR>&gt; <BR>&gt; <BR>&gt; End of SAP-WUG Digest, Vol 44, Issue 58<BR>&gt; ***************************************<BR><BR>
<HR>
With Windows Live for mobile, your contacts travel with you. <A href="http://www.windowslive.com/mobile/overview.html?ocid=TXT_TAGLM_WL_mobile_072008" target=_blank>Connect on the go.</A> <br /><hr />Invite your mail contacts to join your friends list with Windows Live Spaces. It's easy! <a href='http://spaces.live.com/spacesapi.aspx?wx_action=create&wx_url=/friends.aspx&mkt=en-us' target='_new'>Try it!</a></body>
</html>