J_3RFVATMMF07 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_3RFVATMMF07 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: Detailed Information About MM Invoices
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING date = ls_bkpf_fi-wwert foreign_amount = ls_rseg_item-wrbtr_inv foreign_currency = ls_rseg_item-waers_inv local_currency = ls_vatsel-hwaer type_of_rate = l_kurst rate = l_kursf IMPORTING local_amount = ls_rseg_item-hwbas_cal EXCEPTIONS OTHERS = 6. "#EC FB_RC
LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = g_alvtree_name CHANGING ct_fieldcat = gt_fieldcatalog.
CONVERSION_EXIT_ALPHA_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_OUTPUT' EXPORTING input = p_inp IMPORTING output = p_out.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.