RFTP_TEST_WEB_ITINERARY_HTML is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Test program for RFC module FITP_WEB_ITINERARY_DISP_HTML Displaying a travel plan in HTML...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter RFTP_TEST_WEB_ITINERARY_HTML 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.
Selection Text: DEST = D RFC Destination
Selection Text: PERNR = D Personnel Number
Selection Text: REINR = D Trip Number
Selection Text: SW_DATAB = Trip from Database
Title: Report RFTP_TEST_ITINERARY_HTML
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FITP_WEB_ITINERARY_DISP_HTML CALL FUNCTION 'FITP_WEB_ITINERARY_DISP_HTML' DESTINATION dest EXPORTING i_personal_number = pernr i_trip_number = reinr i_sw_trip_from_database = 'X' IMPORTING e_html_string = html_string TABLES et_html_table = html_table et_return = et_return.
PTRM_TEST_MESSAGES_SHOW_PAI CALL FUNCTION 'PTRM_TEST_MESSAGES_SHOW_PAI' CHANGING it_return = et_return.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFTP_TEST_WEB_ITINERARY_HTML - Report RFTP_TEST_ITINERARY_HTML RFTP_TEST_WEB_ITINERARY_HTML - Report RFTP_TEST_ITINERARY_HTML RFTP_TEST_WEB_ITEM_CANCEL - Program RFTP_TEST_WEB_PLAN_GET2 RFTP_TEST_WEB_ITEM_CANCEL - Program RFTP_TEST_WEB_PLAN_GET2 RFTP_TEST_WEB_HOTEL_HRS_COMPL - HRS Hotel Availability, Details, Booking RFTP_TEST_WEB_HOTEL_HRS_COMPL - HRS Hotel Availability, Details, Booking