cancel
Showing results for 
Search instead for 
Did you mean: 

NEED HELP IN: layout set in favorites

Former Member
0 Kudos

Hello again,

the favorites iView use the Layout Set "LinkListExplorer". In the iview is a link "edit", which open a new iView with the Layout Set "LinkListMaintenance". I have modified the second layout Set and saved it under xxLinkListMaintenance.

Now, I need to know how to put the layout set xxLinkListMaintenance in touch with the first layout set LinkListExplorer.

Please help!

Thanks a lot

Sybille

Accepted Solutions (1)

Accepted Solutions (1)

detlev_beutner
Active Contributor
0 Kudos

Hi Sybille,

you always want to change the hard coded things

The way:

1.) Decompile <i>com.sapportals.wcm.rendering.collection.cm.LinkListCollectionRenderer</i> within <i>km.appl.ui.flex.collection_core.jar</i> within <i>...\irj\root\WEB-INF\portal\portalapps\com.sap.km.cm.ui.flex\private\lib</i>

2.) In line 530 (<i>query.add("rndLayoutSet", "LinkListMaintenance");</i>), replace the LayoutSet with the one of your choice.

3.) Create a new portal application with this CollectionRenderer and a bootstrap service.

4.) Define this CollectionRenderer within KM (map a name to the class).

5.) Create a new LayoutSet <i>xxLinkListExplorer</i> copied from <i>LinkListExplorer</i> but with the new CollectionRenderer.

Hope it helps

Detlev

PS:

- If you need assistance, you know the experts

- Better forum would have been KMC

Answers (0)