Skip to Content
0
May 17, 2011 at 02:02 PM

Integrating Portal and PPM

84 Views

Dear Experts,

I'm trying to integrate PPM's web dynpro abap applications in Portal. My basis team has setup everything regarding SSO and it works OK.

When i define a WDA Iview, I set the following properties (as any standard WDA):

Namespace: sap

Application Name: inm_workcenter_app (this is the WDA that shows Project & Portfolio Management)

System: SAPPPM

Everything works perfect and the WDA is displayed in the iview.

That iview shows a list of the available projects, and when you click one of them, it opens a new window showing the project's detail.

The thing is, that when the new window tries to open, it shows an error that is logged in Portal's default trace as follows:

Caused by: com.sapportals.portal.prt.runtime.PortalRuntimeException: Exception in SAP Application Integrator occured: Unable to parse template &\#39;<System.Access.WAS.protocol>://<System.Access.WAS.hostname>/sap/bc/webdynpro/<WebDynproNamespace>/<WebDynproApplication>/;sap-ext-sid=<ESID[url_ENCODE]>?sap-ep-iviewhandle=007<ESID[HASH]>&sap-wd-configId=<WebDynproConfiguration>&sap-ep-iviewid=<IView.ShortID>&sap-ep-pcdunit=<IView.PCDUnit.ShortID>&sap-client=<System.client>&sap-language=<Request.Language>&sap-accessibility=<User.Accessibility[SAP_BOOL]>&sap-rtl=<LAF.RightToLeft[SAP_BOOL]>&sap-ep-version=<Portal.Version[url_ENCODE]>&sap-wd-tstamp=<$TimeStamp>&<ProducerInfo>&sap-explanation=<User.Explanation[SAP_BOOL]>&<StylesheetIntegration[IF_true PROCESS_RECURSIVE]>&<Authentication>&<DynamicParameter[PROCESS_RECURSIVE]>&<ForwardParameters[QUERYSTRING]>&<ApplicationParameter[PROCESS_RECURSIVE]>&\#39;; the problem occured at position 310. *Cannot process expression <System.client> because Invalid System Attribute:*
 *System:    &\#39;SAP_LocalSystem&\#39;,* 
Attribute: &\#39;client&\#39;. 

I cannot figure out why it's fetching for the alias SAP_LocalSystem because i set up SAPPPM as System in mi iview.

Could anyone please help me?

Any ideas would be appreciated.

Thanks in advance,

Fede