Ansicht
Dokumentation

PY_IN_ECRPF_01 - BAdI: Get Member ID for ECR

PY_IN_ECRPF_01 - BAdI: Get Member ID for ECR

PERFORM Short Reference   General Data in Customer Master  
This documentation is copyright by SAP AG.
SAP E-Book

Get Member ID (HR_IN_ECR_MEM_ID)

This Business Add-In is used in the Electronic Challan cum Returns (PY-IN) component.

This BAdI enables you to maintain customer specific member ID's that the system uses while processing ECR for Provident Fund.

You use the method, GET_MEMBER_ID, in the IF_EX_HR_IN_ECR_MEM_ID interface of this BAdI to do the same.

The BadI has the following parameters:

  • Import parameters:
  • FLT_VAL - Denotes the employee's country grouping

  • PERNR- Denotes the employee's personnel number

  • BEGDA - Denotes the begin date from which the system reads the member ID maintained using this BAdI.

  • ENDDA - Denotes the end date till which the system reads the member ID maintained using this BAdI.

  • Export parameters:
  • MEMID - Indicates the customer specific member ID that system uses while processing ECR for Provident Fund

You should only carry out this step if both of the following points apply:

  • The SAP standard processes do not suit your needs
  • You are a competent ABAP/4 programmer

In the standard system, the Business Add-In is not activated.

After calling up the IMG activity, a dialog box appears, in which the existing implementations are displayed. Choose Change, and proceed as follows:

  1. From the tab index, choose Interface.
  2. Place the cursor on the method, and double-click to enter method processing.
  3. Enter the coding for the implementation between the statements method ~ and endmethod.
  4. Save and implement your coding. Return to the Edit Implementation screen.
  5. Save the entries on the Edit Implementation screen.
Note: You can also change the implementation, and then activate it at a later time. In such a case, end the processing stage at this point.
  1. Choose Activate
The coding you stored in the method will be run when the application program is executed.






ABAP Short Reference   CL_GUI_FRONTEND_SERVICES - Frontend Services  
This documentation is copyright by SAP AG.

Length: 2952 Date: 20240523 Time: 185650     sap01-206 ( 35 ms )