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

EAN_CUSTOMIZING SAP ABAP Report - Program EAN_CUSTOMIZING







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


Text pool values


Selection Text: OPT_1 = EAN Categories Not Used
Selection Text: OPT_2 = EAN Categories w/o No. Range
Selection Text: OPT_3 = Overlapping Number Ranges
Selection Text: OPT_4 = Check EAN Prefix
Selection Text: P_PREFIX = D .
Title: Program EAN_CUSTOMIZING
Text Symbol: 001 = Options
Text Symbol: 002 = EAN Prefix
Text Symbol: 003 = List of the EAN Categories Not Used
Text Symbol: 004 = List of the EAN Categories Without Assigned Number Range
Text Symbol: 005 = List of Overlapping Number Ranges
Text Symbol: 006 = List of Possibly Overlapping Number Ranges Due to Check Digit Algorithm


INCLUDES used within this REPORT EAN_CUSTOMIZING

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:

EAN_CHECK_TYPES_USED CALL FUNCTION 'EAN_CHECK_TYPES_USED' TABLES e_tab_not_used = l_itab_tntp.

EAN_DETERM_TYPES_WITHOUT_RANGE CALL FUNCTION 'EAN_DETERM_TYPES_WITHOUT_RANGE' TABLES e_tab_no_range = l_itab_no_range.

EAN_RANGE_OVERLAP CALL FUNCTION 'EAN_RANGE_OVERLAP' TABLES e_eantp = l_itab_ovrlp e_eantp_danger = it_danger.

EAN_PREFIX_CHECK CALL FUNCTION 'EAN_PREFIX_CHECK' EXPORTING i_prefix = p_prefix i_spras = sy-langu IMPORTING e_prefix = p_prefix e_bez = l_bez EXCEPTIONS not_found = 1.



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