SAP Reports / Programs | Logistics - General | SAP Retail Store(LO-SRS) SAP LO

MWOSEF03 SAP ABAP INCLUDE - documentation and ABAP source code







MWOSEF03 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 MWOSEF03 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 MWOSEF03. "Basic submit
SUBMIT MWOSEF03 AND RETURN. "Return to original report after report execution complete
SUBMIT MWOSEF03 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT MWOSEF03

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:

MARA_ARRAY_READ CALL FUNCTION 'MARA_ARRAY_READ' EXPORTING kzrfb = 'X' * SPERRMODUS = ' ' * STD_SPERRMODUS = ' ' * IMPORTING * RETC = TABLES ipre03 = l_t_pre03 mara_tab = l_t_srs_mara EXCEPTIONS enqueue_mode_changed = 1 OTHERS = 2.

MAKT_ARRAY_READ CALL FUNCTION 'MAKT_ARRAY_READ' EXPORTING kzrfb = 'X' * NEUFLAG = ' ' TABLES ipre09 = l_t_pre09 makt_tab = l_t_srs_makt
EXCEPTIONS enqueue_mode_changed = 1 OTHERS = 2 .

MEAN_GEN_READ_WITH_MATNR_MEINH CALL FUNCTION 'MEAN_GEN_READ_WITH_MATNR_MEINH' EXPORTING * KZRFB = ' ' matnr = g_t_sl_wose_items-matnr meinh = g_t_sl_wose_items-weme TABLES mean_tab = i_mean_tab * MEAN_ME_TAB = EXCEPTIONS wrong_call = 1 not_found = 2 OTHERS = 3.

ME_EINA_SINGL_READ_MATNR_LIFNR CALL FUNCTION 'ME_EINA_SINGL_READ_MATNR_LIFNR' EXPORTING pi_matnr = g_t_gm_item_show-material pi_lifnr = g_t_gm_item_show-vendor * RELIF_ONLY = * REFRESH_BUFFER = IMPORTING po_eina = l_t_srs_eina EXCEPTIONS no_records_found = 1 OTHERS = 2.

LOCATION_SELECT_PLANT CALL FUNCTION 'LOCATION_SELECT_PLANT' EXPORTING i_werks = g_t_gm_item_show-move_plant IMPORTING o_t001w = l_t001w EXCEPTIONS no_valid_plant = 1 plant_not_found = 2 more_than_one_entry_found = 3 OTHERS = 4.

BALW_BAPIRETURN_GET2 CALL FUNCTION 'BALW_BAPIRETURN_GET2' EXPORTING type = 'I' cl = 'WOSE' number = '029' IMPORTING return = i_t_bapiret2.

BAPI_GOODSMVT_GETDETAIL CALL FUNCTION 'BAPI_GOODSMVT_GETDETAIL' EXPORTING materialdocument = wose_imkpf-ref_blnr "g_t_item_show-mat_doc matdocumentyear = wose_imkpf-mjahr "g_t_gm_item_show-doc_year IMPORTING goodsmvt_header = g_t_gm_head_02 TABLES goodsmvt_items = g_t_gm_item_show return = g_t_bapiret2.

CONVERSION_EXIT_EAN11_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_EAN11_OUTPUT' EXPORTING input = px_artnr IMPORTING output = px_artnr.

CONVERSION_EXIT_MATN1_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_MATN1_OUTPUT' EXPORTING input = px_artnr IMPORTING output = px_artnr.

CONVERSION_EXIT_EAN11_INPUT CALL FUNCTION 'CONVERSION_EXIT_EAN11_INPUT' EXPORTING input = px_artnr IMPORTING output = px_artnr.

CONVERSION_EXIT_MATN1_INPUT CALL FUNCTION 'CONVERSION_EXIT_MATN1_INPUT' EXPORTING input = px_artnr IMPORTING output = px_artnr EXCEPTIONS length_error = 1 OTHERS = 2.

CONVERSION_EXIT_EAN11_INPUT CALL FUNCTION 'CONVERSION_EXIT_EAN11_INPUT' EXPORTING input = g_t_sl_wose_items-artnr IMPORTING output = g_t_sl_wose_items-artnr.

CONVERSION_EXIT_MATN1_INPUT CALL FUNCTION 'CONVERSION_EXIT_MATN1_INPUT' EXPORTING input = g_t_sl_wose_items-artnr IMPORTING output = g_t_sl_wose_items-artnr EXCEPTIONS length_error = 1 OTHERS = 2.

RS_CONV_EX_2_IN_NO_DD * CALL FUNCTION 'RS_CONV_EX_2_IN_NO_DD' " * EXPORTING " * input_external = g_t_sl_wose_items-wemenge " * IMPORTING " * output_internal = h_wemng " * EXCEPTIONS " * error_message = 100 " * OTHERS = 200. "

CONVERSION_EXIT_CUNIT_INPUT CALL FUNCTION 'CONVERSION_EXIT_CUNIT_INPUT' EXPORTING INPUT = g_t_sl_wose_items-weme LANGUAGE = SY-LANGU IMPORTING OUTPUT = g_t_sl_wose_items-weme EXCEPTIONS UNIT_NOT_FOUND = 1 OTHERS = 2.

CONVERSION_EXIT_CUNIT_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_CUNIT_OUTPUT' EXPORTING INPUT = g_t_sl_wose_items-weme LANGUAGE = sy-langu IMPORTING OUTPUT = g_t_sl_wose_items-weme EXCEPTIONS UNIT_NOT_FOUND = 1 OTHERS = 2.

WOSE_CHECK_MHD CALL FUNCTION 'WOSE_CHECK_MHD' EXPORTING matnr_imp = l_wose_item-matnr werks_imp = g_plant bwart_imp = g_bwart IMPORTING pe_mhdkz = l_wose_item-mhdkz.

PM_GET_STORAGE_LOC_INBOUND CALL FUNCTION 'PM_GET_STORAGE_LOC_INBOUND' EXPORTING i_werks = pi_plant i_situa = l_situa i_matnr = pi_matnr IMPORTING e_lgort = px_location EXCEPTIONS invalid_parameters = 1 material_not_found = 2 no_entries_found = 3 no_entries_match = 4 other_errors = 5 OTHERS = 6.

ME_EINA_SINGL_READ_MATNR_LIFNR





CALL FUNCTION 'ME_EINA_SINGL_READ_MATNR_LIFNR' EXPORTING PI_MATNR = PI_MATERIAL PI_LIFNR = PI_VENDOR IMPORTING PO_EINA = L_EINA EXCEPTIONS NO_RECORDS_FOUND = 1 OTHERS = 2.



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 MWOSEF03 or its description.