/CUM/AFCU SAP (CU: CU Instances) Table details

Dictionary Type: Table
Description: CU: CU Instances




ABAP Code to SELECT data from /CUM/AFCU
Related tables to /CUM/AFCU
Access table /CUM/AFCU




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

/CUM/AFCU is a standard SAP Table which is used to store CU: CU Instances data and is available within R/3 SAP systems depending on the version and release level.

The /CUM/AFCU table consists of various fields, each holding specific information or linking keys about CU: CU Instances data available in SAP. These include CUGUID (UUID in X form (binary)), CU_ID (CU: Compatible Unit ID), PLNAL (CU: Group Counter for Plant in Task List), STDNR (CU: Key for CU Task List Group).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP /CUM/AFCU table 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 MANDTCLNT3Assigned to domainMANDT
CUGUIDUUID in X form (binary) SYSUUID_XRAW16SYSUUID
CU_IDCU: Compatible Unit ID /CUM/CU_IDCHAR18Assigned to domainMATN1/CUM/CU_ID/CUM/CU_ID/CUM/V_CUID_ALL
PLNALCU: Group Counter for Plant in Task List /CUM/PLNALCHAR2ALPHAALTNR
STDNRCU: Key for CU Task List Group /CUM/PLNNRCHAR8ALPHAPLNNRPLNPLKSI
PITCRTCU: Point in Time for TO Creation /CUM/PITCRTCHAR2/CUM/PITCRT
BZGSARTReference type when creating PM/SM order automatically BZGSARTCHAR2BZGSART
BZGSOBJTYPCU: Technical Object Type /CUM/TO_TYPECHAR2BZGSOBJTYP
CU_TPLNRFunctional Location TPLNRCHAR30Assigned to domainTPLNRTPLNRIFLIFLM
CU_EQUNREquipment Number EQUNRCHAR18Assigned to domainALPHAEQUNREQNEQUI
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
SERNRBOM explosion number SERNRCHAR8Assigned to domainSERNR
OBJNRObject number J_OBJNRCHAR22Assigned to domainJ_OBJNRONR
COMPLFCU: Labor Complexity Factor /CUM/COMPLFDEC5(2) /CUM/COMPLF
AUFKTExecution Factor AFAKTDEC3AFAKT
VIRTUALCU: Virtual Compatible Unit /CUM/VIRTUALCHAR1FLAG
SUPCUGUIDUUID in X form (binary) SYSUUID_XRAW16SYSUUID
PARCUGUIDUUID in X form (binary) SYSUUID_XRAW16SYSUUID
LVLCTRCU: Sequence of CUs on Same Hierarchy Level /CUM/LVLCTRNUMC4NUMC4
CUITXTCU: Description of Compatible Unit Instance /CUM/CUITXTCHAR40CHAR40
AUFNROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
DESGUIDCU: GUID of Design Document /CUM/DESGUIDRAW16SYSUUID
FMENGFixed qty FMNGECHAR1XFELD
ERSKZIndicator: spare part ERSKZCHAR1Assigned to domainERSKZ
AUFNR_REFReference order number AUFREFNRCHAR12Assigned to domainALPHAAUFNRANV
DESGUID_REFCU: reference design GUID /CUM/DESGUID_REFRAW16SYSUUID
LOEKZDeletion flag AUFLOEKZCHAR1XFELD

Key field Non-key field



How do I retrieve data from SAP table /CUM/AFCU using ABAP code

The following ABAP code Example will allow you to do a basic selection on /CUM/AFCU to SELECT all data from the table
DATA: WA_/CUM/AFCU TYPE /CUM/AFCU.

SELECT SINGLE *
FROM /CUM/AFCU
INTO CORRESPONDING FIELDS OF WA_/CUM/AFCU
WHERE...

How to access SAP table /CUM/AFCU

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