cancel
Showing results for 
Search instead for 
Did you mean: 

Calling BW iview from Web Dynpro

Former Member
0 Kudos

Hi All,

I have a requirement for calling BW Template iview from Web Dynpro Application.

It is working fine if hard code BW Template ID (TEMPLATE_ID=XXXXXX) in the iview property - "BEx Web Application Query String". I have 4 BW Web Templates so i dont want to hard code and create one view for each web template.

Is it possible to pass web template name to the iview dynamically instead of hard coding? any documents or any help would be appreciated.

Regards,

Learner

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Have you tried the Protal Navigation

WDPortalNavigation

Ex:WDPortalNavigation.navigateAbsolute(navigationTarget, mode, windowFeatures, windowName, historyMode, targetTitle, contextUrl, businessParameters, useSAPLauncher);

Regards

Ayyapparaj