MV45A370 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 MV45A370 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.
Title: Oil-include: EXG FORM-routine
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
IS_OIA01_SINGLE_READ CALL FUNCTION 'IS_OIA01_SINGLE_READ' ">46B KH EXPORTING I_EXGNUM = vbap-oiexgnum ">46B KH IMPORTING E_OIA01 = oia01 ">46B KH exceptions record_not_found = 4. ">46B KH
CHECK_NETTING_CYCLE CALL FUNCTION 'CHECK_NETTING_CYCLE' EXPORTING I_EXGPTR = OIA01-EXGPTR I_BUKRS = VBAK-BUKRS_VF I_NETCYC = VBAP-OINETCYC EXCEPTIONS CYCLE_NOT_FOUND = 01.
MARA_READ * CALL FUNCTION 'MARA_READ' * EXPORTING * I_MATNR = VBAP-OIBASPROD "Base product ** I_SPRACHE = vbak-spras.
MARA_SINGLE_READ CALL FUNCTION 'MARA_SINGLE_READ' "SP2 KH EXPORTING MATNR = VBAP-OIBASPROD "Base product "SP2 KH IMPORTING wmara = a_mara "SP2 KH EXCEPTIONS OTHERS = 1. "RC used "SP2 KH
MARC_READ * CALL FUNCTION 'MARC_READ' * EXPORTING * I_MATNR = VBAP-MATNR "Sub product * I_WERKS = VBAP-WERKS * IMPORTING * E_MARC = A_MARC * EXCEPTIONS * NO_ENTRY = 1 * OTHERS = 2.
MARC_SINGLE_READ CALL FUNCTION 'MARC_SINGLE_READ' "SP2 KH EXPORTING matnr = VBAP-MATNR "Sub product "SP2 KH werks = VBAP-WERKS "SP2 KH IMPORTING wmarc = A_MARC "SP2 KH EXCEPTIONS others = 0. "RC not used "SP2 KH
RV_INCLUDE_CHECK CALL FUNCTION 'RV_INCLUDE_CHECK' "SO3K114259 EXPORTING "SO3K114259 HGRPNO = VBAP-OISBREL "SO3K114259 HGRPZE = 'OIAA' "SO3K114259 * HKAPPL = ' ' "SO3K114259 EXCEPTIONS "SO3K114259 NO_INCLUDE = 1 "SO3K114259 OTHERS = 2. "SO3K114259
IS_OIA01_SINGLE_READ CALL FUNCTION 'IS_OIA01_SINGLE_READ' ">46B KH EXPORTING I_EXGNUM = vbap-oiexgnum ">46B KH IMPORTING E_OIA01 = oia01 ">46B KH exceptions record_not_found = 4. ">46B KH
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.