Ansicht
Dokumentation

PAY_PT_FFER01 - BAdI: insurance for work accidents

PAY_PT_FFER01 - BAdI: insurance for work accidents

General Material Data   BAL_S_LOG - Application Log: Log header data  
This documentation is copyright by SAP AG.
SAP E-Book

This Business Add-In (BAdI) is used in component Payroll - Portugal(PY-PT). This BAdI allows changes and customizations in the program HR-PT: insurance for work accidents (RPCWARP0).

The BAdI is composed by method Define information relevant for the insurance company (GET_INSURANCE_INFO), which allows to change the policy number, the insurance company code and the occupation of the employee. The method is called during the processing of each employee.

To obtain more information on standard settings (filters, individual or multiple use), see the tab Enhancement point elements defs. in the BAdI Builder (transaction SE18).

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.

  • Implementation example of method GET_INSURANCE_INFO:
METHOD IF_HR_PT_WORK_ACCIDENT~GET_INSURANCE_INFO.
  IF IV_PERNR = '1920081'  AND IV_BEGDA = '20101101'.
    CV_NAPOL = '33333333333333333333'.
    CV_SEGURAD = '4444'.
    CV_PROFIS = '33333'.
  ENDIF.
ENDMETHOD.





CPI1466 during Backup   PERFORM Short Reference  
This documentation is copyright by SAP AG.

Length: 2749 Date: 20240523 Time: 185542     sap01-206 ( 85 ms )