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

RFTPPROFFORM SAP ABAP INCLUDE - documentation and ABAP source code







RFTPPROFFORM 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 RFTPPROFFORM 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 RFTPPROFFORM. "Basic submit
SUBMIT RFTPPROFFORM AND RETURN. "Return to original report after report execution complete
SUBMIT RFTPPROFFORM 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 RFTPPROFFORM

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:

DD_DOMVALUE_TEXT_GET CALL FUNCTION 'DD_DOMVALUE_TEXT_GET' EXPORTING domname = 'FTPD_FLIGHT_CABIN_RULE' value = rule * LANGU = ' ' * BYPASS_BUFFER = ' ' IMPORTING dd07v_wa = wa_domain.

DD_DOMVALUE_TEXT_GET CALL FUNCTION 'DD_DOMVALUE_TEXT_GET' EXPORTING domname = 'FTPD_HOTEL_CATEGORY' value = hotel_category * LANGU = ' ' * BYPASS_BUFFER = ' ' IMPORTING dd07v_wa = wa_domain.

DD_DOMVALUE_TEXT_GET CALL FUNCTION 'DD_DOMVALUE_TEXT_GET' EXPORTING domname = 'FTPD_TRAIN_CLASS' value = rule * LANGU = ' ' * BYPASS_BUFFER = ' ' IMPORTING dd07v_wa = wa_domain.

RS_TREE_ADD_NODE CALL FUNCTION 'RS_TREE_ADD_NODE' EXPORTING new_name = p_node insert_id = p_insert_id relationship = 'CHILD' * LINK = ' ' new_type = new_type * DISPLAY_ATTRIBUTES = ' ' IMPORTING new_id = p_new_id * NODE_INFO = EXCEPTIONS id_not_found = 1 OTHERS = 2.

RS_TREE_ADD_NODE CALL FUNCTION 'RS_TREE_ADD_NODE' EXPORTING new_name = p_node insert_id = p_insert_id relationship = 'CHILD' * LINK = ' ' new_type = temp1 * DISPLAY_ATTRIBUTES = ' ' IMPORTING new_id = p_new_id * NODE_INFO = EXCEPTIONS id_not_found = 1 OTHERS = 2.

RS_TREE_ADD_NODE CALL FUNCTION 'RS_TREE_ADD_NODE' EXPORTING new_name = p_node insert_id = p_insert_id relationship = 'CHILD' * LINK = ' ' new_type = temp1 * DISPLAY_ATTRIBUTES = ' ' IMPORTING new_id = p_new_id * NODE_INFO = EXCEPTIONS id_not_found = 1 OTHERS = 2.

RS_TREE_ADD_NODE CALL FUNCTION 'RS_TREE_ADD_NODE' EXPORTING new_name = temp1 insert_id = p_insert_id relationship = 'CHILD' * LINK = ' ' new_type = new_type * DISPLAY_ATTRIBUTES = ' ' * importing * new_id = prov_id * NODE_INFO = EXCEPTIONS id_not_found = 1 OTHERS = 2.

RS_TREE_ADD_NODE CALL FUNCTION 'RS_TREE_ADD_NODE' EXPORTING new_name = t_activity-name insert_id = root_id relationship = 'CHILD' * LINK = ' ' new_type = 'N' * DISPLAY_ATTRIBUTES = ' ' IMPORTING new_id = activity_id * NODE_INFO = EXCEPTIONS id_not_found = 1 OTHERS = 2 .

RS_TREE_ADD_NODE CALL FUNCTION 'RS_TREE_ADD_NODE' EXPORTING new_name = 'Fluggesellschaften'(001) insert_id = activity_id relationship = 'CHILD' * LINK = ' ' new_type = 'N' * display_attributes = attributes IMPORTING new_id = flight_id * node_info = EXCEPTIONS id_not_found = 1 OTHERS = 2.

RS_TREE_ADD_NODE CALL FUNCTION 'RS_TREE_ADD_NODE' EXPORTING new_name = 'Hotelketten'(002) insert_id = activity_id relationship = 'CHILD' * LINK = ' ' * NEW_TYPE = ' ' * DISPLAY_ATTRIBUTES = ' ' IMPORTING new_id = hotel_id * node_info = EXCEPTIONS id_not_found = 1 OTHERS = 2.

RS_TREE_ADD_NODE CALL FUNCTION 'RS_TREE_ADD_NODE' EXPORTING new_name = 'Mietwagengesellschaften'(003) insert_id = activity_id relationship = 'CHILD' * LINK = ' ' * NEW_TYPE = ' ' * DISPLAY_ATTRIBUTES = ' ' IMPORTING new_id = car_id * node_info = EXCEPTIONS id_not_found = 1 OTHERS = 2.

RS_TREE_ADD_NODE CALL FUNCTION 'RS_TREE_ADD_NODE' EXPORTING new_name = 'Bahngesellschaften'(016) insert_id = activity_id relationship = 'CHILD' * LINK = ' ' * NEW_TYPE = ' ' * DISPLAY_ATTRIBUTES = ' ' IMPORTING new_id = train_id * node_info = EXCEPTIONS id_not_found = 1 OTHERS = 2.

RS_TREE_ADD_NODE CALL FUNCTION 'RS_TREE_ADD_NODE' EXPORTING new_name = t_activity-name insert_id = root_id relationship = 'CHILD' * LINK = ' ' new_type = 'N' * DISPLAY_ATTRIBUTES = ' ' IMPORTING new_id = activity_id * NODE_INFO = EXCEPTIONS id_not_found = 1 OTHERS = 2 .

RS_TREE_ADD_NODE CALL FUNCTION 'RS_TREE_ADD_NODE' EXPORTING new_name = 'Flug'(004) insert_id = activity_id relationship = 'CHILD' * LINK = ' ' new_type = 'N' * display_attributes = attributes IMPORTING new_id = flight_id * node_info = EXCEPTIONS id_not_found = 1 OTHERS = 2.

RS_TREE_ADD_NODE CALL FUNCTION 'RS_TREE_ADD_NODE' EXPORTING new_name = 'Hotelaufenthalt'(005) insert_id = activity_id relationship = 'CHILD' * LINK = ' ' * NEW_TYPE = ' ' * DISPLAY_ATTRIBUTES = ' ' IMPORTING new_id = hotel_id * node_info = EXCEPTIONS id_not_found = 1 OTHERS = 2.

RS_TREE_ADD_NODE CALL FUNCTION 'RS_TREE_ADD_NODE' EXPORTING new_name = 'Mietwagennutzung'(006) insert_id = activity_id relationship = 'CHILD' * LINK = ' ' * NEW_TYPE = ' ' * DISPLAY_ATTRIBUTES = ' ' IMPORTING new_id = car_id * node_info = EXCEPTIONS id_not_found = 1 OTHERS = 2.

RS_TREE_ADD_NODE CALL FUNCTION 'RS_TREE_ADD_NODE' EXPORTING new_name = 'Bahn'(017) insert_id = activity_id relationship = 'CHILD' * LINK = ' ' * NEW_TYPE = ' ' * DISPLAY_ATTRIBUTES = ' ' IMPORTING new_id = train_id * node_info = EXCEPTIONS id_not_found = 1 OTHERS = 2.

RS_TREE_LIST_DISPLAY CALL FUNCTION 'RS_TREE_LIST_DISPLAY' EXPORTING callback_program = repid callback_user_command = 'USER_COMMAND' callback_text_display = 'TEXT_DISPLAY' * CALLBACK_MOREINFO_DISPLAY = callback_color_display = 'COLOR_DISPLAY'.



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