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>