SAP Knowledge Base Article - Public

2661606 - “others-ratingtab-permission” vs “others-ratingtab-item-permission” - Performance Management

Symptom

  • What are differences between the two tags of “others-ratingtab-permission” and “others-ratingtab-item-permission”.
  • Understanding these two tags correctly, so that you can configurate correctly in PM template.

Environment

SAP Successfactors Performance Management

Resolution

Tab Permission: others-rating-tab-permission

This tab is defined in meta section for Performance Management V12 Acceleration forms. It is relevant for all goal, development, and competency sections. The other's rating tab can be hidden in all relevant sections with following configuration:

<fm-meta>

<others-ratingtab-permission type="none"> 
            <role-name>E</role-name>

            <route-step stepid="1"/> <route-step stepid="2"/>

            <route-step stepid="5"/>
 </others-ratingtab-permission>

</fm-meta>

  • it controls others rating tab display or non-display for all sections at once
  • although set “others-rating-tab-permission” to be none, "There is no other evaluation" can not be hidden

Section permission: others-rating-tab-item-permission

The others-rating-tab-item-permission defines access on a field level within the Other's Rating tab. The others-rating-tab-item-permission can be defined in each goal (objective), development, or competency sections. The following is an example of the XML code to use below the field permission.

<objective-sect *******************>

<others-ratingtab-item-permission type="none">
      <role-name>*</role-name>

      <tab-item refid="item-rating"/>

      <route-step stepid="1"/> <route-step stepid="2"/>
</others-ratingtab-item-permission>

</objective-sect>

It controls others rating tab display / non-display for each section. Although permission is none, "There is no other evaluation" message can’t be hidden

Keywords

other's rating, form template settings, manage templates , KBA , csg_q , LOD-SF-PM , Performance Management , How To

Product

SAP SuccessFactors Performance & Goals all versions