MM06EO0M_MODIFY_SCREEN 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 MM06EO0M_MODIFY_SCREEN 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ME_CHECK_ITEM_FOR_VST CALL FUNCTION 'ME_CHECK_ITEM_FOR_VST' EXPORTING i_ekko = ekko i_ekpo = ekpo IMPORTING e_item_relevant = vst_aktiv.
ME_CHECK_ITEM_FOR_RFP CALL FUNCTION 'ME_CHECK_ITEM_FOR_RFP' EXPORTING i_ekko = ekko i_ekpo = ekpo IMPORTING e_item_relevant = rfp_aktiv.
AIP01_PLANT_DETERMINE CALL FUNCTION 'AIP01_PLANT_DETERMINE' EXPORTING i_werks = ekko-reswk IMPORTING e_ownls = lv_ownls_modify_screen EXCEPTIONS OTHERS = 1.
MEX_BWTAR_AUSBLENDEN CALL FUNCTION 'MEX_BWTAR_AUSBLENDEN' EXPORTING i_bwtty = ekpo-bwtty i_aktnr = ekpo-aktnr i_bwkey = t001w-bwkey IMPORTING e_retco = retco.
ME_CONFIRMATION_MAINTAIN CALL FUNCTION 'ME_CONFIRMATION_MAINTAIN' EXPORTING i_bstae = ekpo-bstae i_ebeln = ekpo-ebeln i_ebelp = ekpo-ebelp i_funkt = conffunk i_kdatb = ekko-kdatb i_kdate = ekko-kdate i_meins = ekpo-meins i_menge = ekpo-menge i_trtyp = trtyp i_vorga = t160-vorga i_werks = ekpo-werks i_uptyp = ekpo-uptyp IMPORTING e_ekesok = ekesok TABLES xeket = ett yeket = yeket.
VENDOR_MASTER_DATA_SELECT_00 CALL FUNCTION 'VENDOR_MASTER_DATA_SELECT_00' EXPORTING i_lfa1_lifnr = ekko-lifnr i_lfm1_ekorg = ekko-ekorg i_lfm2_ltsnr = ekpo-ltsnr i_lfm2_werks = ekpo-werks i_data = 'X' i_partner = ' ' IMPORTING a_lfm2 = lfm2 EXCEPTIONS vendor_not_found = 01.
J_1BSA_COMPONENT_ACTIVE CALL FUNCTION 'J_1BSA_COMPONENT_ACTIVE' EXPORTING bukrs = ekpo-bukrs component = 'BR' EXCEPTIONS component_not_active = 01.
J_1BSA_COMPONENT_ACTIVE CALL FUNCTION 'J_1BSA_COMPONENT_ACTIVE' EXPORTING bukrs = ekpo-bukrs component = 'BR' EXCEPTIONS component_not_active = 02.
J_1BSA_COMPONENT_ACTIVE CALL FUNCTION 'J_1BSA_COMPONENT_ACTIVE' EXPORTING bukrs = ekpo-bukrs component = 'BR' EXCEPTIONS component_not_active = 02.
J_1B_INDX_SCREEN_CONTROL CALL FUNCTION 'J_1B_INDX_SCREEN_CONTROL' EXPORTING i_t001 = t001 i_aktyp = aktyp IMPORTING e_input = screen-input e_output = screen-output e_invisible = screen-invisible e_active = screen-active EXCEPTIONS OTHERS = 1.
ND_EXITS_ACTIVE_CHECK CALL FUNCTION 'ND_EXITS_ACTIVE_CHECK' EXCEPTIONS exits_not_active = 1 OTHERS = 2.
ME_DELIV_STRG_LOC_ACTIVE CALL FUNCTION 'ME_DELIV_STRG_LOC_ACTIVE' IMPORTING ef_del_strg_loc_act = l_del_strg_loc_act.
ME_DELIV_STRG_LOC_ACTIVE_RESWK CALL FUNCTION 'ME_DELIV_STRG_LOC_ACTIVE_RESWK' EXPORTING if_reswk = ekko-reswk IMPORTING ef_del_strg_loc_act = l_del_strg_loc_act.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.