Start of Content Area

Background documentation SAPWebDynproABAPLauncher  Locate the document in its SAP Library structure

Purpose

You can use SAPWebDynproABAPLauncher to launch an WebDynpro for ABAP applications.

Provider Specific Information

SAPWebDynproABAPLauncher is provider agnostic. Items may belong to any connector.

Supported Actions

Action name can be anything.

Properties

SAPWebDynproLauncherexpects the following properties:

      WebDynproApplication (mandatory)

This is the Web Dynpro application name.

      WebDynproNamespace (mandatory)

This property refers to the development class of the WebDynpro application.

      WebDynproConfiguration (optional)

The Web Dynpro configuration name is only used if different configurations are defined for this application.

      System (optional)

This is the system alias of the system in the portal system landscape, where to launch the WebDynpro. Default is the system where the work item originated.

      DynamicParameter (optional)

These are dynamic parameters (name/value pairs, separated by &) to be passed the WebDynpro application

      DebugMode (optional)

Values are true/false.

All other properties will be passed as name=URL encoded value to the WebDynpro application.

Example

Following is the definition of an action that launches a WebDynpro application workshopapp with the dynamic parameters fruit=apple&vegetable=potato:

<Action name="launchWebDynPro" handler="SAPWebDynproABAPLauncher">

  <Properties>

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

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

   <Property name="fruit" value="apple"/>

   <Property name="DynamicParameter" value="vegetable=potato"/>

  </Properties>

 </Action>

 

Notes: 

       1.      All notes regarding the System parameter for SAPWebDynproLauncher are applicable for SAPWebDynproABAPLauncher.

       2.      SAPWebDynproABAPLauncher for webflow connector can be configured on the back end using SWFVISU transaction for visualization type ABAP Web Dynpro. The table below summarizes the mapping between the launcher parameters and the visualization parameters.

Launcher Parameter

Visualization Parameter

WebDynproApplication

APLICATION

WebDynproNamespace

NAMESPACE

DynamicParameter

DYNPARAM

System

SYSTEM_ALIAS

 

End of Content Area