PUTRVRU1 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 PUTRVRU1 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.
Title: Include PUTRVRU1
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
GET_DESTINATION CALL FUNCTION 'GET_DESTINATION' EXPORTING object = object2089 method = 'GETSTATUS' IMPORTING receiver = cv_rfc_destination return = ls_return.
TRAVEL_EXISTS CALL FUNCTION 'TRAVEL_EXISTS' EXPORTING rfc_destinantion = cv_rfc_destination EXCEPTIONS travel_not_existing = 1 OTHERS = 2.
BAPI_TRIP_CHECK_STATUS CALL FUNCTION 'BAPI_TRIP_CHECK_STATUS' DESTINATION gv_rfc_dest "#EC ENHOK EXPORTING employeenumber = im_personnel_number departure_from = im_from_date departure_to = im_to_date calculate_amounts = abap_off IMPORTING return = ls_return TABLES trips = et_trips EXCEPTIONS system_failure = 1 MESSAGE lv_msg communication_failure = 2 MESSAGE lv_msg resource_failure = 3 OTHERS = 0.
BAPI_TRIP_GET_DETAILS CALL FUNCTION 'BAPI_TRIP_GET_DETAILS' DESTINATION gv_rfc_dest "#EC ENHOK EXPORTING employeenumber = iv_pernr tripnumber = is_trip-tripno * LANGUAGE = SY-LANGU calculate_amounts = abap_off * GET_TRIP_FROM_MEMORY = ' ' * PERIODNUMBER = '000' IMPORTING return = ls_return framedata = ls_trip_main EXCEPTIONS OTHERS = 0 .
HR_FEATURE_BACKFIELD CALL FUNCTION 'HR_FEATURE_BACKFIELD' EXPORTING feature = '33TRV' struc_content = ls_prutr IMPORTING back = lv_value changing status = lv_status exceptions dummy = 0 * ERROR_OPERATION = 2 * NO_BACKVALUE = 3 * FEATURE_NOT_GENERATED = 4 * INVALID_SIGN_IN_FUNID = 5 * FIELD_IN_REPORT_TAB_IN_PE03 = 6 * OTHERS = 7 .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
PUTRVRU1 - Include PUTRVRU1 PUTRVRU0 - Include PUTRVRU0 PUTRIGGER_APROVAL_PROC_IN6 - Include PUTRIGGER_APROVAL_PROC_IN6 PUTRIGGER_APROVAL_PROC_IN5 - Include PUTRIGGER_APROVAL_PROC_IN5 PUTRIGGER_APROVAL_PROC_IN4 - Include PUTRIGGER_APROVAL_PROC_IN4 PUTRIGGER_APROVAL_PROC_IN3 - Include PUTRIGGER_APROVAL_PROC_IN3