Ansicht
Dokumentation

HR_PBS_00_CA_09 - BAdI: Assign Indicator for Public Services Regulation

HR_PBS_00_CA_09 - BAdI: Assign Indicator for Public Services Regulation

rdisp/max_wprun_time - Maximum work process run time   TXBHW - Original Tax Base Amount in Local Currency  
This documentation is copyright by SAP AG.
SAP E-Book

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. In the method GET_PSLAW_BEGDA, you can also specify the date when the public services regulation comes into effect.

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.

In the method GET_PSLAW_BEGDA, you can specify the date as of which the relevant public services regulation comes into effect. This method uses the importing parameters IV_PERNR (Personnel Number) and IV_PSLAW (PS Regulation) and sets the return parameter ER_BEGDA (Start Date of PS Regulation).

Activate the implementations.

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

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

To do this, you create a customer-specific implementation in which the method GET_PSLAW may appear as follows:

METHOD if_hrpayde_fed_state_pslaw~get_pslaw.

* First DRModG Hesse as of January 1, 2011

  IF  is_criteria_pslaw-law_date GE '20110101'.

    rv_pslaw = 'H1'.

  ENDIF.

ENDMETHOD.






SUBST_MERGE_LIST - merge external lists to one complete list with #if... logic for R3up   Addresses (Business Address Services)  
This documentation is copyright by SAP AG.

Length: 3510 Date: 20240523 Time: 203046     sap01-206 ( 108 ms )