MM08KFF0 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 MM08KFF0 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!
SMBEW_REFRESH CALL FUNCTION 'SMBEW_REFRESH'.
MCB_STATISTICS_LIS_VALUATION CALL FUNCTION 'MCB_STATISTICS_LIS_VALUATION' TABLES xxbkpf = xbkpf xxbseg = xbseg.
POST_DOCUMENT CALL FUNCTION 'POST_DOCUMENT' IN UPDATE TASK EXPORTING i_bkdf = bkdf i_uf05a = uf05a TABLES t_ausz1 = xausz1 t_ausz2 = xausz2 t_bkpf = xbkpf t_bkp1 = xbkp1 t_bsec = xbsec t_bsed = xbsed t_bseg = xbseg t_bset = xbset t_bseu = xbseu.
UPDATE_MATERIAL_VALUES CALL FUNCTION 'UPDATE_MATERIAL_VALUES' EXPORTING i_belnr = bkpf-belnr i_budat = bkpf-budat.
LIFO_UPDATE_INVOICE CALL FUNCTION 'LIFO_UPDATE_INVOICE' TABLES xbkpf = xbkpf xbseg = xbseg xdm08r = xdm08r xvm08r = xvm08r.
POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING titel = text textline1 = text-002 textline2 = text-003 IMPORTING answer = antwort.
POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING defaultoption = 'N' titel = text textline1 = text-101 textline2 = text-102 IMPORTING answer = antwort.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.