Technology Blogs by SAP
Learn how to extend and personalize SAP applications. Follow the SAP technology blog for insights into SAP BTP, ABAP, SAP Analytics Cloud, SAP HANA, and more.
cancel
Showing results for 
Search instead for 
Did you mean: 
nickrankin
Contributor

While administering your Enterprise Portal, it can be time consuming to locate content when only the PCD content Location is known. Additionally, in cases where content may share the same or similar title, it can be time consuming to locate the correct object.

Take for example the PCD Content location for the ESS Role made up of the Object IDs:

pcd:portal_content/com.sap.pct.erp.ess.bp_folder/com.sap.pct.erp.ess.roles/

com.sap.pct.erp.ess.employee_self_service

For us to Navigate to this particular Role via Content Administration, the location Titles are quite a bit different to the Object ID:

Portal Content -> Content provided by SAP -> Employee Self-Service -> Roles -> Employee Self-Service


While it is possible to hover over an object (or single click on NW 7.0x systems) to check the location, starting from Netweaver 7.3X releases, there is a feature which allows the user to customize the display of Content both inside the Portal Catalog and also within Roles. In this blog I will show you how to activate these features, step by step.

Activating the Object ID to display under the Portal Catalog (pictured above)


  1. Invoke the NetWeaver Administrator tool: http://<host>:<port>/nwa
  2. Navigate to the following location: Configuration -> Infrastructure -> Application Modules
  3. Search for the following Module sap.com/tc~pp~adm~tls~browse in the Module List area
  4. Choose the WebDynpro Properties tab
  5. Select 'Components/com.sap.portal.adminstudio.browse.Browse/ViewMode' under the Web Dynpro Properties
  6. Set the view_mode property to equal any one of the below options:
    1. title - Displays the name of the object
    2. id - Displays the object ID
    3. id_title - Displays the object in the following format: objectID (object name)
    4. title_id - Displays the object in the following format: object name (objectID)
  7. Save your changes and log off/log back on to your Portal to observe the changes :smile:

You can reference the below screenshot to observe the exact location of this property:

Furthermore an enhancement was introduced in later SP levels which allow customization of the Object Title inside of a role, as illustrated below (SAP Note: 1760405😞

To enable this enhancement follow the steps as above, however for Step 3 choose the Module sap.com/tc~pp~adm~wu~role_editor instead.

For further information you can reference the SAP Help documentation here:

http://help.sap.com/saphelp_nw73/helpdata/en/ac/dfe666d55944819bd7b1e40be64c87/content.htm?frameset=...

5 Comments