J_3RFVATMMF05 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_3RFVATMMF05 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: XML Report
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
GUI_DOWNLOAD CALL FUNCTION 'GUI_DOWNLOAD' EXPORTING bin_filesize = totalsize filename = i_filename filetype = 'BIN' TABLES data_tab = lt_xml_tbl * FIELDNAMES = EXCEPTIONS OTHERS = 1.
J3RF_XML_CHAR_DECODE CALL FUNCTION 'J3RF_XML_CHAR_DECODE' EXPORTING i_entry = i_entry IMPORTING e_entry = e_entry EXCEPTIONS invalid_char = 1 OTHERS = 2.
KURS_IN_PREISNOTATION CALL FUNCTION 'KURS_IN_PREISNOTATION' EXPORTING date = rateequation-conv_date type_of_rate = rateequation-kurstyp foreign_currency = rateequation-fcurrp local_currency = rateequation-tcurrp rate = 0 IMPORTING foreign_factor = rateequation-ffactp local_factor = rateequation-tfactp EXCEPTIONS error_message = 1.
KURS_IN_MENGENNOTATION CALL FUNCTION 'KURS_IN_MENGENNOTATION' EXPORTING date = rateequation-conv_date type_of_rate = rateequation-kurstyp foreign_currency = rateequation-fcurrm local_currency = rateequation-tcurrm rate = 0 IMPORTING foreign_factor = rateequation-ffactm local_factor = rateequation-tfactm EXCEPTIONS error_message = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.