MM08RFN0 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 MM08RFN0 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
COMMUNICATION_AREA_KOMKBMR CALL FUNCTION 'COMMUNICATION_AREA_KOMKBMR' EXPORTING is_komkbmr = komkbmr TABLES t_part = part. " Partnertabelle aufbauen
COMMUNICATION_AREA_KOMKBMR CALL FUNCTION 'COMMUNICATION_AREA_KOMKBMR' EXPORTING is_komkbmr = komkbmr TABLES t_part = part. " Partnertabelle aufbauen
MESSAGING CALL FUNCTION 'MESSAGING' EXPORTING applikation = 'MR' msg_objky = na_objkey schema = 'MR0003' " Konsignation! pi_item = space " Kopfnachricht IMPORTING pe_unprocessed_output = x_msg_exists " Nachricht vorhanden TABLES msg_part = part.
CUSTOMIZED_MESSAGE CALL FUNCTION 'CUSTOMIZED_MESSAGE' EXPORTING i_arbgb = 'M8' i_dtype = 'E' i_msgnr = '443' i_var01 = komkbmr-bukrs i_var02 = komkbmr-lifnr.
COMMUNICATION_AREA_KOMPBMR CALL FUNCTION 'COMMUNICATION_AREA_KOMPBMR' EXPORTING i_kompbmr = kompbmr TABLES t_part = part.
MESSAGING CALL FUNCTION 'MESSAGING' EXPORTING applikation = 'MR' msg_objky = na_objkey schema = 'MR0001' pi_item = x "Positionsnachricht TABLES msg_part = part EXCEPTIONS OTHERS = 1.
NDVAT_ADJUSTMENT CALL FUNCTION 'NDVAT_ADJUSTMENT' EXPORTING i_bseg = bseg IMPORTING e_bseg = bseg.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.