RPUTIRFE is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter RPUTIRFE into the relevant SAP transactions such as SE38 or SE80
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
HR_APPEND_ERROR_LIST CALL FUNCTION 'HR_APPEND_ERROR_LIST' EXPORTING pernr = ls_error-pernr arbgb = ls_error-arbgb msgty = ls_error-msgty msgno = ls_error-msgno msgv1 = ls_error-msgv1 msgv2 = ls_error-msgv1 * MSGV3 = ' ' * MSGV4 = ' ' EXCEPTIONS OTHERS = 1.
HR_DISPLAY_ERROR_LIST CALL FUNCTION 'HR_DISPLAY_ERROR_LIST' * exporting NO_POPUP = ' ' * NO_PRINT = 'X' * NO_IMG = ' ' * LINESIZE = SY-LINSZ * tables ERROR = EXCEPTIONS invalid_linesize = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RPUTIRFE - Routines : Gestion du maintien de salaire (maladies/accidents) RPUTIRFD - Lunch Coupon RPUTIRFC - Lunch Coupon Function (Ticket Restaurant) RPUTIRFB - Lunch Coupon Function ('Chèque Restaurant') RPUTIRFA - Definition for Intermediate Format RPUTIRF2 - Generate lunch coupon file ('chèque déjeuner')