AIDEPCREF SAP (Obsolite: EPC Reference) Table details

Dictionary Type: Table
Description: Obsolite: EPC Reference




ABAP Code to SELECT data from AIDEPCREF
Related tables to AIDEPCREF
Access table AIDEPCREF




Table field list including key, data, relationships and ABAP select examples

AIDEPCREF is a standard SAP Table which is used to store Obsolite: EPC Reference data and is available within R/3 SAP systems depending on the version and release level.

The AIDEPCREF table consists of various fields, each holding specific information or linking keys about Obsolite: EPC Reference data available in SAP. These include EPC (Electronic Product Code 1), DOCTY (Document Type), DOCNR (Reference Document), DOCITM (Document Item).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP AIDEPCREF table fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
MANDTClient MANDTCLNT3Assigned to domainMANDT
EPCElectronic Product Code 1 ABI_EPC1CHAR96ABI_HEX64
DOCTYDocument Type ABI_DOCTYCHAR2ABI_DOCTY
DOCNRReference Document ABI_DOCNRCHAR10ALPHAABI_DOCNR
DOCITMDocument Item ABI_DOCITMCHAR20ALPHAABI_DOCITM
REF_OBJCTReference Object in Backend System ABI_OBJCTCHAR20ALPHAABI_OBJCT
PRNT_OBJCTReference Object in Backend System ABI_OBJCTCHAR20ALPHAABI_OBJCT
GTINGlobal Trade Item Number (GTIN) ABI_GTINCHAR18ABI_GTIN
GTIN_VARIANTGTIN Variant ABI_GTIN_VARIANTCHAR2CHAR2
SERNRSerial Number GERNRCHAR18GERNRGERNRSER
ADATEDue Date ABI_DDATEDEC15TSHMEABI_TSTMP

Key field Non-key field



How do I retrieve data from SAP table AIDEPCREF using ABAP code

The following ABAP code Example will allow you to do a basic selection on AIDEPCREF to SELECT all data from the table
DATA: WA_AIDEPCREF TYPE AIDEPCREF.

SELECT SINGLE *
FROM AIDEPCREF
INTO CORRESPONDING FIELDS OF WA_AIDEPCREF
WHERE...

How to access SAP table AIDEPCREF

Within an ECC or HANA version of SAP you can also view further information about AIDEPCREF and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!