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
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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.