RM08RELEASE_F0E 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 RM08RELEASE_F0E 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!
MRM_BLOCK_REASON_VAL_CHECK_M CALL FUNCTION 'MRM_BLOCK_REASON_VAL_CHECK_M' EXPORTING i_remng = i_remng i_wemng = i_wemng i_netwr = i_netwr i_bsmng = i_bsmng i_bpumz = i_bpumz i_bpumn = i_bpumn i_peinh = i_peinh i_wepos = i_wepos i_tbtkz = i_arseg-tbtkz i_bukrs = i_arseg-bukrs i_waers = i_arseg-waers i_wwert = f_wwert i_kursf = i_arseg-kursf i_hswae = i_arseg-hswae IMPORTING e_spgrm_inv = e_spgrm_inv e_dmeng = e_dmeng.
MRM_LIMIT_CHECK CALL FUNCTION 'MRM_LIMIT_CHECK' EXPORTING i_actvalue = i_actvalue i_sumlimit = i_sumlimit i_bukrs = i_arseg-bukrs i_waers = i_limitwaers i_hswae = i_arseg-hswae i_kursf = f_kurs i_wwert = i_arseg-wwert IMPORTING e_rc = rc.
MRM_BLOCK_REASON_VAL_CHECK_P CALL FUNCTION 'MRM_BLOCK_REASON_VAL_CHECK_P' EXPORTING i_remng = i_remng i_refwr = i_refwr i_netwr = i_netwr i_bsmng = i_bsmng i_bpumz = i_bpumz i_bpumn = i_bpumn i_peinh = i_peinh i_bukrs = i_arseg-bukrs i_waers = i_arseg-waers i_wwert = f_wwert i_kursf = i_arseg-kursf i_hswae = i_arseg-hswae i_xekbz = i_arseg-xekbz i_noquantity = i_noquantity IMPORTING e_spgrp_inv = e_spgrp_inv e_dwert = e_dwert.
MRM_BLOCK_REASON_VAL_CHECK_T CALL FUNCTION 'MRM_BLOCK_REASON_VAL_CHECK_T' EXPORTING i_eindt = i_eindt i_wrbtr = i_arseg-wrbtr i_bukrs = i_arseg-bukrs i_waers = i_arseg-waers i_wwert = f_wwert i_kursf = i_arseg-kursf i_hswae = i_arseg-hswae IMPORTING e_spgrt_inv = e_spgrt_inv e_dtage = e_dtage.
MRM_VALIDITY_PERIOD_CHECK CALL FUNCTION 'MRM_VALIDITY_PERIOD_CHECK' EXPORTING i_kdatb = i_kdatb i_kdate = i_kdate i_date = i_arseg-budat i_werks = i_arseg-werks IMPORTING e_days = e_dtage e_rc = rc.
MRM_BLOCK_REASON_VAL_CHECK_C CALL FUNCTION 'MRM_BLOCK_REASON_VAL_CHECK_C' EXPORTING i_ebeln = i_arseg-ebeln i_ebelp = i_arseg-ebelp i_lfgja = i_arseg-lfgja i_lfbnr = i_arseg-lfbnr i_lfpos = i_arseg-lfpos i_ssqss = i_arseg-ssqss IMPORTING e_spgrc_inv = e_spgrc_inv.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.