MGAR7F01 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 MGAR7F01 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 MGAR7F01
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
VRM_SET_VALUES CALL FUNCTION 'VRM_SET_VALUES' EXPORTING id = 'V_LIST2' values = values2.
VRM_SET_VALUES CALL FUNCTION 'VRM_SET_VALUES' EXPORTING id = 'V_LIST2' values = values2.
J_1I_DETERMINE_SER_ACCOUNT CALL FUNCTION 'J_1I_DETERMINE_SER_ACCOUNT' EXPORTING bukrs = bukrs werks = werks TABLES seracc = seracc.
J_1I6_MESSAGE CALL FUNCTION 'J_1I6_MESSAGE' EXPORTING arbgb = '4F' msgnr = error_number def_msgty = 'E'.
VRM_SET_VALUES CALL FUNCTION 'VRM_SET_VALUES' EXPORTING id = 'V_LIST1' values = values.
J_1I6_MESSAGE CALL FUNCTION 'J_1I6_MESSAGE' EXPORTING arbgb = '4F' msgnr = '544' def_msgty = 'S' msgtx1 = l_msgtx1.
NUMBER_GET_NEXT CALL FUNCTION 'NUMBER_GET_NEXT' EXPORTING nr_range_nr = '01' object = 'J_1I_GAR7' TOYEAR = GJAHR IMPORTING number = number EXCEPTIONS interval_not_found = 1 number_range_not_intern = 2 object_not_found = 3 quantity_is_0 = 4 quantity_is_not_1 = 5 interval_overflow = 6 OTHERS = 7.
J_1I6_MESSAGE CALL FUNCTION 'J_1I6_MESSAGE' EXPORTING arbgb = '8i' msgnr = '000' def_msgty = 'E' msgtx1 = l_msgtx1.
J_1I6_MESSAGE CALL FUNCTION 'J_1I6_MESSAGE' EXPORTING arbgb = '4F' msgnr = error_number def_msgty = 'I' msgtx1 = l_msgtx1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.