AEPLST SAP (Identical object in explosion (item)) Table details

Dictionary Type: Table
Description: Identical object in explosion (item)




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




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

AEPLST is a standard SAP Table which is used to store Identical object in explosion (item) data and is available within R/3 SAP systems depending on the version and release level.

The AEPLST table consists of various fields, each holding specific information or linking keys about Identical object in explosion (item) data available in SAP. These include CONF_KEY (Identical object), AENNR (Change Number), AEFUN (Change number function), DATUV (Valid-From Date).. 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: Not classified


SAP AEPLST 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 MANDTCLNT3T000MANDT
CONF_KEYIdentical object CC_CONF_KEYNUMC8AEPRECCC_NUMC8
AENNRChange Number AENNRCHAR12AENRAENNRAENNRAEN
AEFUNChange number function CC_AEFUNCHAR1CC_AEFUN
DATUVValid-From Date CCDATDATS8CC_DATUM
RLKEYRelease Key for Change Master Record CC_RLKEYNUMC2Assigned to domainCC_RLKEYCC_RLKEY
AEPARLeading change master record CC_AEPARCHAR12Assigned to domainAENNRAENNRAEN1J
NACHTIndicator: Change Package Created After Release CC_NACHTCHAR1CC_CHAR1
TERELIndicator: Technical release occurs CC_TERELCHAR1CC_XFELD
VORGProcess that has lead to the change of an object CC_OCM_CH_PROCCHAR1CC_OCM_CH_PROC
VORG_GLTCheckbox XFELDCHAR1XFELD
EFFY_PROC_RESIndicator: change number identified as effective CC_EFFPRC_RESULTCHAR1CC_XFELD
UBERST_EFFY_PROCCheckbox XFELDCHAR1XFELD
GULTIG_UNGULTIGCheckbox XFELDCHAR1XFELD
DATUMDate DATUMDATS8DATUM
UZEITTime UZEITTIMS6UZEIT

Key field Non-key field



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

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

SELECT SINGLE *
FROM AEPLST
INTO CORRESPONDING FIELDS OF WA_AEPLST
WHERE...

How to access SAP table AEPLST

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