UWL Attributes

Dart, Jocelyn jocelyn.dart at sap.com
Mon Jul 26 01:16:40 EDT 2004


Forwarding functionality is in UWL EP60 SP3 I believe.  Substitution is still to come.
Jocelyn
 
-----Original Message-----
From: SAP Workflow [mailto:Owner-SAP-WUG at MITVMA.MIT.EDU] On Behalf Of Jeffrey A. Rappaport
Sent: Saturday,24 July 2004 4:36 AM
To: SAP-WUG at MITVMA.MIT.EDU
Subject: Re: UWL Attributes
 
 
Serge,
 
   I believe SAP has said that these common functional buttons are
going to be in the next Release of UWL sometime this year. Jocelyn
would know for sure.
 
Jeffrey A. Rappaport
Business Workflow, LLC
Voice:(732)355-0123
Fax:  (509)757-4144
Email:Jeff at Business-Workflow.com
Web:  www.Business-Workflow.com
 
 
Quoting Serge Boulay <Serge.Boulay at n-spro.com>:
 
> Hi John,
>
> Thanks. What i wanted to add was the +Forwarded to; and the
> +Substitute for;
> information. Do you know if they are part of one of the sources?
> Because
> when you use the SAP Workplace, these are available...
>
> Thanks
>
> Serge
>
> -----Message d'origine-----
> De : SAP Workflow [mailto:Owner-SAP-WUG at MITVMA.MIT.EDU] De la part
> de
> Cooper, John M
> Envoyi : 23 juillet 2004 09:29
> @ : SAP-WUG at MITVMA.MIT.EDU
> Objet : Re: UWL Attributes
>
> Hi Serge,
>
> Like all the UWL questions, there is not a simple answer.
> Attributes in
> the UWL can come from a number of different sources (e.g. Ad Hoc
> Workflow, Webflow, BOR, User Management), and depending on the
> source
> the available attributes can differ.  You've probably seen the
> definition of the GlobalDisplayAttributes in the uwl.standard.xml
> file
> -- these are the standard attributes -- and noticed that there is
> no
> <processor> defined.  It is because the <processor> attribute is
> from Ad
> Hoc Workflow, not from the Webflow provider.  In the standard Views
> that
> SAP provides, the Processor column will be empty unless the item is
> from
> Ad Hoc Workflow.
>
> You can add attributes that exist in the task container from
> Webflow in
> the form of CustomAttributes.  You would define CustomAttributes in
> the
> appropriate ItemType in the uwl.webflow.sidccc.xml file after
> registering the sid/client in the UWL Administration iView.  Here
> is an
> example of defining CustomAttributes from the ABAP BOR:
>
> <ItemType
>   name="uwl.task.webflow.ABC_TS45308730"
>   connector="WebFlowConnector"
>   defaultView="DefaultView" defaultAction="viewDetail"
> executionMode="pessimistic">
>   <ItemTypeCriteria connector="WebFlowConnector"
>                     externalType="TS45308730"
>                     systemId="ABC"/>
>     <CustomAttributes>
>       <CustomAttributeSource id="ABAP_BOR"
>                  objectIdHolder="externalObjectId"
>                  objectType="FORMABSENC"
>                  cacheValidity="final">
>         <Attribute name="COSTCENTER" type="string"
> displayName="Cost
> Center" />
>         <Attribute name="APPROVER" type="string"
> displayName="Approver"
> />
>         <Attribute name="HOURSABSENT" type="int"
> displayName="Number of
> Hours Absent" />
>         <Attribute name="FIRSTDAYOFABSENCE" type="date"
> displayName="First day of absence" />
>         <Attribute name="LASTDAYOFABSENCE" type="date"
> displayName="Last
> day of absence" />
>       </CustomAttributeSource>
>     </CustomAttributes>
> </ItemType>
>
> Here is a similar example, but from the Webflow connector:
>
> <ItemType
>   name="uwl.task.webflow.ABC_TS45308730"
>   connector="WebFlowConnector"
>   defaultView="DefaultView" defaultAction="viewDetail"
> executionMode="pessimistic">
>   <ItemTypeCriteria connector="WebFlowConnector"
>     externalType="TS45308730"
>     systemId="ABC"/>
>     <CustomAttributes>
>       <CustomAttributeSource id="WEBFLOW_CONTAINER"
>               objectIdHolder="externalId "
>               objectType="WebflowContainer "
>
>               cacheValidity="final">
>         <Attribute name="FIRSTDAYABS" type="date" displayName="WF
> First
> day of absence" />
>         <Attribute name="LASTDAYABS" type="date" displayName="WF
> Last
> day of absence" />
>       </CustomAttributeSource>
>     </CustomAttributes>
> </ItemType>
>
> In the example from the Webflow connector, the attribute name must
> match
> the task container element name.
>
> John
>
> -----Original Message-----
>> From: SAP Workflow [mailto:Owner-SAP-WUG at MITVMA.MIT.EDU] On Behalf
> Of
> Serge Boulay
> Sent: Thursday, July 22, 2004 11:29 AM
> To: SAP-WUG at MITVMA.MIT.EDU
> Subject: UWL Attributes
>
>
> Hi All,
>
>
>
> Does any one knows where to look for the UWL Attributes assignment
> ?
>
>
>
> Let me be clearer:
>
>
>
> In the uwl.standard.xml file, there is an attribute under the
> WorkItemsCompletedForwardedView that is called <processor>. I want
> to
> know
> what it is corresponding to in R/3 (WI tables)???????
>
>
>
> I would like to know all of the available attributes that I can
> use?!?!?!?!
>
>
>
> Thanks
>
>
>
> Serge Boulay
>
> HR/Payroll & Workflow Consultant
>
>
>
>
>
> http://www.n-spro.com <http://www.n-spro.com/>
>
>
>
----------------------------------------------------------------------------
> --
> This e-mail is intended for the use of the addressee(s) only and
> may contain
> privileged, confidential, or proprietary information that is exempt
> from
> disclosure under law.  If you have received this message in error,
> please
> inform us promptly by reply e-mail, then delete the e-mail and
> destroy any
> printed copy.   Thank you.
>
 ===========================================================================
> ==
>
 


More information about the SAP-WUG mailing list