AIDEPCDTL SAP (Obsolite: EPC Details) Table details

Dictionary Type: Table
Description: Obsolite: EPC Details




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




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

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

The AIDEPCDTL table consists of various fields, each holding specific information or linking keys about Obsolite: EPC Details data available in SAP. These include EPC (Electronic Product Code 1), HEADER (EPC Header), OBTYP (Obeolte: EPC object type), PRTTN (EPC Partition).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP AIDEPCDTL 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
HEADEREPC Header ABI_EPC_HEADERCHAR10CHAR10
OBTYPObeolte: EPC object type ABI_EPC_OBTYPCHAR4ABI_EPC_OBTYP
PRTTNEPC Partition ABI_PARTITIONCHAR4CHAR4
COMPANY_PREFIXEPC Company Prefix ABI_CMPNY_PREFIXCHAR20CHAR20
ITEM_REFERENCEEPC Item Reference ABI_IT_RFRNCECHAR24CHAR24
SERIAL_NUMBEREPC Serial Number ABI_SERIAL_NMBRCHAR36CHAR36

Key field Non-key field



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

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

SELECT SINGLE *
FROM AIDEPCDTL
INTO CORRESPONDING FIELDS OF WA_AIDEPCDTL
WHERE...

How to access SAP table AIDEPCDTL

Within an ECC or HANA version of SAP you can also view further information about AIDEPCDTL 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!