Show TOC
Customer
Enhancement (User Exit): ALE Functions in HR
This step enables you to implement the
following user exits for the RHALE001 enhancement:
- EXIT_SAPLRHA0_001: HR-CA: ALE Outbound
Processing With Receiver Enhancement
- EXIT_SAPLRHA0_002: HR-CA: Export Parameters
for ALE Inbound Processing IDOC_INPUT_HRMD
- EXIT_SAPLRHA0_003: HR-CA: Import Parameters
for ALE Inbound Processing IDOC_INPUT_HRMD
- EXIT_SAPLRHA0_004: HR-CA: ALE Outbound
Processing: Control Record
- EXIT_SAPLRHA0_005: HR-CA: ALE Inbound
Processing: Check Object
- EXIT_SAPLRHA0_006: HR-CA: ALE Outbound
Processing: Check Object
- EXIT_SAPLRHAL_001: HR-CA: ALE Outbound
Processing: Change IDoc
- EXIT_SAPLRHAL_002: HR-CA: ALE Inbound
Processing: Change Infotype Data
- EXIT_SAPLRHAL_003: HR-CA: ALE Outbound
Processing: Convert Infotype / Segment
- EXIT_SAPLRHAL_004: HR-CA: ALE Inbound
Processing: Convert Segment / Infotype
If you want to implement one of these user
exits, you must first create a project and then assign the required user exit
to the project. You then create coding for the user exit, and activate the
project.
Before you create a project, you are strongly
recommended to read the documentation on enhancing SAP transactions ,
which you can access by calling this customizing activity and choosing
Help -> Application help.
If you require general information on user
exits, access the SAP Library and choose BC - Changing the SAP
Standard . You can also access specific information on each user exit
after you have assigned it to your project.
Warning
Do not perform this activity unless both of the
following conditions have been met:
- SAP standard processes do not meet your
requirements.
- You have good ABAP programming
skills.
Activities
First, create a project.
1. Enter a name
for your project.
2. Choose
Enhancement -> Create.
3. Enter a
short text for your project, and choose Save.
Assign the user exit to your
project.
4. Choose
Components.
5. Enter the
name of the user exit you want to implement.
6. If you want
to display detailed information on this user exit, choose SAP
documentation.
7. Choose
Save.
8. Choose
Back.
Now change the coding.
9. Choose
Enhancement components.
10. Choose
Change.
11. Choose the
user exit for which you want to enter new coding.
12. Choose
include zxpbco01.
The system requires you to create this include.
You can then enter your new coding.
Activate your project.
13. Go back to
the initial screen, and choose Activate project.