SAP Knowledge Base Article - Public

2081517 - Creating a Section Header - Recruiting

Symptom

  • There are times that there is a need for a section header to separate different sets of data. When configuring PM forms, the custom element "label" can be used to satisfy such a requirement. In recruiting, such a label doesn't exist. However, there is a workaround.

Environment

  • Recruiting Management.

Resolution

  • This code can be used:

   <field-label mime-type="text-html" lang="en_US"><![CDATA[<table frame="border" width="100%">

   <tr>

   <td style="background-color:#9988FF" valign="bottom">

   <b>Section name goes here</b></td>

   </tr>

   </table>]]></field-label>
 

  • When this code is inserted into a field definition, the field can be of type "instructions" or of type "text". Make sure to provide read permission for this field to all roles who should have access to any fields in this section.

Keywords

KBA , sf job requisition , sf configuration , LOD-SF-RCM , Recruiting Management , How To

Product

SAP SuccessFactors HCM Core all versions