CNPB_OBJECT_KEYS_IMP SAP (Key of an Object Used in PS) Structure details

Dictionary Type: Structure
Description: Key of an Object Used in PS




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




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

CNPB_OBJECT_KEYS_IMP 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 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_OBJECT_KEYS_IMP TYPE CNPB_OBJECT_KEYS_IMP.

The CNPB_OBJECT_KEYS_IMP table consists of various fields, each holding specific information or linking keys about Key of an Object Used in PS data available in SAP. These include PSPNR (WBS Element), AUFNR (Order Number), AUFPL (Routing number of operations in the order), APLZL (General counter for order).. 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 CNPB_OBJECT_KEYS_IMP 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
PRONRProject definition (internal) PS_INTNRNUMC8Assigned to domainKONPDPS_PSPNR
PSPNRWBS Element PS_POSNRNUMC8Assigned to domainABPSPPS_POSNR
AUFNROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
AUFPLRouting number of operations in the order CO_AUFPLNUMC10AUFPL
APLZLGeneral counter for order CO_APLZLNUMC8Assigned to domainCO_APLZL
VORNROperation/Activity Number VORNRCHAR4NUMCVVORNRVGN
RSNUMNumber of Reservation/Dependent Requirement RSNUMNUMC10Assigned to domainRSNUMRES
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_POSNRNUMC8Assigned to domainABPSPPS_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 PLNUMCHAR10Assigned to domainALPHAPLNUMPAF
DOKARDocument Type DOKARCHAR3Assigned to domainDOKARCV2
DOKNRDocument number DOKNRCHAR25Assigned to domainALPHADOKNRCV1
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_OBJECT_KEYS_IMP using ABAP code?

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

How to access SAP table CNPB_OBJECT_KEYS_IMP

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