SAP ABAP IMG Activity HR_PBS_00_CA_09 (BAdI: Assign Indicator for Public Services Regulation)
Hierarchy
SAP_HRCDE (Software Component) Sub component SAP_HRCDE of SAP_HR
   PY-DE-PS-VA (Application Component) Pension Administration
     P00PBSCA_IMG (Package) HCM Calculation Modules (IMG)
IMG Activity
ID HR_PBS_00_CA_09 BAdI: Assign Indicator for Public Services Regulation  
Transaction Code S_L4H_49001822   (empty) 
Created on 20110309    
Customizing Attributes HR_PBS_00_CA_2_1   Calculation Modules (Optional Activity / Critical) 
Customizing Activity HR_PBS_00_CA_09   BAdI: Assign Indicator for Public Services Regulation 
Document
Document Class SIMG   Hypertext: Object Class - Class to which a document belongs.
Document Name HRPAYDE_FED_STATE_PSLAW    

Use

In the standard system, the Indicator Public Services Regulation can be assigned to a combination of pay scale type and pay scale area using the Customizing activity Assign Public Services Regulation to Pay Scale Type/Pay Scale Area (view V_T7PBSCA2E).

You can use the Business Add-In (BAdI) HRPAYDE_FED_STATE_PSLAW to assign the Public Services Regulation indicator depending on other criteria. You can use the import parameter IS_CRITERIA_PSLAW of the method GET_PSLAW to define the fields that can be used for the assignment.

Requirements

Standard settings

Activities

If you want to make your own assignment of the Public Services Regulation indicator, create a customer implementation and set the Public Services Regulation indicator you require as the return value RV_PSLAW of the method GET_PSLAW.

Then activate the implementation.

For information about implementing BAdIs as part of the Enhancement Concept, see SAP Library for SAP NetWeaver under BAdIs - Embedding in the Enhancement Framework.

Example

You want to set the Public Services Regulation indicator depending on the date. As of January 1, 2011, the Public Services Regulation H1 (Hesse (First DRModG)) is to be valid.

To do this, you create a customer implementation in which the GET_PSLAW method is as follows, for example:

METHOD if_hrpayde_fed_state_pslaw~get_pslaw.

* 1. DRModG Hesse as of 01.01.2011

IF is_criteria_pslaw-law_date GE '20110101'.

rv_pslaw = 'H1'.

ENDIF.

ENDMETHOD.

Business Attributes
ASAP Roadmap ID 204   Establish Functions and Processes 
Mandatory / Optional 2   Optional activity 
Critical / Non-Critical 1   Critical 
Country-Dependency A   Valid for all countries 
Maintenance Objects
Maintenance object type E   Business Add-In - Definition 
History
Last changed by/on SAP  20110309 
SAP Release Created in