CNPB_W_OBJECTS_IN_HIERARCHY SAP (Objects Displayed in the Worklist) Structure details

Dictionary Type: Structure
Description: Objects Displayed in the Worklist




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




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

CNPB_W_OBJECTS_IN_HIERARCHY 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 "Objects Displayed in the Worklist" 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_W_OBJECTS_IN_HIERARCHY TYPE CNPB_W_OBJECTS_IN_HIERARCHY.

The CNPB_W_OBJECTS_IN_HIERARCHY table consists of various fields, each holding specific information or linking keys about Objects Displayed in the Worklist data available in SAP. These include NWB (WBS elements in project hierarchy), NOR (Networks in project hierarchy), NSN (Subnetworks), NPS (Network activities in project hierarchy).. 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_W_OBJECTS_IN_HIERARCHY 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
NPRProject definitions in project hierarchy CNPB_PROJCHAR1XFELD
NWBWBS elements in project hierarchy CNPB_PRPSCHAR1XFELD
NORNetworks in project hierarchy CNPB_AUFK_PSCHAR1XFELD
NSNSubnetworks CNPB_VALLCCHAR1XFELD
NPSNetwork activities in project hierarchy CNPB_AFVG_PSCHAR1XFELD
NINWork network activities in project hierarchy CNPB_AFVG_PS_INTCHAR1XCHAR
NEXExternal network activities in project hierarchy CNPB_AFVG_PS_EXTCHAR1XCHAR
NCSGeneral costs activities in project hierarchy CNPB_AFVG_PS_COCHAR1XCHAR
NSRService network activities in project hierarchy CNPB_AFVG_PS_SRVCHAR1XCHAR
NSOActivity elements CNPB_AFVG_ELEMCHAR1CHAR1
NSIWork activity elements CNPB_AFVG_ELEM_INTCHAR1XCHAR
NSEExternal activity elements CNPB_AFVG_ELEM_EXTCHAR1XCHAR
NSCCosts activity elements CNPB_AFVG_ELEM_COCHAR1XCHAR
NSVCosts activity elements CNPB_AFVG_ELEM_SRVCHAR1XCHAR
NMTIndicator: Material components in project hierarchy CNPB_RESBCHAR1XFELD
NMSMilestones in project hierarchy CNPB_MLSTCHAR1XFELD
NABRelationships in project hierarchy CNPB_AFABCHAR1XFELD
NTXPS texts in project hierarchy CNPB_PSTXCHAR1XFELD
NDCPS document in project hierarchy CNPB_PS_DOCUMENTCHAR1FLAG
PRJProject definitions in project hierarchy CNPB_PROJCHAR1XFELD
WBSWBS elements in project hierarchy CNPB_PRPSCHAR1XFELD
ORDNetworks in project hierarchy CNPB_AUFK_PSCHAR1XFELD
SPRStandard project definitions in project hierarchy CNPB_PROJ_STDCHAR1XCHAR
SWBStandard WBS elements in project hierarchy CNPB_PRPS_STDCHAR1XCHAR
SORStandard planned orders in project hierarchy CNPB_PLAF_STDCHAR1XCHAR
VPRSimulated project definitions in project hierarchy CNPB_PROJ_SIMCHAR1XCHAR
VWBsimulated WBS elements in project hierarchy CNPB_PRPS_SIMCHAR1XCHAR
VORSimulated networks in project hierarchy CNPB_AUFK_PS_SIMCHAR1XCHAR
HISList of objects used last CNPB_HISTORYCHAR1XCHAR

Key field Non-key field



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

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

How to access SAP table CNPB_W_OBJECTS_IN_HIERARCHY

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