CCCN_XFACE SAP (Interface Structure for Function Group CCCN) Structure details

Dictionary Type: Structure
Description: Interface Structure for Function Group CCCN




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




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

CCCN_XFACE 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 Structure for Function Group CCCN" 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_CCCN_XFACE TYPE CCCN_XFACE.

The CCCN_XFACE table consists of various fields, each holding specific information or linking keys about Interface Structure for Function Group CCCN data available in SAP. These include AECLT (Engin. chg. mgmt: characteristic/class mtce/classif. indic.), AETYP_DECO (Object Category), AENNR (Change Number), AEOBJ (Engineering Change Management 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 CCCN_XFACE 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
AECLTEngin. chg. mgmt: characteristic/class mtce/classif. indic. AECLTCHAR1AECLT
AETYP_DECOObject Category AETYPNUMC2Assigned to domainAETYP
AENNRChange Number AENNRCHAR12Assigned to domainAENNRAENNRAEN
AEOBJEngineering Change Management Object AEOBJNUMC1Assigned to domainAEOBJ
DOKARDocument Type CC_DOKARCHAR3CC_DOKARCV2
DOKNRDocument number CC_DOKNRCHAR25ALPHACC_DOKNRCV1
DOKTLDocument Part CC_DOKTL_DCHAR3CC_DOKTLCV4
DOKVRDocument Version CC_DOKVRCHAR2CC_DOKVRCV3
EQUNREquipment number CC_EQUNRCHAR18ALPHACC_EQUNRCC_EQUI
EXSTLBill of material group CC_EXSTLCHAR18CC_EXSTL
MATNRMaterial number CCMATNRCHAR18CCMATCCMATNRMATCC_MAT1
PLNNRKey for Task List Group CC_PLNNRCHAR8ALPHACC_PLNNR
PLNTYTask List Type CC_PLNTYCHAR1Assigned to domainCC_PLNTY
PSPNRWork breakdown structure element (WBS element) CC_PSPNRNUMC8ABPSPCC_PS_POSNR
STLANBOM Usage CC_STLANCHAR1CC_STLANCC_STLAN
STLNRBill of Material CC_STNUMCHAR8NUMCVCC_STNUM
STLTYBOM Category CC_STLTYCHAR1CC_STLTY
STOBJStandard Object CC_STOBJCHAR18CC_CHAR18
TPLNRFunctional Location CC_TPLNRCHAR30CCTPLCC_TPLNRCC_IFLM
VBELNSales order CC_VBELNCHAR10ALPHACC_VBELNAUNCC_VBELN
VBPOSSales order item CC_VBPOSNUMC6CC_POSNRAPOCC_VBPOS
WERKSPlant CC_WERKS_DCHAR4Assigned to domainCC_WERKSCC_WERKS
PNAMEEngineering Change Management: iPPE Nodes CC_PVS_PNODECHAR40CC_PVS_PNODE
CLASSClass number KLASSE_DCHAR18KLASSEKLA
KLARTClass Type KLASSENARTCHAR3Assigned to domainKLASSENARTKAR
PVNAMEEngineering Change Management (ECH): PVS variants CC_PVS_POSVARCHAR8CC_PVS_POSVAR
PVSTYPVS Type CC_PVSTYCHAR1CC_PVSTY
PVSGUIDPVS Guid CC_PVS_PVGUIDCHAR32SYSUUID_C
OOBJIdentification of object to be changed AEOBJEKTCHAR40AEOBJEKT
CCSTOPartial key for status in engineering change management CCSTONUMC8CC_NUMC8

Key field Non-key field



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

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

How to access SAP table CCCN_XFACE

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