Symptom
In this article we are going to show you how to create page breaks in an offer letter.
Image/data in this KBA is from SAP internal systems, sample data, or demo systems. Any resemblance to real data is purely coincidental.
Environment
SAP SuccessFactors Recruiting Management (RCM)
Resolution
You can use HTML tags to create page breaks.
1. Define the pagebreak element:
<style type=”text/css”>.pagebreak { page-break-before: always; }</style>
2. Then use it in the text where needed:
<div class=”pagebreak”> </div>
Please note that Product Support will not review any HTML code. If you need any assistance with HTML code, please engage a Partner or SAP Professional Services via your CSM, CEE or Sales Representative.
Keywords
offer letter, page break, Recruiting, RCM , KBA , LOD-SF-RCM-CAN , General Candidate Issues (not Offers, not Profiles) , How To