SAP ABAP IMG Activity OHAU02FH (Create user exits)
Hierarchy
☛
SAP_HRCUS (Software Component) Sub component SAP_HRCUS of SAP_HR
⤷
PY-US (Application Component) USA
⤷
P10C (Package) HR customizing: USA
⤷
⤷
IMG Activity
| ID | OHAU02FH | Create user exits |
| Transaction Code | S_AHR_61000040 | IMG-Aktivität: OHAU02FH |
| Created on | 19981218 | |
| Customizing Attributes | OHAU02FH | Create user exits |
| Customizing Activity | OHAU02FH | Create user exits |
Document
| Document Class | SIMG | Hypertext: Object Class - Class to which a document belongs. |
| Document Name | OHAU02FH |
In this step, you create user exits. These allow you to:
- change data within automatically generated letters before they are sent,
- prevent them from being sent, or
- change the form used for a particular letter.
Alternatively, you may use user exits to download data and edit it in another application, such as a word processing program.
Example
Requirements
Standard settings
As delivered, the standard system contains sample user exits that may be used as a reference.
Recommendation
You may only create symbolic exit names that begin with a letter of the alphabet.
Activities
- Enter a name and description of the exit.
- Specify the name of the routine and the subroutine pool in which it is located.
- The default value for SW_PRINT is TRUE. If you do not want a letter printed, you must change the value of the variable SW_PRINT to SW_PRINT=FALSE.
- The GFORM variable contains the name of the form. If the form is to be changed, the variable must be assigned the appropriate new value: GFORM='xxxx'.
- The NUMBER variable specifies how many letters are to be printed using the form.
- The form routine must have the following paramenters:
FORM yyyyyyyyyy using SW_PRINT GFORM NUMBER. - The subroutine pool which contains the form routines must be structured as follows:
REPORT xxxxxxxx.
INCLUDE RPCPEUU1. "Include for data definition and common part
Further notes
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 |
| Customizing Attributes | Country Key | Country Name |
|---|---|---|
| OHAU02FH | US | USA |
Assigned Application Components
| Documentation Object Class | Documentation Object Name | Current line number | Application Component | Application Component Name |
|---|---|---|---|---|
| SIMG | OHAU02FH | 0 | HLA0009693 | Garnishment |
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 |
| T5UGL | S - Table (with text table) | SM30 | User exits |
History
| Last changed by/on | SAP | 19981218 |
| SAP Release Created in |