SAP COMES_AENR_API01 Interface for Processing Table AENR via API Table data and field list

COMES_AENR_API01 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 "Interface for Processing Table AENR via API" 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_COMES_AENR_API01 TYPE COMES_AENR_API01.

The COMES_AENR_API01 table consists of various fields, each holding specific information or linking keys about Interface for Processing Table AENR via API data available in SAP. These include STATUS (Status of change number), AUTH_GROUP (Authorization group for change master record), VALID_FROM (Valid To Date), DESCRIPT (Change number description)... 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. .

COMES_AENR_API01 structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP COMES_AENR_API01 structure fields - Full list of fields found in SAP data dictionary

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the COMES_AENR_API01 table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
CHANGE_NOChange Number AENNRCHAR12Assigned to domainAENNRAENNRAEN
STATUSStatus of change number AENSTNUMC2Assigned to domainAENST
AUTH_GROUPAuthorization group for change master record CC_AENBECHAR4CC_BEGRU
VALID_FROMValid To Date DATBIDATS8DATUM
DESCRIPTChange number description AETXTCHAR40TEXT40
REASON_CHGReason for change AEGRUCHAR40TEXT40
DELETION_MARKDeletion Flag for Change Number (Reorganization) CC_LOEKZCHAR1CC_XFELD
INDATE_RULEValid To Date DATBIDATS8DATUM
OUTDATE_RULEValid To Date DATBIDATS8DATUM
FUNCTIONChange number function CC_AEFUNCHAR1CC_AEFUN
CHANGE_LEADERChange Number AENNRCHAR12Assigned to domainAENNRAENNRAEN
EFFECTIVITY_TYPEEffectivity Type CC_EFFTCHAR10CC_CHAR10
OVERRIDING_MARKIndicator: Overriding possible CC_UESTRCHAR1CC_XFELD
RANKECM: rank of change number CC_AERNGNUMC2CC_NUMC2
RELEASE_KEYRelease Key for Change Master Record CC_RLKEYNUMC2Assigned to domainCC_RLKEYCC_RLKEY
STATUS_PROFILEStatus Profile CC_J_STSMACHAR8CC_J_STSMA
TECH_RELIndicator: Technical release occurs CC_TERELCHAR1CC_XFELD
BASIC_CHANGEIndicator for basic change CC_AEERLCHAR1CC_XFELD

Key field Non-key field



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

As COMES_AENR_API01 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 COMES_AENR_API01 as there is no data to select.

How to access SAP table COMES_AENR_API01

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

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