cancel
Showing results for 
Search instead for 
Did you mean: 

how to change standard search in theme sap portal 7.4

Former Member
0 Kudos


Hi experts,

I have 2 issues with the AFP.
I created a portaldesktop classic and obe Ajax portaldesktop. On both desktops I use a AFP and a custome theme.

1)

In the Ajax portal desktop I like to change the default search with my cutsome search iview in a potral 7.4 Ajax framework page.

In the old framewokrpage I could change the search in the tool-area iview, but this iview is not available anymore.

How can I change it in the AFP?

2)

In the classic desktop I want to hide the portal favorite iview in the detail navigation, but I can not find the option.

Also here I like to replace the search with my custome search iview.

thanks in advance

Vo.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Vo,

1) not sure its the best approach, but you must have a container for search, something like this in your masthead:

<%if (mastHeadBean.isEnableQuickLaunch()) {%>

                    <td id="quickLaunchContainer" class="quickLaunch-container">

If you need to do something different here, do it by implementing your own logic.

Of course you can also point to another search iView, I wrote already here:

2.)This is an own iView, codelink com.sap.km.cm.navigation, source pcd id pcd:portal_content/com.sap.pct/every_user/general/iViews/com.sap.km.iviews/com.sap.km.PortalFavorites. You must be able to remove it from the page

cheers