CNDOK SAP (Key Word Structure (Distinction between Networks and Orders)) Structure details

Dictionary Type: Structure
Description: Key Word Structure (Distinction between Networks and Orders)




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




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

CNDOK 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 "Key Word Structure (Distinction between Networks and Orders)" 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_CNDOK TYPE CNDOK.

The CNDOK table consists of various fields, each holding specific information or linking keys about Key Word Structure (Distinction between Networks and Orders) data available in SAP. These include PLNNR (Standard network number), PLNAL (Alternative to a standard network), AUART (Network type), KSTEL (General costs element number).. 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 CNDOK 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
AUFNRNetwork number NW_AUFNRCHAR12Assigned to domainALPHAAUFNRANR
PLNNRStandard network number CN_PLNNRCHAR8ALPHAPLNNRPLNSTDN
PLNALAlternative to a standard network CN_PLNALCHAR2ALPHAALTNRPAL
AUARTNetwork type NW_AUARTCHAR4T003OAUFART
KSTELGeneral costs element number CN_KSTELCHAR4NUMCVVORNR
ARBELWork element number CN_ARBELCHAR4NUMCVVORNR
FRDELExternal processing element CN_FRDELCHAR4NUMCVVORNR
REFNRNumber of network to be copied NW_REFNRCHAR12Assigned to domainALPHAAUFNRAUKO
ELEMENTActivity element number (work/external/general costs) CN_ELEMENTCHAR4NUMCVVORNR
AUFTRAGOrder number CO_AUFNRCHAR12Assigned to domainALPHAAUFNRANR
RFS_KSTVRGSequence key for general costs activity (check) RFS_KSTVRGCHAR6Assigned to domainCIM_RSCHL
RFS_EIGVRGSequence key for internally processed activity (check) RFS_EIGVRGCHAR6Assigned to domainCIM_RSCHL
RFS_FRDVRGSequence key for externally processed activity (check) RFS_FRDVRGCHAR6Assigned to domainCIM_RSCHL
RFS_KSTELMSequence key for general costs element (check) RFS_KOSELMCHAR6Assigned to domainCIM_RSCHL
RFS_ARBELMSequence key for the work element (check) RFS_ARBELMCHAR6Assigned to domainCIM_RSCHL
RFS_FRDELMSequence key for externally processed element (check) RFS_FRDELMCHAR6Assigned to domainCIM_RSCHL
CN_VORNRActivity number in network and standard network CN_VORNRCHAR4NUMCVVORNR
NET_SHIFTScheduling indicator: Shift network NET_SHIFTCHAR1XFELD
POSNRComponent item NW_POSNRCHAR4NUMCVSPOSN
COPY_MLSIndicator: Copy milestones FLG_CO_MLSCHAR1KREUZ
VBELNSales Document VBELN_VACHAR10Assigned to domainALPHAVBELNAUN
VPOSNSales Document Item POSNR_VANUMC6Assigned to domainPOSNRAPO
TCJO1PLANOrder values for orders in planning phase TCJO1PLANCHAR1XFELD
TCJO1FREIOrder value for orders being executed TCJO1FREICHAR1XFELD
TCJO1ABGLOrder value for closed orders TCJO1ABGLCHAR1XFELD
TCJO1LOEKZOrder value for orders with deletion indicators TCJO1LOEKZCHAR1XFELD
TCJO1ADDKZAppended plan update TCJO1ADDKZCHAR1XFELD
SUBNTSubnetwork number CN_SUBNTCHAR12Assigned to domainALPHAAUFNR
TCJO1DSPKZOrder Plan Values as Assigned Funds in the Planning Phase TCJO1DSPKZCHAR1XFELD
CCDEFDefault values for entry lines in collective confirmation CN_DEFAULTCHAR3CHAR3
NLFZVActivity related offset CN_NLFZVDEC3NLFZT
SCHED_STARTScheduling aligned with activity start date SCHED_STARTCHAR1XFELD
SCHED_ENDScheduling aligned with activity finish date SCHED_ENDCHAR1XFELD
VBELVOriginal Document CN_VBELVCHAR10Assigned to domainALPHAVBELN
CN_VERTNDistribution key for general costs activities CN_VERTNCHAR8Assigned to domainCR_VERTL
PLANCOSTDetermine Plan Costs: 1/2/3 CO_PCOSTCHAR1CO_PCOST
KZEKLIndicator: Unit costing exists KZEKLCHAR1XFELD
CN_LTXA1Network activity description CN_LTXA1CHAR40TEXT40
SCHED_INSTSchedule maintenance/service orders CN_SCHINSTNUMC1CN_SCHINST
GRP_PSPGrouping WBS element GRPSPNRNUMC8Assigned to domainKONPRPS_POSNRPSP
NW_PLANCOSTCalculation of planned costs CN_PCOSTCHAR1CN_PCOST
LOSVGQuantity of an external network activity CN_LOSVGQUAN13(3) MENG13
EXT_AUFNRNetwork number NW_AUFNRCHAR12Assigned to domainALPHAAUFNRANR
PRCTYPEProcurement Type NW_PRCTYPECHAR40TEXT40

Key field Non-key field



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

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

How to access SAP table CNDOK

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