AEOI_API01 SAP (Interface for processing table AEOI using API) Structure details

Dictionary Type: Structure
Description: Interface for processing table AEOI using API




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




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

AEOI_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 AEOI using 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_AEOI_API01 TYPE AEOI_API01.

The AEOI_API01 table consists of various fields, each holding specific information or linking keys about Interface for processing table AEOI using API data available in SAP. These include CHG_OBJTYP (Engineering Change Management Object), BOM_CAT (BOM Category), BOM_STD_OBJECT (Standard Object), BOM_USAGE (BOM Usage).. 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 AEOI_API01 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
ALT_DATEAlternative date external key AEDTNCHAR18CHAR18
CHG_OBJTYPEngineering Change Management Object AEOBJNUMC1Assigned to domainAEOBJ
BOM_CATBOM Category CC_STLTYCHAR1CC_STLTY
BOM_STD_OBJECTStandard Object CC_STOBJCHAR18CC_CHAR18
BOM_USAGEBOM Usage CC_STLANCHAR1CC_STLANCC_STLAN
CHGTYPEOBJChange Type for Object CCOAANUMC3Assigned to domainCCOAA
DESCR_OBJObject management record description OITXTCHAR40TEXT40
DOC_TYPEDocument Type CC_DOKARCHAR3CC_DOKARCV2
DOC_NUMBERDocument number CC_DOKNRCHAR25ALPHACC_DOKNRCV1
DOC_VERSDocument Version CC_DOKVRCHAR2CC_DOKVRCV3
DOC_PARTDocument Part CC_DOKTL_DCHAR3CC_DOKTLCV4
EQUIPMENTEquipment number CC_EQUNRCHAR18ALPHACC_EQUNRCC_EQUI
FUNC_LOCFunctional Location CC_TPLNRCHAR30CCTPLCC_TPLNRCC_IFLM
MATERIALMaterial number CCMATNRCHAR18CCMATCCMATNRMATCC_MAT1
PLANTPlant CC_WERKS_DCHAR4Assigned to domainCC_WERKSCC_WERKS
PSP_ELEMENTWork breakdown structure element (WBS element) CC_PSP_PNRCHAR24CHAR24
PVS_GUIDInternal Identification for PVS Objects CCPVS_GUIDRAW16SYSUUID
PVS_TYPEPVS Type CC_PVSTYCHAR1CC_PVSTY
PVS_NODEEngineering Change Management: iPPE Nodes CC_PVS_PNODECHAR40CC_PVS_PNODE
PVS_CLASS_NUMBERClass number KLASSE_DCHAR18KLASSEKLA
PVS_CLASS_TYPEClass Type KLASSENARTCHAR3Assigned to domainKLASSENARTKAR
PVS_VARIANTEngineering Change Management (ECH): PVS variants CC_PVS_POSVARCHAR8CC_PVS_POSVAR
SD_ORDERSales order CC_VBELNCHAR10ALPHACC_VBELNAUNCC_VBELN
SD_ORDER_ISales order item CC_VBPOSNUMC6CC_POSNRAPOCC_VBPOS
TEXTKEYECM: text key for APIs and IDOCs CC_TEXTKEYNUMC8CC_NUMC8
TLIST_TYPETask List Type CC_PLNTYCHAR1Assigned to domainCC_PLNTY
TLIST_GRPKey for Task List Group CC_PLNNRCHAR8ALPHACC_PLNNR
OBJ_CHGLOCKIndicator: object locked for changes CCLCKCHAR1XFELD
STATUS_PROF_OBJStatus Profile CC_J_STSMACHAR8CC_J_STSMA
FL_DELETEDeletion Indicator FLLKENZCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table AEOI_API01

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


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!