cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SRM iViews - No Popup after clicking buttons

Former Member
0 Kudos
276

Hi there,

we deployed SAP SRM 7.0 Business Package in SAP EP Portal. We rearranged iViews and put them into our own roles.

Additionally we use our own Light Framework.

Within the iViews there are buttons. Pressing a button results in a popup with the corresponding iView.

With the standard portal desktop everything works fine. The popup with the iView appears.

But in our own light framework the popup doesn't work anymore. No JavaScript errors pop up.

Did anyone have the same problem or has an idea what the problem might be?

Thanks in advance

Joschi

View Entire Topic
Former Member
0 Kudos

Hi,

Webdynpro iviews sometimes doesn't work in light portal framework. So, that might be a reason behind it.

Cheers,

Sen

Former Member
0 Kudos

Hi,

I checked it and the popup opens when using Standard SAP Light Framework.

When I change the layout of the standard light framework to the custom developed layout, the opoup doesn't open anymore.

I compared the coding but couldn't find any missing elements in the custom developed layout.

I don't know where the difference might be.

Any ideas?

Thanks a lot already

Joschi

kai_unewisse
Active Contributor
0 Kudos

Hi Joachim,

i think that one of the differences is the OBN (Object Based Navigation) Feature.

If you have a custom framework, there is one parameter with a different value.

I cannot currently check my portal.

Compare the standard framework page elements and sub objects with you framework.

Regards,

Kai

Former Member
0 Kudos

Hi Kai,

you are right. The OBN doesn't work in our custom layout. But I couldn't find any differences between the light layout from SAP (where it's working) and our custom layout.

Following test case:

I use the standard light framework from SAP with light 1 full width layout from SAP --> working.

I use the standard light framework from SAP and switch to custom layout (all sub elements remain the same) --> not working.

I already compared the code, portalapp.xml, the properties in "Content Administration" and additionally in PCD Inspector and couldn't find differences that indicate a missing statement for OBN.

Are there any special setting for OBN I have to set? If it's like that, where do I have to set them?

Thanks a lot.

Joschi

kai_unewisse
Active Contributor
0 Kudos

HI Joachim,

please check the following:

Desktop Innerpage is having an essential property that being considered during a navigation flow.

The property name is 'Element in Framework Page' (ID:com.sap.portal.framework.phase) with the value 'Dynamic' ('Navigate' if

you review it with PCD Inspector).

To overcome this issue I have changed the property value of the Content Area using the PCD Inspector from 'STANDALONE' to 'Navigate' and now the history list is being filled so the issue should be solved. Another workaround you can use is to set the Innerpage to be visible again and to locate the Content Area inside the Innerpage but it will require to customized the page layout to fit to your customized framework page look and feel.

Hope this helps,

Kai

0 Kudos

Does anybody have an idea how to solve this issue? We have this problem, though only on our test portal. Our DEV Portal doesn't have this problem. Framework etc. are the same in both portals. Main diffenrence:

DEV: SPS20, Java 1.4.2_13

TEST: SPS23, Java 1.4.2_30

Anybody have an idea? I guess it is a Java issue, so is there a patch for this?