SAP Reports / Programs | Logistics - General | Supply Chain Planning Interfaces (SCPI) | Auto-ID Backend Integration(LO-SCI-AIN) SAP LO

RLABIDISPEPC SAP ABAP Report - Retrieve Auto-ID Information







RLABIDISPEPC 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 RLABIDISPEPC 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 RLABIDISPEPC. "Basic submit
SUBMIT RLABIDISPEPC AND RETURN. "Return to original report after report execution complete
SUBMIT RLABIDISPEPC 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: S_MATNR = Material Number
Selection Text: S_HU = Handling Unit
Selection Text: S_GTIN = GTIN
Selection Text: S_EPC = EPC
Selection Text: S_DOCTY = Document Type
Selection Text: S_DOCITM = Document Item
Selection Text: S_DOC = Document Number
Title: Retrieve Auto-ID Information
Text Symbol: 031 = Product Data
Text Symbol: 030 = Document Data
Text Symbol: 029 = Serial Shipping Container Code
Text Symbol: 028 = SSCC
Text Symbol: 027 = EPC Detailed Information
Text Symbol: 026 = Actual Date
Text Symbol: 025 = Actual Date
Text Symbol: 024 = Global Trade Item Number
Text Symbol: 023 = GTIN
Text Symbol: 022 = EPC Serial Number
Text Symbol: 021 = EPC Srl. Nr.
Text Symbol: 020 = Item Reference
Text Symbol: 019 = Item Rf.
Text Symbol: 018 = Company Prefix
Text Symbol: 017 = Comp.Prfx.
Text Symbol: 016 = EPC Object Type
Text Symbol: 015 = Obj. Type
Text Symbol: 014 = EPC Header
Text Symbol: 013 = Header
Text Symbol: 012 = Electronic Product Code
Text Symbol: 011 = EPC
Text Symbol: 010 = Document Number
Text Symbol: 009 = Doc. Number
Text Symbol: 008 = Document Item
Text Symbol: 007 = Doc. Item
Text Symbol: 006 = Document Type
Text Symbol: 005 = Doc. Type
Text Symbol: 004 = Handling Unit Parent
Text Symbol: 003 = HU Prnt
Text Symbol: 002 = Handling Unit





Text Symbol: 001 = HU


INCLUDES used within this REPORT RLABIDISPEPC

INCLUDE RLABIDISPEPCTOP.


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:

ABI_URN2EPC_CONVERT CALL FUNCTION 'ABI_URN2EPC_CONVERT' EXPORTING i_urn = "-low IMPORTING e_epc = "-low EXCEPTIONS no_valid_header = 1 no_valid_dec_value = 2 no_valid_urn_format = 3 no_valid_urn = 4 no_valid_urn_length = 5 OTHERS = 6.

ABI_EPC2URN_CONVERT CALL FUNCTION 'ABI_EPC2URN_CONVERT' EXPORTING i_epc = "-low IMPORTING e_urn = "-low * E_EPC_DTL = * EXCEPTIONS * NO_VALID_DATA = 1 * NO_VALID_EPC_HEX = 2 * NO_VALID_EPC = 3 * OTHERS = 4 .

CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = -low IMPORTING output = -low.

CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = -high IMPORTING output = -high.

ABI_DTL2URN_CONVERT CALL FUNCTION 'ABI_DTL2URN_CONVERT' EXPORTING i_dtl = wa_aidepc_v_urn IMPORTING e_urn = -urn e_header_text = lv_header_text2 EXCEPTIONS no_valid_header = 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 RLABIDISPEPC or its description.