Show TOC

Customer Enhancements (User Exits)


Warning

Only ever perform this activity if the following two prerequisites are met:

In this step, you can implement the following user exits for enhancementRHIV001:

EXIT_SAPLRHIN_001: Check number ranges for integration

EXIT_SAPLRHIV_001: Internal number assignment

EXIT_SAPLRHIV_002: Check external number assignment

EXIT_SAPLRHIV_003: Check if internal number assignment exists

For general information on user exits, please refer to the R/3 Library (Basis Components: Enhancements), or the system documentation (by calling up the Customizing activity and choosing Help -> Extended help).

Before you create a project, you should always read the documentation entitled Enhancement of SAP transactions in the Extended help.

Once you have assigned a user exit to your project, you can display detailed information on the user exit in question.

If you want to implement one of these user exits, you must first of all create a project for it, and then assign it to the project.

You then create the program code for the user exit, and activate the project.

Activities

First, create a project.

1. Give this project a name.
2. Choose Enhancement -> Create.
3. Enter a short text for the project, and choose Save.

Now assign the user exit to the project.

4. Choose Components.
5. Enter the name of the user exit that you wish to implement.
6. Choose SAP documentation to display detailed information on this user exit.
7. Choose Save.
8. Choose Back.

Now make your changes to the source code.

9. Choose Enhancement components.
10. Choose Change.
11. Select the user exit for which you want to enter new source code.
12. Select Include zxpbco01.
The system asks you to create this include. You can enter your new source code here.
Now activate your project.
13. Go back to the initial screen and choose Activate project.