J_3RFFORM4_VERSEDITF01 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 J_3RFFORM4_VERSEDITF01 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.
Title: Cash flow statement version editor
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RS_TREE_GET_MODIFICATION_LOG CALL FUNCTION 'RS_TREE_GET_MODIFICATION_LOG' TABLES add_nodes = l_add_node del_nodes = l_del_node mod_nodes = l_mod_node.
RS_TREE_SORT_CHILDREN CALL FUNCTION 'RS_TREE_SORT_CHILDREN' EXPORTING parent_id = p_node TABLES sort_keys = lt_sort_keys EXCEPTIONS has_no_children = 0 OTHERS = 0.
RS_TREE_GET_CURRENT_TREE CALL FUNCTION 'RS_TREE_GET_CURRENT_TREE' TABLES nodelist = lt_nodelist.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-001 text_question = text-009 IMPORTING answer = g_answer.
DEQUEUE_EJ_3RFF4DATA CALL FUNCTION 'DEQUEUE_EJ_3RFF4DATA' EXPORTING mode_j_3rff4data = 'E' mandt = sy-mandt x_versn = p_vers.
RS_TREE_GET_MODIFICATION_LOG CALL FUNCTION 'RS_TREE_GET_MODIFICATION_LOG'.
RS_TREE_GET_NODE CALL FUNCTION 'RS_TREE_GET_NODE' EXPORTING node_id = it_nodetab-id IMPORTING node_info = node_info EXCEPTIONS OTHERS = 1.
RS_TREE_GET_NODE CALL FUNCTION 'RS_TREE_GET_NODE' EXPORTING node_id = node_info-parent EXCEPTIONS OTHERS = 1.
POPUP_DISPLAY_TEXT CALL FUNCTION 'POPUP_DISPLAY_TEXT' EXPORTING popup_title = text-002 text_object = 'J_3RFFORM4_LEGEND'.
RS_TREE_SET_NODE CALL FUNCTION 'RS_TREE_SET_NODE' EXPORTING node_info = ps_nodetab.
RS_TREE_GET_CURRENT_TREE CALL FUNCTION 'RS_TREE_GET_CURRENT_TREE' TABLES nodelist = nodelist.
RS_TREE_GET_NODE CALL FUNCTION 'RS_TREE_GET_NODE' EXPORTING node_id = nodelist-id IMPORTING node_info = wa_nodetab.
RS_TREE_DELETE_NODE CALL FUNCTION 'RS_TREE_DELETE_NODE' EXPORTING node_id = nodelist-id.
RS_TREE_ADD_NODE CALL FUNCTION 'RS_TREE_ADD_NODE' EXPORTING new_name = wa_nodetab-name insert_id = del_id relationship = stree_reltype_child display_attributes = attr.
RS_TREE_GET_CURRENT_TREE CALL FUNCTION 'RS_TREE_GET_CURRENT_TREE' TABLES nodeinfo = gt_nodetab.
RS_TREE_GET_NODE CALL FUNCTION 'RS_TREE_GET_NODE' EXPORTING node_id = wa_nodetab-parent IMPORTING node_info = new_node.
RS_TREE_SET_NODE CALL FUNCTION 'RS_TREE_SET_NODE' EXPORTING node_info = wa_nodetab.
RS_TREE_ADD_NODE CALL FUNCTION 'RS_TREE_ADD_NODE' EXPORTING new_name = wa_nodetab-name insert_id = insert_id relationship = stree_reltype_child display_attributes = attr IMPORTING new_id = new_id.
CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-001 text_question = text-009 IMPORTING answer = l_answer.
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 J_3RFFORM4_VERSEDITF01 or its description.
J_3RFFORM4_VERSEDITF01 - Cash flow statement version editor J_3RFFORM4_VERSEDITE01 - Cash flow statement version editor J_3RFFORM4_VERSEDIT - Define Cash Flow Statement Versions J_3RFFORM4_VERSEDIT - Define Cash Flow Statement Versions J_3RFFORM4_DIAG - Report J_3RFFORM4_DIAG J_3RFFORM4_DIAG - Report J_3RFFORM4_DIAG