cancel
Showing results for 
Search instead for 
Did you mean: 

XSS Homepage Framework Config

Former Member
0 Kudos

Hi all,

Having issue configuring the XSS homepage framework. I need to pass some application parameters from the backend to the Web Dynpro application. So I gave in the URL Parameters of the resource setting. But when the URL is formed in the portal, the url of the iView which should get formed has the form

http://......?WebDynproNamespace=<namespace>&;

WebDynproApplication=<application>&

DynamicParameter=<the parameters that I gave at the backend>

But the property for Application Parameters of the App Integrator based Web Dynpro template is "ApplicationParameter" and not "DynamicParameter" as formed in the URL. So these parameters are not ultimately passed to the Web Dynpro application.

Has anyoine experienced this too? Is this a bug from SAP? What can I do to solve it?...(thought of making my own web dynpro template with the new ID...pretty crappy idea, but might work)

Regards,

Nirav

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

A new probelm. What I did is I tried to run an iView directly with the query string

WebDynproNamespace=<namespace>&WebDynproApplication=<application>&

DynamicParameter=<some parameters>

and the web dynpro application does indeeed get called with the parameters passed. Why is this not working with the XSS Area menu???

Does anybody have ideas?

Nirav