SAP Reports / Programs | Logistics - General | Logistics Basic Data | Material Master(LO-MD-MM) SAP LO

EAN_UCC_ROUTINES SAP ABAP INCLUDE - Include EAN.UCC functionality routines







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


Text pool values


Title: Include EAN.UCC functionality routines


INCLUDES used within this REPORT EAN_UCC_ROUTINES

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:

MLEA_GET_SUB CALL FUNCTION 'MLEA_GET_SUB' EXPORTING p_matnr = mara-matnr TABLES wmlea = tmlea xmlea = dmlea ymlea = lmlea.

MLEA_SET_SUB CALL FUNCTION 'MLEA_SET_SUB' EXPORTING matnr = rmmg1-matnr TABLES wmlea = tmlea.

EAN150_MARM_CHECK_CONSISTENCY CALL FUNCTION 'EAN150_MARM_CHECK_CONSISTENCY' EXPORTING i_ean11 = smeinh-ean11 i_gtin_variant = smeinh-gtin_variant i_meinh = smeinh-meinh i_mara = mara i_makt = makt i_umrez = smeinh-umrez i_umren = smeinh-umren CHANGING c_eans_gtin_variant_attr = eans_gtin_variant_attr EXCEPTIONS wrong_parameter = 1 no_change_dialog_data = 2 change_dialog_data = 3 dialog_data_are_consistent = 4 new_gtin = 5 new_gtin_variant_combination = 6 dialog_data_need_to_be_changed = 7 eangtinvar_auom_mul_auomgroups = 8 wrong_auomgroups = 9 OTHERS = 10.

DATENUEBERNAHME_EAN CALL FUNCTION 'DATENUEBERNAHME_EAN' EXPORTING wmara = mara p_smeinh = smeinh IMPORTING wmara = mara TABLES ptab = ptab.

MEINH_BRGEW CALL FUNCTION 'MEINH_BRGEW' EXPORTING bme_ntgew = mara-ntgew ame_brgew = ls_meinh-brgew bme_gewei = mara-gewei ame_gewei = meinh_gtin_variant_attr-gewei umrez = ls_meinh-umrez umren = ls_meinh-umren p_message = 'N' IMPORTING ame_ntgew = meinh_gtin_variant_attr-ntgew.

EAN150_MARM_CHECK_CONSISTENCY CALL FUNCTION 'EAN150_MARM_CHECK_CONSISTENCY' EXPORTING i_ean11 = mara-ean11 i_gtin_variant = mara-gtin_variant i_meinh = mara-meins i_mara = mara i_makt = makt CHANGING c_eans_gtin_variant_attr = eans_gtin_variant_attr EXCEPTIONS wrong_parameter = 1 no_change_dialog_data = 2 change_dialog_data = 3 dialog_data_are_consistent = 4 new_gtin = 5 new_gtin_variant_combination = 6 dialog_data_need_to_be_changed = 7 eangtinvar_auom_mul_auomgroups = 8 wrong_auomgroups = 9 OTHERS = 10.

MEINH_BRGEW CALL FUNCTION 'MEINH_BRGEW' EXPORTING bme_ntgew = mara-ntgew ame_brgew = ls_meinh-brgew bme_gewei = mara-gewei ame_gewei = meinh_gtin_variant_attr-gewei umrez = ls_meinh-umrez umren = ls_meinh-umren p_message = 'N' IMPORTING ame_ntgew = meinh_gtin_variant_attr-ntgew.



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