SAP Reports / Programs | Financial Accounting | Travel Management | Travel Planning(FI-TV-PL) SAP FI

RFTP_WEB_RAIL_COMPLETE_F01 SAP ABAP INCLUDE - RFTPWEBRAILCOMPLETEF01







RFTP_WEB_RAIL_COMPLETE_F01 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 RFTP_WEB_RAIL_COMPLETE_F01 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 RFTP_WEB_RAIL_COMPLETE_F01. "Basic submit
SUBMIT RFTP_WEB_RAIL_COMPLETE_F01 AND RETURN. "Return to original report after report execution complete
SUBMIT RFTP_WEB_RAIL_COMPLETE_F01 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT RFTP_WEB_RAIL_COMPLETE_F01

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:

FITP_WEB_RAIL_STATION_GET CALL FUNCTION 'FITP_WEB_RAIL_STATION_GET' DESTINATION rfcdest EXPORTING i_location_name_dep = g_station_dep-station_name "i_dep_text i_location_name_arr = g_station_arr-station_name "i_arr_text TABLES et_rail_stations_dep = lt_stations_dep et_rail_stations_arr = lt_stations_arr et_return = t_return.

PTRM_TEST_MESSAGES_SHOW_PAI CALL FUNCTION 'PTRM_TEST_MESSAGES_SHOW_PAI' CHANGING it_return = t_return.

FITP_WEB_RAIL_AVAIL CALL FUNCTION 'FITP_WEB_RAIL_AVAIL' DESTINATION rfcdest EXPORTING i_personal_number = i_personal_number i_trip_number = i_trip_number i_item_number = i_item_number i_station_nr_dep = g_station_dep-station_number i_station_nr_arr = g_station_arr-station_number i_date_out = g_date_out i_time_out = g_time_out i_out_dep_arr = g_out_dep_arr i_date_ret = g_date_ret i_time_ret = g_time_ret i_ret_dep_arr = g_ret_dep_arr i_num_pers = g_num_pers IMPORTING e_rail_avail_header = l_rail_avail_header e_seat_pref = l_seat_pref TABLES et_return = lt_return et_rail_connections = lt_rail_connections et_rail_segments = lt_rail_segments.

PTRM_TEST_MESSAGES_SHOW_PAI CALL FUNCTION 'PTRM_TEST_MESSAGES_SHOW_PAI' CHANGING it_return = lt_return.

FITP_WEB_RAIL_RESERVE CALL FUNCTION 'FITP_WEB_RAIL_RESERVE' DESTINATION rfcdest EXPORTING i_connection_out = p_outward_conn i_connection_ret = p_return_conn i_class_out = '2' "always 2nd class (because of ALV) i_class_ret = '2' "always 2nd class (because of ALV) i_ticket_out = 'X' i_ticket_ret = 'X' i_seat_req_out = l_seat_pref "use proposals from avail i_seat_req_ret = l_seat_pref "use proposals from avail IMPORTING e_plan_out = l_plan_out TABLES et_return = lt_return et_item_service = lt_item_service et_info = lt_info.

PTRM_TEST_MESSAGES_SHOW_PAI CALL FUNCTION 'PTRM_TEST_MESSAGES_SHOW_PAI' CHANGING it_return = lt_return.

FITP_WEB_PLAN_GET CALL FUNCTION 'FITP_WEB_PLAN_GET' DESTINATION rfcdest EXPORTING i_personal_number = i_personal_number i_trip_number = i_trip_number i_mode = i_mode IMPORTING e_plan_out = l_plan_out TABLES et_item_service = lt_item_service et_return = t_return et_info = lt_info.

PTRM_TEST_MESSAGES_SHOW_PAI CALL FUNCTION 'PTRM_TEST_MESSAGES_SHOW_PAI' CHANGING it_return = t_return.

FITP_WEB_PLAN_GENERALDATA CALL FUNCTION 'FITP_WEB_PLAN_GENERALDATA' DESTINATION rfcdest EXPORTING i_pernr = i_personal_number i_sw_plan_req = 'P' i_plan = l_plan * i_req_head = e_req_head TABLES et_return = lt_return.

PTRM_TEST_MESSAGES_SHOW_PAI CALL FUNCTION 'PTRM_TEST_MESSAGES_SHOW_PAI' CHANGING it_return = lt_return.

FITP_WEB_RAIL_AVAIL_INIT CALL FUNCTION 'FITP_WEB_RAIL_AVAIL_INIT' DESTINATION rfcdest EXPORTING i_pernr = i_personal_number i_plan = l_plan i_item_number = i_item_number IMPORTING e_station_dep = g_station_dep e_station_arr = g_station_arr e_date_out = g_date_out e_time_out = g_time_out e_out_dep_arr = g_out_dep_arr e_date_ret = g_date_ret e_time_ret = g_time_ret e_ret_dep_arr = g_ret_dep_arr e_num_pers = g_num_pers TABLES et_return = lt_return.

PTRM_TEST_MESSAGES_SHOW_PAI CALL FUNCTION 'PTRM_TEST_MESSAGES_SHOW_PAI' CHANGING it_return = lt_return.



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 RFTP_WEB_RAIL_COMPLETE_F01 or its description.