cancel
Showing results for 
Search instead for 
Did you mean: 

iView parameters

david_fryda2
Participant
0 Kudos

Hi everyone,

I created a WD Java application and created an iView for it.

I want to add some properties of my own to the properties of that iView.

How can I do it ?

Thanks in advance.

Regards.

Accepted Solutions (0)

Answers (6)

Answers (6)

Former Member
0 Kudos

Hi,

You can pass any kind params to that Application Url U can do from the workset only there u have the url and pass any kind of params related to application.

Thanks,

Lohi.

Former Member
0 Kudos

Hai ,

/thread/302187 [original link is broken]

regards,

Former Member
0 Kudos

Hi David

You can pass the parameters through the configuration of the iView or while you are creating the iView, the to retrieve this data you can do this:


String parameterData = WDWebContextAdapter.getWebContextAdapter().getRequestParameter("parameterKeyName");

Hope it helps

Regards

Luis Barragá

Former Member
0 Kudos

Hi David,

You can read the parameter passed from your iVIew in a webdynpro application. Refer to the following thread which gives you more idea about it.

Regards,

Jhansi

former_member182372
Active Contributor
0 Kudos

Hi David,

Check https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/b07501ec-39a7-2910-0699-f71070d2...

Section "Explicit iView personalization".

Best regards, Maksim Rashchynski.

Former Member
0 Kudos

David,

When you deploy an Iview( an .ear file),you can't add any parameters to that Iview again.

But you can modify the .ear file( your Iview) by getting it into NWDS.

Incase case you havent deployed the Iview, then please let me know what parameters you what to pass and what type of IView it is?

if helpful reward points.

regards

Anil Dichpally