MM06E320 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 MM06E320 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: MCOE FORM Routine
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
TSW_INSTALLED * CALL FUNCTION 'TSW_INSTALLED' "SOTK001131 * IMPORTING "SOTK001131 * E_INSTALLED = L_TSW_INSTALLED "SOTK001131 * EXCEPTIONS "SOTK001131 * OTHERS = 1. "SOTK001131
OIJ_EXTDETS_EXPORT_DOCDATA * CALL FUNCTION 'OIJ_EXTDETS_EXPORT_DOCDATA' "SOTK000012 CALL FUNCTION l_tsw_function "SOTK001131 EXPORTING "SOTK000012 i_call_type = doc_level "SOTK000012 * I_CALL_PROG = SY-REPID "SOTK000012 i_call_prog = l_sy_repid "SO6K010163 i_ekko = ekko "SOTK000012 i_ekpo = ekpo "SOTK000012 * TABLES "SOTK000012 * T_EKPA = EKPA "SOTK000012 EXCEPTIONS "SOTK000012 OTHERS = 1. "SOTK000012
OIDA_POPUP_EXTERNAL_DETAILS CALL FUNCTION 'OIDA_POPUP_EXTERNAL_DETAILS' "process popup EXPORTING document_level = doc_level display_only = disp_only CHANGING c_oic_pipe = oic_pipe c_oid_ex = oid_ex EXCEPTIONS OTHERS = 1.
J_1BSA_COMPONENT_ACTIVE CALL FUNCTION 'J_1BSA_COMPONENT_ACTIVE' EXPORTING bukrs = ekpo-bukrs component = 'BR' EXCEPTIONS component_not_active = 01.
OIDA_GET_ORIGIN_DESTINATION CALL FUNCTION 'OIDA_GET_ORIGIN_DESTINATION' EXPORTING i_rec_werks = ekpo-werks i_po_so = 'PO' IMPORTING e_oic_dland1 = ekpo-oic_dland1 e_oic_dregio = ekpo-oic_dregio e_oic_dcounc = ekpo-oic_dcounc e_oic_dcityc = ekpo-oic_dcityc.
OIDA_GET_ORIGIN_DESTINATION CALL FUNCTION 'OIDA_GET_ORIGIN_DESTINATION' EXPORTING i_rec_werks = ekpo-werks i_po_so = 'PO' IMPORTING e_oic_dland1 = ekpo-oic_dland1 e_oic_dregio = ekpo-oic_dregio e_oic_dcounc = ekpo-oic_dcounc e_oic_dcityc = ekpo-oic_dcityc.
IS_OIA01_SINGLE_READ CALL FUNCTION 'IS_OIA01_SINGLE_READ' "SO6K013418 RD EXPORTING i_exgnum = ekko-oiexgnum "SO6K013418 RD IMPORTING e_oia01 = oia01 "SO6K013418 RD EXCEPTIONS record_not_found = 0. "RC not use"SO6K013418 RD
OIDA_GET_ORIGIN_DESTINATION CALL FUNCTION 'OIDA_GET_ORIGIN_DESTINATION' EXPORTING i_werks = ekko-reswk i_po_so = 'PX' IMPORTING e_oic_oland1 = ekko-oic_oland1 e_oic_oregio = ekko-oic_oregio e_oic_ocounc = ekko-oic_ocounc e_oic_ocityc = ekko-oic_ocityc.
OIDA_GET_ORIGIN_DESTINATION CALL FUNCTION 'OIDA_GET_ORIGIN_DESTINATION' EXPORTING i_vend = ekko-llief i_po_so = 'PO' IMPORTING e_oic_oland1 = ekko-oic_oland1 e_oic_oregio = ekko-oic_oregio e_oic_ocounc = ekko-oic_ocounc e_oic_ocityc = ekko-oic_ocityc.
OIDA_GET_ORIGIN_DESTINATION CALL FUNCTION 'OIDA_GET_ORIGIN_DESTINATION' EXPORTING i_vend = ekko-lifnr i_po_so = 'PO' IMPORTING e_oic_oland1 = ekko-oic_oland1 e_oic_oregio = ekko-oic_oregio e_oic_ocounc = ekko-oic_ocounc e_oic_ocityc = ekko-oic_ocityc.
OIDA_GET_ORIGIN_DESTINATION CALL FUNCTION 'OIDA_GET_ORIGIN_DESTINATION' EXPORTING i_vend = ekko-llief i_po_so = 'PO' IMPORTING e_oic_oland1 = ekko-oic_oland1 e_oic_oregio = ekko-oic_oregio e_oic_ocounc = ekko-oic_ocounc e_oic_ocityc = ekko-oic_ocityc.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.