Ansicht
Dokumentation

SIMG_OHR430 - User-Exit-Include: Enterprise Specific Adjustments to Form

SIMG_OHR430 - User-Exit-Include: Enterprise Specific Adjustments to Form

CL_GUI_FRONTEND_SERVICES - Frontend Services   ROGBILLS - Synchronize billing plans  
This documentation is copyright by SAP AG.
SAP E-Book

The user exit include RPRFEX00 contains different user exits (form routines) that enable you to modify the standard form (

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

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






PERFORM Short Reference   SUBST_MERGE_LIST - merge external lists to one complete list with #if... logic for R3up  
This documentation is copyright by SAP AG.

Length: 3808 Date: 20240523 Time: 190952     sap01-206 ( 61 ms )