cancel
Showing results for 
Search instead for 
Did you mean: 

passing a parameter while calling a web dynpro application on portal

Former Member
0 Kudos

hi

I am having a web dynpro application which retrieves data from R/3 system via RFC using Jco destinations define in the Portal.

Now we have different kinds of portals running on the same WAS, now I want the application to run which access data from different R/3 systems thru different JCo destinations.

I need to create a logic such that mu application runs fine on any portal with any Jco destination.

Is there any provision to achieve this.

kindly let me know about this.

Thanks and regards

kris

Accepted Solutions (1)

Accepted Solutions (1)

achim_hauck2
Active Contributor
0 Kudos

Gopi,

there's an parameter called "sap-wd-arfc-useSys" you can pass to the application, to change the used JCo-Connection (read more at http://help.sap.com/saphelp_erp2005/helpdata/en/f4/651741f163f023e10000000a155106/frameset.htm)

so, if you're running the WD-aaplication on <b>one</b> WAS and call it from different portals, you have to create three (or six with the META-connections) JCo-Connection on your WD-WAS.

In a WD-application you can access URL-Parameters with:

WDWebContextAdapter.getWebContextAdapter().getRequestParameter("<your URL Parameter-Name>");

kr, achim

Answers (1)

Answers (1)

Former Member
0 Kudos

closing the thread