cancel
Showing results for 
Search instead for 
Did you mean: 

Launch ABAP Web Dynpro from UWL

Former Member
0 Kudos

I have developed an ABAP Web Dynpro application. The application needs to be launched from the UWL. This is not working. I get the message 404 Not found The requested resource does not exist. I think the problem is with the WebDynproNamespace setting in the UWL config file but i am not sure. Anyone have any ideas? Full points to the working answer

Application Properties (SE80):

Description DJ: Link AR Invoice to AP Invoice

Component ZDJLINKINV

Interface View MAIN_WINDOW

Plug Name DEFAULT

Help Menu Text

Help Link

Show Message Component on Demand

Always Display Message Component

Package ZSAPPHIRE_SUB_01

Language EN

URL http://<removed for security reasons>/sap/bc/webdynpro/sap/zdjlinkinv

Transaction SWFVISU:

(task visualization)

TS90100177 ABAP Web Dynpro

(visualization parameters)

APPLICATION ZDJLINKINV

DYNPARAM WI_ID=$(item.externalid)

NAMESPACE SAP

UWL Configuration:

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

<ItemTypeCriteria systemId="FISystem" externalType="TS90100177" 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="ZDJLINKINV"/>

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

<Property name="DynamicParameter" value="WI_ID=$(item.externalid)"/>

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

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

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

</Properties>

<Descriptions default=""/>

</Action>

</Actions>

</ItemType>

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

SICF, the application is already active

Anyone else have any ideas?

Former Member
0 Kudos

Check out the below links:

1) [UWL work item not launching |http://www.surfingincognito.com/index.php?q=aHR0cHM6Ly9mb3J1bXMuc2RuLnNhcC5jb20vdGhyZWFkLmpzcGE%2FdGhyZWFkSUQ9MTYxMzA2OA%3D%3D]

2) [Calling Web Dynpro ABAP application as work item|;

3) [Integrating WebDynpro ABAP applications with UWL for workflow in Portal|http://wiki.sdn.sap.com/wiki/display/WDABAP/IntegratingWebDynproABAPapplicationswithUWLforworkflowin+Portal]

Hope it helps you..

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Is your system object OK? Have you tried to configure the same application as an iView in portal?

There are just some points to check whether the WD applications will work at all in portal, and try to narrow down the cause of the problem.

Regards,

Karri

Former Member
0 Kudos

hi JON,

Check you application is active in SICF services .

Go to T- code SICF

Find you application under Default host / sap/bc/webdynpro/sap/your application name .

right click it and active .

regards,

chinnaiya P