J_3RFFORM4_VERSEDITE01 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_VERSEDITE01 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!
ENQUEUE_EJ_3RFF4DATA CALL FUNCTION 'ENQUEUE_EJ_3RFF4DATA' EXPORTING mode_j_3rff4data = 'E' mandt = sy-mandt x_versn = p_vers EXCEPTIONS foreign_lock = 1 OTHERS = 2.
RS_TREE_CONSTRUCT CALL FUNCTION 'RS_TREE_CONSTRUCT' TABLES nodetab = gt_nodetab EXCEPTIONS OTHERS = 1.
RS_TREE_LIST_DISPLAY CALL FUNCTION 'RS_TREE_LIST_DISPLAY' EXPORTING callback_program = g_repid callback_user_command = 'USER_COMMAND' callback_color_display = 'COLOR_DISPLAY' callback_gui_status = 'GUI_STATUS' status = 'OWN' modification_log = 'X' lower_case_sensitive = 'X' node_length = 30 text_length = 45 text_length1 = 75 EXCEPTIONS OTHERS = 1.
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.