cancel
Showing results for 
Search instead for 
Did you mean: 

how to integrate the custom workflow in UWL?

Former Member
0 Kudos

Hi Gurus,

How to get he custom workflow task or alerts into my UWL page or iview?

Please if you have step by step approach of the same kidnly share with me

Thanks in Advance,

Dharani

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Please write the task no in the uwl.standard.xml file in the same way as written by SAP.

<UWLConfiguration version="1.0">
  <ItemTypes>
    <ItemType name="uwl.task.webflow.TS92500147.SAP_R3_CUSTOM_DEV" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="launchIView" executionMode="default">
      <ItemTypeCriteria systemId="SAP_R3_CUSTOM_DEV" externalType="TS92500147" connector="WebFlowConnector"/>
      <CustomAttributes>
        <CustomAttributeSource id="ABAP_BOR" objectIdHolder="externalObjectId" objectType="ZWOHR10001" cacheValidity="final">
          <Attribute name="ZWKRequestType" type="string" displayName="ZWKRequestType"/>
          <Attribute name="ZWKRequestNumber" type="string" displayName="ZWKRequestNumber"/>
        </CustomAttributeSource>
      </CustomAttributes>
   </ItemType>  </ItemTypes>
</UWLConfiguration>

Please do reward with points if helpful.

Thanks

Ritushree Saha

thomas_csapo
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Dharani,

depending on your exact requirements, you need to either modify the backend (the way actions are provided) or the frontend (i.e. how actions are retrieved into the UWL).

For the backend modification you can check out the following example: https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/2778. [original link is broken]

In case you need to modify the frontend you will need to develop a UWL connector (see https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/405729e9-314f-2a10-eab6-fcebe6fe....

Best regards,

Thomas