SAP Reports / Programs

PUTRVRU1 SAP ABAP INCLUDE - Include PUTRVRU1







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT PUTRVRU1. "Basic submit
SUBMIT PUTRVRU1 AND RETURN. "Return to original report after report execution complete
SUBMIT PUTRVRU1 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Include PUTRVRU1


INCLUDES used within this REPORT PUTRVRU1

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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 .



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name PUTRVRU1 or its description.