cancel
Showing results for 
Search instead for 
Did you mean: 

Config Form HR_PA_XX_CHANGE_WORKINGTIME_1_WD Web Dynpro in UWL

brandy6600066
Participant
0 Kudos
115

Hi experts!

I configured the HCM Process and Forms SAP WebDynpro example HR_PA_XX_CHANGE_WORKINGTIME_1_WD in our system.

It works fine and I was able to create workitems.

But in the UWL I can't open the Workitem correct as a WebDynpro, because I don't have the XML config files for the following UWL tasks:

TS33700022        Approve Form-Web Dynpro

TS33700021        Process Form-Web Dynpro

TS33700023        Form Edited Again by Author-Web Dynpro

Where I am able to find these and download? Or do I have to modify the table behind transaction SWFVISU? Then the next question: where can I find the correct parameters (Application, ...)?

Thank you very much for your help!

KR,

Gregor

View Entire Topic
Former Member
0 Kudos

On the portal go to

System Administration - Universal Worklist and Workflow

Scroll to Universal Worklist Content Configuration

and click


Click to Manage Item Types and View Definitions

There you will see the UWL xml's download link is at the bottom.

Gary

brandy6600066
Participant
0 Kudos

Hi!

Thanks for your fast answer.

We tried this, but it didn't creates the XML config automatically. So we have to add it manually in the way of the example.

Therefore I have to know WebDynpro Application name and the parameters - I don't know where I can find those. 

<ItemType name="uwl.task.webflow.TS04000014.S70MAND010" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="launchWebDynPro" executionMode="default">

      <ItemTypeCriteria systemId="S70MAND010" externalType="TS04000014" connector="WebFlowConnector"/>

      <Actions>

        <Action name="launchWebDynPro" groupAction="" handler="SAPWebDynproABAPLauncher" returnToDetailViewAllowed="yes" launchInNewWindow="yes" launchNewWindowFeatures="resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no">

          <Properties>

            <Property name="WebDynproApplication" value="HCM_ECM_PLANNING_OVERVIEW_OIF"/>

            <Property name="newWindowFeatures" value="resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no"/>

            <Property name="DynamicParameter" value="sap-wd-configId=PLANNING_OVERVIEW"/>

            <Property name="openInNewWindow" value="yes"/>

            <Property name="WebDynproNamespace" value="SAP"/>

            <Property name="display_order_priority" value="5"/>

          </Properties>

          <Descriptions default=""/>

        </Action>

      </Actions>

    </ItemType>

KR,

Gregor

bruno_correia
Explorer
0 Kudos

Hi Gregor,

Please check SAP note 1702012 - UWL configuration for HR Professional - HR renewal 1.0

APPLICATION

ASR_PROCESS_EXECUTE_OVP

CONFIGURATION

ASR_PROCESS_EXECUTE_OVP_CFG

DYNPARAM WI_ID=${item.externalId}&sap-wd-configId=ASR_PROCESS_EXECUTE_OVP_CFG

NAMESPACE

SAP

SYSTEM_ALIAS

SAP_ECC_HumanResources

Thanks, Bruno