SAP ABAP IMG Activity SIMG_OHR430 (User-Exit-Include: Enterprise Specific Adjustments to Form)
Hierarchy
EA-HRGXX (Software Component) Sub component EA-HRGXX of EA-HR
   FI-TV-COS (Application Component) Travel Expenses
     PTRC (Package) Customizing for Travel Management
IMG Activity
ID SIMG_OHR430 User-Exit-Include: Enterprise Specific Adjustments to Form  
Transaction Code S_ALN_01000854   (empty) 
Created on 20020131    
Customizing Attributes SIMG_OHR430   User-Exit-Include: Enterprise Specific Adjustments to Form 
Customizing Activity    
Document
Document Class SIMG   Hypertext: Object Class - Class to which a document belongs.
Document Name SIMG_OHR0430    

Use

The user exit include RPRFEX00 contains different user exits (form routines) that enable you to modify the standard form (<RPRTEF00) to meet your requirements.

The user exit include RPRFEX01 contains a user exit for changing the signature block for summarized form 1.

The user exit include RPRFEX00_EXTENSION contains user exits that enable you to modify the standard forms for travel management (RPRTEF00 and RPRTEF01).

This user exit include is a special release-independent modification. This means you can reimplement this modification after an upgrade without making any other adjustments.

The following user exits (form routines) are contained in user exit include RPRFEX00:

  • USEREXIT_TOP_1
    You use this user exit to modify the form header above the standard form header.
    Example
    If you don't want to configure the form header based on standard customizing, make sure that the background and layout tables for the form header are empty (IMG activity Form Header Structure -> Create Background and Specify Layout). You then enter your program code in user exit USEREXIT_TOP_1.
  • USEREXIT_TOP_2
    You use this user exit to modify the form header below the standard form header.
    Example
    You could add the text "Please check your travel expenses. Corrections can only be made until 12/31/20xx" to the area between the form header and the trip itinerary.
  • USEREXIT
    This user exit allows you to modify the form footer, summarized form 1, and summarized form 2.
    Example
    You could add the following approval block to the form:
    Date: ___________ Signature: _______________
    Please send form to Mr. Jones for approval

User exit includes RPRFEX01 and RPRFEX02 contain the following user exits (form routines):

  • USEREXIT
    This user exit allows you to modify the form footer, summarized form 1, and summarized form 2.
    Example
    You could add the following approval block to the form:
    Date: _________ Signature: _____________
    Please send form to Mr. Jones for approval

The following user exits (form routines) are available in user exit include RPRFEX00_EXTENSION:

  • EXA706K
    In this user exit, you can program user changes before reading table T706K. If you make changes here, you must adjust the corresponding user exit in program RPRFIN00_40 accordingly.
  • EXB706K
    In this user exit, you can program user changes after reading table T706K. If you make changes here, you must adjust the corresponding user exit in program RPRFIN00_40 accordingly.
  • FIELDS_FOR_FLD_VALUE
    In this user exit, you can program custom fields for the header area and define a custom text for the form. The fields must be processed in program RPRCUST1 in form GET_FLD_VALUE.

Requirements

Standard settings

Activities

Example

Further notes

For more information about modifications, see the SAP Library under Basis -> ABAP Workbench -> BC - Changing the SAP Standard -> Modifications.

Business Attributes
ASAP Roadmap ID 257   Create User Exits 
Mandatory / Optional 3   Nonrequired activity 
Critical / Non-Critical 1   Critical 
Country-Dependency A   Valid for all countries 
Maintenance Objects
Maintenance object type    
History
Last changed by/on SAP  20020415 
SAP Release Created in 110