cancel
Showing results for 
Search instead for 
Did you mean: 

Webdynpro URL Startup Parameters

Former Member
0 Kudos

Hello,

i call my webdynpro application about a html link. it is possible to deliver my application some startup parameters by url, like

http://sap:50000/webdynpro/dispatcher/local/Application/Application?<b>parameter=3</b>;

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member182372
Active Contributor
0 Kudos

Hi Tom,

this parameter can be accessed in plug habdler in intervace view which was assigned to application. Just add parameter with the same name like parameter (in described case it is "parameter") to plug parameter list.

Regards, Maxim R.

Former Member
0 Kudos

Hi,

You can provide paramters in the default plug of the interface view and fire url to the new application.

The only restriction would be to provide the parameter as app.<parameter name>

The parameter would be accessible in the default plug.

There you you need not give the "app" prefix.

for eg. if you are passing a parameter abc, just pass it as app.abc

Do send in your feedback.

Regards

Noufal

Former Member
0 Kudos

<i>The only restriction would be to provide the parameter as app.<parameter name></i>

No longer necessary. Only when parameters collide with SAP specific parameters

VS