MM08RFK0 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 MM08RFK0 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!
MR_ACCOUNT_ASSIGNMENT CALL FUNCTION 'MR_ACCOUNT_ASSIGNMENT' EXPORTING KONTENPLAN = XDM08R-KTOPL VORGANGSSCHLUESSEL = X169C-VORSL BEWERTUNG_MODIF = XDM08R-BWMOD KONTO_MODIF = YDM08R-KOMOK BEWERTUNGSKLASSE = XDM08R-BKLAS SOLL_HABEN_KENNZEICHEN = X169C-SHKZG I_WRXMOD = WRXMOD IMPORTING KONTO = BSEG-HKONT BUCHUNGSSCHLUESSEL = BSEG-BSCHL EXCEPTIONS NOT_FOUND_T030 = 1 NOT_FOUND_T030R = 2 NOT_FOUND_T030B = 3 NOT_FOUND_T030S = 4.
MB_EDIT_MESSAGE CALL FUNCTION 'MB_EDIT_MESSAGE' EXPORTING T1 = XDM08R-KTOPL T2 = X169C-VORSL T3 = XDM08R-BWMOD T4 = YDM08R-KOMOK T5 = XDM08R-BKLAS IMPORTING MESSAGE = MESSAGE_TEXT.
J_1A_INFLATION_AC_MODIFICATION CALL FUNCTION 'J_1A_INFLATION_AC_MODIFICATION' EXPORTING BUKRS = BKPF-BUKRS KTOPL = XDM08R-KTOPL VORSL = X169C-VORSL CHANGING ACCOUNT = BSEG-HKONT.
MR_STRING_DETERMINE CALL FUNCTION 'MR_STRING_DETERMINE' EXPORTING I_KNTTP = YDM08R-KNTTP I_KOART = YBSEG-KOART I_PSTYP = YDM08R-PSTYP I_VGART = T169-VGART I_XEKBZ = YDM08R-XEKBZ I_KZBWS = YDM08R-KZBWS I_ANLN1 = YBSEG-ANLN1 IMPORTING E_BUSTW = YDM08R-BUSTW E_BUZID = YBSEG-BUZID.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.