Hierarchy

⤷

⤷

IMG Activity
ID | PAY_IN_CLM_200 | User Exit: Determine Carry Foward Dates |
Transaction Code | (empty) | |
Created on | 20010502 | |
Customizing Attributes | PAY_IN_CLM_100 | Maintain Salary Year and Period End Treatment of RAP |
Customizing Activity | PAY_IN_CLM_200 | User Exit: Determine Carry Foward Dates |
Document
Document Class | SIMG | Hypertext: Object Class - Class to which a document belongs. |
Document Name | PAY_IN_CLM_200 |
SAP provides tables for you to store the validity dates when amounts claimed by the employee are Carried Forward. As it may be the case within your organization that different rules for determining validity dates are used from the dates that can be configured, SAP provides you with the user exit EXIT_SAPLHRPADINA1_007 in enhancement HRINRAP6. This user exit allows you to determine the carry forward date for claims.
To create the user exit, see the instructions below:
WARNING
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 this step, you can implement the user exit EXIT_SAPLHRPADINA1_007 to define carry forward dates in accordance with your requirements.
If you need to implement this user exit, you first create a project for the user exit, then assign the user exit to your project. Then you write the coding for the user exit, and finally activate the project.
For general information about user exits, refer to the Enhancements section in the Basis component documentation in the SAP library. In addition, there is detailed information about each user exit that you can access when you assign it to your project.
Example
Requirements
Standard settings
Recommendation
Activities
Start by creating your project:
- Enter a name for your project.
- Choose Modification -> Create.
- Enter a short text for your project and choose Save.
Next assign the user exit to your project:
- Choose Components.
- Enter the name(s) of the user exits you want to implement.
Next make your coding modifications:
- Choose Change.
- Select the user exit for which you want to write code.
- Select the corresponding include.
The system will then prompt you to create this include, and you can continue to write your code in it.
Now activate your project:
- Return to the initial screen and choose Activate project.
Further notes
Use this Exit function to determine the eligibility begin and end dates for the carried forward amount from the current validity period to the next.
The parameters passed for the customized logic are; Allowance Grouping, payroll area, period end date for which the carry forward is processed, eligibility calendar type for a particular employee and reimbursement.
The return parameters expected are; Begin and End date for which the carry forward will be valid.
Business Attributes
ASAP Roadmap ID | 204 | Establish Functions and Processes |
Mandatory / Optional | 2 | Optional activity |
Critical / Non-Critical | 2 | Non-critical |
Country-Dependency | I | Valid for countries specified |
Maintenance Objects
Maintenance object type | C | Customizing Object |
Assigned objects | ||||||
---|---|---|---|---|---|---|
Customizing Object | Object Type | Transaction Code | Sub-object | Do not Summarize | Skip Subset Dialog Box | Description for multiple selections |
CMOD | L - Logical transport object | CMOD | HRINCRAP | User Exit: Determine Carry Foward Dates |
History
Last changed by/on | SAP | 20010502 |
SAP Release Created in |