cancel
Showing results for 
Search instead for 
Did you mean: 

Total Compensation Statement on ESS Portal

Former Member
0 Kudos

Hello,

I am trying to configure a custom form (ZHR_CMP_TCS) for Total Compnesation Statement on to the ESS Portal.

Can I change the standard settings on Table V_T77S0? Apart form this, what other steps should be followed to have the custom form linked to ESS.

PCOMP SFTCS ZHR_CMP_TCS Form for total compensation statement

I appreciate your help.

Thanks,

Soujanya.

Accepted Solutions (1)

Accepted Solutions (1)

siddharthrajora
Product and Topic Expert
Product and Topic Expert
0 Kudos

this should be enough as you have done in T77S0 through PCOMP SFTCS.

Form for Total Compensation Statement

In this field you can specify which form (smart form) the system is to

use to create the Total Compensation Statement.

if you need country specific you would require

The customizing of the Total Compensation Statement and Compensation

Review Statement may be found in the IMG, using the menu path

Personnel Management #¨Enterprise Compensation Management#¨ Compensation

Statements.

The node 'Country Specific Enhancements' contains all BAdIs to define

customer specific categories and subcategories if the standard is not

sufficient and you want to display additional data or other data in the

Total Compensation Statement. Here, you can implement the method

TCS_DATA_GET to make the categories and subcategories country specific.

For example, in certain countries, you may want to hide certain

subcategories, read additional data as well as standard data, or read

data other than the standard data

Former Member
0 Kudos

Thanks Siddarth,

We did not try to use the BAdI's to Customer Specific Enhancements. Instead, we used a custom form.

When I try to change the table T77S0, and configured the field to point to the custom form, I get an critical error message like this on the portal:

Error when calling method INIT of class CL_HRXSS_ECM_TCS

How should we go about configuring Custom TCS form to the ESS Posrtal?

Thanks,

Soujanya.

Answers (1)

Answers (1)

siddharthrajora
Product and Topic Expert
Product and Topic Expert
0 Kudos

can you debug here CL_HRXSS_ECM_TCS.? only in table usually you can add the custom form or the badi as indicated