CCAPI SAP (Fields for Engineering Change Management APIs) Structure details

Dictionary Type: Structure
Description: Fields for Engineering Change Management APIs




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




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

CCAPI 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 "Fields for Engineering Change Management APIs" 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_CCAPI TYPE CCAPI.

The CCAPI table consists of various fields, each holding specific information or linking keys about Fields for Engineering Change Management APIs data available in SAP. These include ALT_DATE (Alternative date external key), AUTH_GROUP (Authorization group for change master record), BOM_CAT (BOM Category), BOM_STDOBJ (Standard Object).. 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: Not classified


SAP CCAPI 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
ACTIVEIndicator: object type active for change number AEERLCHAR1XFELD
ALT_DATEAlternative date external key AEDTNCHAR18CHAR18
AUTH_GROUPAuthorization group for change master record CC_AENBECHAR4CC_BEGRU
BOM_CATBOM Category CC_STLTYCHAR1CC_STLTY
BOM_STDOBJStandard Object CC_STOBJCHAR18CC_CHAR18
BOM_USAGEBOM Usage CC_STLANCHAR1CC_STLANCC_STLAN
CHANGE_NOChange Number AENNRCHAR12Assigned to domainAENNRAENNRAEN
CHANGED_BYName of person who changed object CC_AENAMCHAR12CC_USNAM
CHANGED_ONChange date (batch input) CC_AEDAT_BICHAR10CHAR10
CHG_OBJTYPEngineering Change Management Object AEOBJNUMC1Assigned to domainAEOBJ
CHGTYPEChange Type CCARTNUMC3Assigned to domainCCARTAENR_CCART
CHGTYPEOBJChange Type for Object CCOAANUMC3Assigned to domainCCOAA
CREATED_BYUser who created record CC_ANNAMCHAR12CC_USNAM
CREATED_ONCreation date of the record (batch input) CC_ANDAT_BICHAR10CC_CHAR10
DESCRIPTChange number description AETXTCHAR40TEXT40
DESCR_OBJObject management record description OITXTCHAR40TEXT40
DOC_NUMBERDocument number CC_DOKNRCHAR25ALPHACC_DOKNRCV1
DOC_PARTDocument Part CC_DOKTL_DCHAR3CC_DOKTLCV4
DOC_TYPEDocument Type CC_DOKARCHAR3CC_DOKARCV2
DOC_VERSDocument Version CC_DOKVRCHAR2CC_DOKVRCV3
EQUIPMENTEquipment number CC_EQUNRCHAR18ALPHACC_EQUNRCC_EQUI
FUNC_LOCFunctional Location CC_TPLNRCHAR30CCTPLCC_TPLNRCC_IFLM
GEN_DIALOGIndicator: Automatic generation with dialog box GENDICHAR1XFELD
GEN_NEWID: Mgmt record generated automatically only for new objs GENANCHAR1XFELD
LOCKEDIndicator: object type locked for changes AENSPCHAR1XFELD
MATERIALMaterial number CCMATNRCHAR18CCMATCCMATNRMATCC_MAT1
MGTREC_GENIndicator: Object management record generated OIGENCHAR1XFELD
OBJ_REQUIndicator: A management record is required for each object INDFLCHAR1XFELD
PLANTPlant CC_WERKS_DCHAR4Assigned to domainCC_WERKSCC_WERKS
PSP_ELEMENTWork breakdown structure element (WBS element) CC_PSP_PNRCHAR24CHAR24
REASON_CHGReason for change AEGRUCHAR40TEXT40
REV_LEVELRevision Level CC_REVLVCHAR2NUMCVCC_REVLVRVS
SD_ORDERSales order CC_VBELNCHAR10ALPHACC_VBELNAUNCC_VBELN
SD_ORDER_ISales order item CC_VBPOSNUMC6CC_POSNRAPOCC_VBPOS
STATUSStatus of change number AENSTNUMC2Assigned to domainAENST
TLIST_GRPKey for Task List Group CC_PLNNRCHAR8ALPHACC_PLNNR
TLIST_TYPETask List Type CC_PLNTYCHAR1Assigned to domainCC_PLNTY
VALID_FROMValid from date (BTCI) CC_DATUV_BICHAR10CC_CHAR10

Key field Non-key field



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

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

How to access SAP table CCAPI

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