AENRB SAP (Change Master Document Table) Structure details

Dictionary Type: Structure
Description: Change Master Document Table




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




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

AENRB is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Change Master Document Table" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_AENRB TYPE AENRB.

The AENRB table consists of various fields, each holding specific information or linking keys about Change Master Document Table data available in SAP. These include MANDT (Client), AENNR (Change Number), AENST (Status of change number), AENBE (Authorization group for change master record).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP AENRB structure 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
AENNRChange Number AENNRCHAR12Assigned to domainAENNRAENNRAEN
AENSTStatus of change number AENSTNUMC2T419SAENST
AENBEAuthorization group for change master record CC_AENBECHAR4CC_BEGRU
DATUVValid-From Date CC_CCDATDATS8CC_DATUM
TECHVTechnical status from CC_TECHVCHAR12CC_TECHS
ANDATDate record created on CC_ANDATDATS8CC_DATUM
ANNAMUser who created record CC_ANNAMCHAR12CC_USNAM
AEDATDate of Last Change CC_AEDATDATS8CC_DATUM
AENAMName of person who changed object CC_AENAMCHAR12CC_USNAM
AETXTChange Number Description CC_AETXTCHAR40CC_TEXT40
LTXSPLanguage: The long text was stored in this language CC_LTXSPLANG1T002ISOLASPRAS
AEGRUReason for change CC_AEGRUCHAR40CC_TEXT40
CCARTChange type CC_CCARTNUMC3Assigned to domainCC_CCARTAENR_CCART
CCSTMMaximum partial status keys in engineering change management CCSTM_DNUMC8CC_NUMC8
DYDATIndicator: change number with dynamic date CC_DYDATCHAR1CC_XFELD
CONT1Digital signature (process improvement) CC_DSIGNCHAR1CC_DSIGN
AEFUNChange number function CC_AEFUNCHAR1CC_AEFUN
UESTRIndicator: Overriding possible CC_UESTRCHAR1CC_XFELD
RLKEYRelease Key for Change Master Record CC_RLKEYNUMC2TCC10CC_RLKEYCC_RLKEY
LVORMDeletion Flag for Change Number (Reorganization) CC_LOEKZCHAR1CC_XFELD
CLINTInternal class number describing effectivity type CC_CLINTNUMC10Assigned to domainCC_CLINT
AERNGECM: rank of change number CC_AERNGNUMC2CC_NUMC2
RLDATDate when the release key was changed CC_RLDATDATS8CC_DATUM
RLTIMTime when the release key was changed CC_RLTIMTIMS6CC_UZEIT
TERELIndicator: Technical release occurs CC_TERELCHAR1CC_XFELD
NACHTIndicator: Change Package Created After Release CC_NACHTCHAR1CC_CHAR1
INDATEffective Date of Statutory Regulation CC_INDATDATS8CC_DATUM
AUDATEnd Date for Transitional Period (Prescribed by Law) CC_AUDATDATS8CC_DATUM
FLUSEChange number has been used for data maintenance CC_FLUSECHAR1CC_XFELD
AEDIFECM: differentiate effectivity types CC_AEDIFNUMC10CC_NUMC10
ERLEDIndicator for basic change CC_AEERLCHAR1CC_XFELD
DBARTChange Type CCARTNUMC3Assigned to domainCCARTAENR_CCART
DBDATValid-From Date CC_DATUVDATS8DATUM
DBSTSStatus Profile CC_J_STSMACHAR8CC_J_STSMA
EFFTYPEffectivity Type CC_EFFTCHAR10CC_CHAR10
OBJNRObject no. CC_J_OBJNRCHAR22CC_J_OBJNRONR
VBKZUpdate indicator CC_VBKZCHAR1CC_VERBUCHER
LTXVBUpdate indicator CC_VBKZCHAR1CC_VERBUCHER

Key field Non-key field



How do I retrieve data from SAP structure AENRB using ABAP code?

As AENRB is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on AENRB as there is no data to select.

How to access SAP table AENRB

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