SAP Reports / Programs | Exchanges | Industry Solution Oil | Exchanges(IS-OIL-DS-EXG) SAP IS

MM06E350 SAP ABAP INCLUDE - Oil-include: EXG FORM-routine







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT MM06E350. "Basic submit
SUBMIT MM06E350 AND RETURN. "Return to original report after report execution complete
SUBMIT MM06E350 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Oil-include: EXG FORM-routine


INCLUDES used within this REPORT MM06E350

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name MM06E350 or its description.