MM06E350 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 MM06E350 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' "SO6K013418 RD EXPORTING I_EXGNUM = ekpo-oiexgnum "SO6K013418 RD IMPORTING E_OIA01 = oia01 "SO6K013418 RD exceptions record_not_found = 4. "SO6K013418 RD
CHECK_NETTING_CYCLE CALL FUNCTION 'CHECK_NETTING_CYCLE' EXPORTING I_EXGPTR = EKKO-LIFNR I_BUKRS = EKKO-BUKRS I_NETCYC = EKPO-OINETCYC EXCEPTIONS CYCLE_NOT_FOUND = 01.
RV_INCLUDE_CHECK CALL FUNCTION 'RV_INCLUDE_CHECK' "SO3K114259 EXPORTING "SO3K114259 HGRPNO = EKPO-OISBREL "SO3K114259 HGRPZE = 'OIAA' "SO3K114259 * HKAPPL = ' ' "SO3K114259 EXCEPTIONS "SO3K114259 NO_INCLUDE = 1 "SO3K114259 OTHERS = 2. "SO3K114259
MARA_READ * CALL FUNCTION 'MARA_READ' * EXPORTING * I_MATNR = EKPO-MATNR ** I_SPRACHE = ekko-spras.
MARA_SINGLE_READ CALL FUNCTION 'MARA_SINGLE_READ' "SP2 KH EXPORTING MATNR = EKPO-MATNR "SP2 KH IMPORTING wmara = a_mara "SP2 KH EXCEPTIONS OTHERS = 1. "RC used "SP2 KH
MARA_READ * CALL FUNCTION 'MARA_READ' * EXPORTING * I_MATNR = EKPO-OIBASPROD ** I_SPRACHE = ekko-spras.
MARA_SINGLE_READ CALL FUNCTION 'MARA_SINGLE_READ' "SP2 KH EXPORTING MATNR = EKPO-OIBASPROD "SP2 KH IMPORTING wmara = a_mara "SP2 KH EXCEPTIONS OTHERS = 1. "RC used "SP2 KH
MARC_READ * CALL FUNCTION 'MARC_READ' * EXPORTING * I_MATNR = EKPO-MATNR "Sub product * I_WERKS = EKPO-WERKS * IMPORTING * E_MARC = A_MARC * EXCEPTIONS * NO_ENTRY = 1 * OTHERS = 2.
MARC_SINGLE_READ CALL FUNCTION 'MARC_SINGLE_READ' "SP2 KH EXPORTING matnr = EKPO-MATNR "Sub product "SP2 KH werks = EKPO-WERKS "SP2 KH IMPORTING wmarc = A_MARC "SP2 KH EXCEPTIONS others = 0. "RC not used "SP2 KH
IS_OIA01_SINGLE_READ CALL FUNCTION 'IS_OIA01_SINGLE_READ' EXPORTING I_EXGNUM = ekko-oiexgnum IMPORTING E_OIA01 = oia01 exceptions record_not_found = 0. "RC not used
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.