cancel
Showing results for 
Search instead for 
Did you mean: 

Frameworkpage

Former Member
0 Kudos

Hi

How to create a new frameworkpage by using the par file

com.sap.portal.layouts.framework.par.bak

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Shah,

Import the par file into your Netweaver Developer studio. You will find three jsp's dynNavArea.jsp,framework.jsp and WAandNavPanel.jsp. You can change the jsp's and deploy it again which will overwrite the default one. Or you can rename the package and the par file to create a new one and create a new framework page without changing the default one.

Regards

Prakash

former_member200748
Contributor
0 Kudos

Hi Shah

You can also create a new Framework Page in the following manner

1. Copy the Default Framework Page to your namespace

i. In the Portal Catalog, browse to Portal Users -> Standard Portal Users

ii. Right click on the Default Framework Page and select <b><i>Copy</i></b> from the Context Menu.

iii. Right click on the folder where you want the new Framework Page and select <i><b>Paste</b></i> from the Context Menu.

2. Edit the copied Framework Page by right clicking on Framework Page and selecting Edit from the Context Menu.

i. Rename the Default Framework Page by typing a name in the <b>Page name</b> Attribute

ii. Each element on the Default Framework Page like the Masthead iView, Tool Area, etc. has properties that can be edited in the Framework Page including hiding and unhiding the iViews.

Hope that helps

Best Regards

Priya

Former Member
0 Kudos

Hi

What happens after deploying the par file i didnt see the par file in the list that we get while creating the iView by using New From PAR...?

How can we create Framework from PAR, by creating iView or page(basically it is a page right?)..?

Thanks

Former Member
0 Kudos

If you rite click a folder ..u wud see NEW FROM PAR-> there u get two options Iview and Layout..

Choose Layout..and do u see it there??

I never tried deploying a new framewrok page!!

Regards,

P.

Please consider awarding points for helpful answers.

Former Member
0 Kudos

Hi

No, itz not there in layout list...??

Former Member
0 Kudos

There should be something wrong while editing the files. Did you check this weblog?

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

When importing the com.sap.portal.layouts.framework.par in the NW Developer studio, renaming the par to z.company.portal.layouts.framework.par, the component will NOT be visible in the portal when choosing 'New -> Layout'.

The solution is quite simple :

In the portalapp.xml file, there is for each component (i.e framework, light_framework) defined following entry :

 
       <property name="com.sap.portal.pcm.Category" value="platform">
          <property name="inheritance" value="final"/>
        </property>

Remove this entry, and voila : your layout component will apear when choosing 'New -> Layout'.

More info on <a href="http://help.sap.com/saphelp_nw04/helpdata/en/ba/79de3fc6c6ec06e10000000a1550b0/frameset.htm">Elements of a PortalApp.xml file</a>

Please reward points if this is helpfull.

Former Member
0 Kudos

Check out if the portalapp.xml is correct, especially the <property name="SharingReference"> must be set correctly.