cancel
Showing results for 
Search instead for 
Did you mean: 

Get IView Properties and portal details Programatically

Former Member
0 Kudos

Hello Experts,

I have created one WDA application and deployed the same on portal. I need to access iView properties of the iView programatically.

Is there any class in WD which will gives me iView properties like, PCD location, application parameter etc. Also please give me the class name which gives portal details as well on which iView is running.

Thanks,

Prashant

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hello All,

Thanks for all your help.

Unfortunately, as there is no methods available to fetch the portal details from WDA, I solved my problem as below :

1. Created Z table to store configurable values.

2. Two fields : one is 'Name' and other is 'Value'.

3. Stored portal server name, PCD location of the iView in the table.

Thanks,

Prashant

Former Member
0 Kudos

nope, this is not possible . There is no api which allows you to do that from WDA. You can get URL parameters,session info etc but not the level of info you expect .

Former Member
0 Kudos

Hi,

Are there any PCD APIs available in WD ABAP like WD Java? (Please refer below document)

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/508baf88-9335-2d10-efa6-c6ad61e5f...

Thanks,

Prashant

Former Member
0 Kudos

Hi,

For portal integration we use IF_WD_PORTAL_INTEGRATION, but this interface doesnot provide those details.

When you run the WDA application from portal, there are some portal person can fill those applciation parameters like Iview name PCD path etc...so that you can read them in WDA application like any other portal parameter.

Can you search as IF_WD_PORTAL* and CL_WDR_PORTAL* it may help..

http://help.sap.com/saphelp_nw04s/helpdata/en/27/96b9c8f14e7d498b90a674710dc9c2/content.htm

Regards,

Lekha.

Edited by: Lekha on Jul 1, 2011 11:27 AM