SAP Knowledge Base Article - Public

2084639 - Performance with Embedded Comp - Scheduled Forms not Creating - Compensation

Symptom

  • You have a performance form with Embedded Comp section. You also have the scheduler setup to auto create the PM with embedded comp forms.
     
  • Forms are not generating as expected.
     
  • Why are our PM forms with embedded comp section not creating each day using the scheduler?

Environment

  • Compensation

Resolution

  • When configuring a performance form with embedded comp it is important to make sure that you use only one rating source in the form. if you have 2 rating sources from 2 different forms then it will fail.
     
     
    Example: note in the following code there is both form-id 105 and form-id 106. This causes a conflict and prevents any form from launching. The following code would need to be corrected to point to only one of the PM form Id's.

    <comp-rating-source useFor="all" form-id="106" is-default="true" completed-only="false" use-calculated-rating="true" import-from-assignment="false" scaleId="Rating Scale">

    </comp-rating-source>
     
    <comp-rating-source useFor="all" form-id="105" is-default="false" completed-only="false" use-calculated-rating="true" import-from-assignment="false" scaleId="Rating Scale">
     
    </comp-rating-source>
     
     
  • For embedded configuration, it should only point to the PM form it links from, which is form-id=106 in this example.

Keywords

KBA , sf compensation worksheet design , LOD-SF-CMP , Compensation Management , Problem

Product

SAP SuccessFactors HCM Core all versions