cancel
Showing results for 
Search instead for 
Did you mean: 

Configuring Webdynpro Launch for Travel Management Workflows in UWL

shankar_agarwal
Contributor
0 Kudos

Dear All

We are on SAP ECC 6 ehp 4 & SAP Netweaver 7.01 sp5.We are using BP 1.41 for ESS.When running travel and expense scenario we are using standard workflows accessible through UWL.This workitem are launching Transaction iView instead of Webdynpro ABAP on clicking.

We have tried configuring the same in SWFVISU ,but data doesnot get populated in the iView.

Is it a standard scenario or we can launch Webdynpro ABAP iView from UWL.

Customization in SWFVISU:

Task 20000189

Visualization Type:ABAP WEBDYNPRO

APPLICATION FITE_REQUEST

DYNPARAM WI_ID=${item.externalId}

NAMESPACE sap

SYSTEM_ALIAS SAP_ECC_Travel

Regards

Accepted Solutions (0)

Answers (2)

Answers (2)

Barin
Product and Topic Expert
Product and Topic Expert
0 Kudos

http://help.sap.com/erp2005_ehp_05/helpdata/EN/46/952e3fe391581ce10000000a1553f7/frameset.htm

above link will give you clear idea however if you are looking at actual configuraiton thenyou will have to send the workflow id and i can send the xml back to you.

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

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

<Property name="SAP_FITV_TRIPNO" value="${item.TripNumber}"/>

<Property name="SAP_FITV_PERSNO" value="${item.EmployeeNumber}"/>

<Property name="SAP_FITV_TRIPCMP" value="R"/>

Above parameters should help.

Former Member
0 Kudos

Have you registered item types to generate the XML in Portal [Menu Path: System Administration -> System Configuration -> Universal Worklist& Workflow -> Universal Worklist-Administration].

If not pls do so, and dont forgot to clear the cache before launching, by clicking on link "Cache administration page" at the same location mentioned above.

Regards, Hemendra