cancel
Showing results for 
Search instead for 
Did you mean: 

how to set application parameter in web dynpro abap?

Former Member
0 Kudos

Hi experts,

Is there any way we can set up our own application parameter (for ex. mode ) of our application. And based on that parameter we can visible/invisible certain elements of view . so by having only one webdypro application component, and making multiple applications and assigning paramter to each , we can make our application userfriendly.

Thanks,

Saurin Shah.

Accepted Solutions (1)

Accepted Solutions (1)

uday_gubbala2
Active Contributor
0 Kudos

Hi Saurin,

For this you will have to use the concept of Component and Application Configuration in WebDynpro. Go through [this tutorial|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/b52e13c3-0901-0010-8fa6-d11a51821b7c] to get an idea of how you can go ahead to meet your requirements.

Regards,

Uday

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Add parameters in the default inbound plug of your window and you can pass values to this parameter in the url of the webdynpro application. Using different values you can control the visibility of different UI elements in your view.

Hope this answers your question.

Regards

Mukesh

catarina_campos
Explorer
0 Kudos

Dear Mukesh,

I need to define 5 specific users parameters.

The answers I do not know how to respond are:

1º how do I define custom parameters in the WD application.

2º how do I pass values when using call transaction to call the WD application

3º how to I read those values.

Thanks in advance,

Catarina Campso