cancel
Showing results for 
Search instead for 
Did you mean: 

Problem displaying WebDynpro iView in the Poral

Former Member
0 Kudos

Hi,

I have created a WebDynpro application which run OK directly on the J2EE.

When creating an iView for this application in the Portal, I get a javascript error in thw page saying: "SSR is undefined" or "me is undefined".

(It occures both in the SAP out-of-the-box themes and also in our themes.)

Does anyone have a solution for this problem?

Thanks in advance,

Aviad

Accepted Solutions (1)

Accepted Solutions (1)

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

Just to rule it out, is your EP running at the same SP level of the engine that you tested in, and the same SP level of NWDS that it was developed in?

Regards,

Rich Heilman

Former Member
0 Kudos

Yap. all the configuration is SP13.

Aviad

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

Ok, SP13 is fairly new, maybe there is a known bug. Have you check OSS for any notes related to your problem?

Regards,

Rich Heilman

Former Member
0 Kudos

yes, I did, but did not find any related issue... if I will not get an answer here I will open an OSS but first I want to check if anybody have already found a solution for this.

Aviad

Answers (1)

Answers (1)

guru_subramanianb
Active Contributor
0 Kudos

Hi,

Did you check the UME permission for the user who creates the iview and put the Webdynpro in that.Sometimes it may also cause problems.

Rdgs,

Guru

Former Member
0 Kudos

Yes, I have full controll on all the PCD since I am working as Super Administrator.

Aviad

Former Member
0 Kudos

Hi,

View the source of the page.. both in stand alone and in portal..

search for SSR in the source..Check if that path is valid and available ! Check the same application with some other browser or with some other desktop !

Regards

Bharathwaj

Former Member
0 Kudos

OK, the solution for this problem is to remove the '/' from the beginning and end of the Application name (in WD the iView).

Hope this will help you all,

Aviad

0 Kudos

Hi Aviad - I am running into this same problem with WebDynpros running in the portal - they worked under SP9, but are getting this error under SP13. Can you please tell me, where is it that you are removing the slashes from the application name?

Thanks-

Brenda

Former Member
0 Kudos

In the WD iView iteslf, remove the slashes from the application name. for example: local/MyFlightList and NOT /local/MyFlightList/

Hope this will help,

Aviad