SAP CNPB_OBJECTS Type and Key of an Object used in PS Table data and field list

CNPB_OBJECTS 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 "Type and Key of an Object used in PS" 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_CNPB_OBJECTS TYPE CNPB_OBJECTS.

The CNPB_OBJECTS table consists of various fields, each holding specific information or linking keys about Type and Key of an Object used in PS data available in SAP. These include OBJECT_KEYS_IMP (), PRONR (Project definition (internal)), PSPNR (WBS Element), AUFNR (Order 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. .

CNPB_OBJECTS structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP CNPB_OBJECTS structure fields - Full list of fields found in SAP data dictionary

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the CNPB_OBJECTS table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
OBJECT_TYPEData objects of a task list CP_OBJECTCHAR1PLN_OBJECT
OBJECT_KEYS_IMP 0
PRONRProject definition (internal) PS_INTNRNUMC8KONPDPS_PSPNR
PSPNRWBS Element PS_POSNRNUMC8ABPSPPS_POSNR
AUFNROrder Number AUFNRCHAR12ALPHAAUFNRANR
AUFPLRouting number of operations in the order CO_AUFPLNUMC10AUFPL
APLZLGeneral counter for order CO_APLZLNUMC8CO_APLZL
VORNROperation/Activity Number VORNRCHAR4NUMCVVORNRVGN
RSNUMNumber of Reservation/Dependent Requirement RSNUMNUMC10RSNUMRES
RSPOSItem Number of Reservation/Dependent Requirement RSPOSNUMC4RSPOSRPO
RSARTRecord type RSARTCHAR1RSART
MLST_ZAEHLMilestone number MLST_ZAEHLNUMC12NUM12
ZAEHLInternal counter CIM_COUNTNUMC8CIM_COUNT
PZLFHItem counter for production resources/tools PZLFHNUMC8PZLFH
NPAUFPLRouting number of operations in the order CO_AUFPLNUMC10AUFPL
NPAPLZLInternal counter CIM_COUNTNUMC8CIM_COUNT
NPTXTKYInternal text number (12-character) TXTKYCHAR12CHAR12
PROBTYPObject type, projects PS_OBTYPCHAR1PS_OBTYP
PRPSPNRWBS Element PS_POSNRNUMC8ABPSPPS_POSNR
PRTXTKYInternal text number (12-character) TXTKYCHAR12CHAR12
AUFPL_VORNo. identifying the network to which the predecessor belongs AUFPL_VORNUMC10MDNUM
APLZL_VORInternal counter CIM_COUNTNUMC8CIM_COUNT
AUFPL_NCHNo. identifying the network to which the successor belongs AUFPL_NCHNUMC10MDNUM
APLZL_NCHInternal counter CIM_COUNTNUMC8CIM_COUNT
AOBARType of relationship AOBARCHAR2AOBARAOBAR
MIMAXIndicates whether maximum time interval will be considered DAUMIMAXCHAR1XFELD
PLNUMPlanned order number PLNUMCHAR10ALPHAPLNUMPAF
DOKARDocument Type DOKARCHAR3DOKARCV2
DOKNRDocument number DOKNRCHAR25ALPHADOKNRCV1
DOKVRDocument Version DOKVRCHAR2DOKVRCV3
DOKTLDocument Part DOKTL_DCHAR3DOKTLCV4
APPNRApplication number DMS_APPNRCHAR5CHAR5

Key field Non-key field



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

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

How to access SAP table CNPB_OBJECTS

Within an ECC or HANA version of SAP you can also view further information about CNPB_OBJECTS and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).