REL_MA_CORR_IMPLRES is a standard Executable ABAP Report 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 REL_MA_CORR_IMPLRES into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
EL27_MRUNIT - Correct Implausible MRs for MR Unit
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: Program REL_MA_CORR_IMPLRES
INCLUDE: IEE17CON.
No SAP DATABASE tables are accessed within this REPORT code!
ISU_S_METERREAD_CHANGE call function 'ISU_S_METERREAD_CHANGE' exporting x_upd_online = 'X' x_action = co_coriv x_ableinh = p_ablein exceptions not_found = 1 foreign_lock = 2 not_authorized = 3 others = 99.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.