J_3RFFORM4_VERSEDITF03 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_VERSEDITF03 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: Include J_3RFFORM4_VERSEDITF03
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
TR_OBJECT_CHECK CALL FUNCTION 'TR_OBJECT_CHECK' EXPORTING wi_ko200 = int_ko200 IMPORTING we_ko200 = int_ko200 TABLES wt_e071k = int_e071k EXCEPTIONS cancel_edit_other_error = 01 show_only_other_error = 01.
TR_OBJECT_INSERT CALL FUNCTION 'TR_OBJECT_INSERT' EXPORTING wi_order = ord_num wi_ko200 = int_ko200 IMPORTING we_order = ord_num we_ko200 = int_ko200 TABLES wt_e071k = int_e071k.
CTO_OBJECT_GET CALL FUNCTION 'CTO_OBJECT_GET' EXPORTING iv_objectname = 'J_3RFV_F4VERS' iv_objecttype = 'V' IMPORTING es_objh = ls_objh EXCEPTIONS object_not_defined = 1 OTHERS = 2.
TR_SYS_PARAMS CALL FUNCTION 'TR_SYS_PARAMS' IMPORTING systemtype = l_systemtype system_client_edit = l_system_client_edit system_client_role = l_system_client_role EXCEPTIONS no_systemname = 1 no_systemtype = 2 OTHERS = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
J_3RFFORM4_VERSEDITF03 - Include J_3RFFORM4_VERSEDITF03 J_3RFFORM4_VERSEDITF02 - Include J_3RFFORM4_VERSEDITF02 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