CNPB_W_WORKLIST_INDEX_LINE SAP (Float from the Worklist, with all Object Info) Structure details

Dictionary Type: Structure
Description: Float from the Worklist, with all Object Info




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




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

CNPB_W_WORKLIST_INDEX_LINE 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 "Float from the Worklist, with all Object Info" 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_WORKLIST_INDEX_LINE TYPE CNPB_W_WORKLIST_INDEX_LINE.

The CNPB_W_WORKLIST_INDEX_LINE table consists of various fields, each holding specific information or linking keys about Float from the Worklist, with all Object Info data available in SAP. These include NODE_KEY (Tree Control: Node Key), RELATKEY (Tree Control: Node Key), N_IMAGE (Tree Control: Icon / Image), EXP_IMAGE (Tree Control: Icon / Image).. 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_WORKLIST_INDEX_LINE 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
SORT_CRITTree Control: Node Key TV_NODEKEYCHAR12TM_CHAR12
NODE_KEYTree Control: Node Key TV_NODEKEYCHAR12TM_CHAR12
RELATKEYTree Control: Node Key TV_NODEKEYCHAR12TM_CHAR12
N_IMAGETree Control: Icon / Image TV_IMAGECHAR46TV_IMAGE
EXP_IMAGETree Control: Icon / Image TV_IMAGECHAR46TV_IMAGE
DRAGDROPIDNatural Number INT4INT410INT4
HIDDENSingle-Character Indicator CHAR1CHAR1CHAR1
NODE_TEXTLong text - line width 72 CHAR72CHAR72CHAR72
NODE_DESCLong text - line width 72 CHAR72CHAR72CHAR72
I_OBJNR 0
OBARTObject Type J_OBARTCHAR2J_OBART
OBJIDObject ID J_OBJIDCHAR20J_OBJID
I_OBJ_KEYS 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
UVORNSuboperation UVORNCHAR4NUMCVVORNR
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
SPRONRCurrent number for standard project PS_ISPSPNUMC8KONPSPS_ISPSP
SPSPNRStd WBS: Internal project item number (w/exit on ID) PS_SPSNRNUMC8KONPTPS_SPSNR
SPLNTYTask List Type PLNTYCHAR1PLNTYPTYH_TCA01
SPLNNRKey for Task List Group PLNNRCHAR8ALPHAPLNNRPLNPLKS
SPLNALGroup Counter PLNALCHAR2ALPHAALTNRPAL
SZAEHLInternal counter CIM_COUNTNUMC8CIM_COUNT
VSNMRNumber or description of a version VSNMRCHAR12VSNMRVS2
PSPIDProject Definition PS_PSPIDCHAR24ABPSNPS_PSPIDPSPPD_DUMMY
POSIDWork Breakdown Structure Element (WBS Element) PS_POSIDCHAR24PROJNPS_POSIDPRO
SPSPIDProject Definition PS_PSPIDCHAR24ABPSNPS_PSPIDPSPPD_DUMMY
SPOSIDWork Breakdown Structure Element (WBS Element) PS_POSIDCHAR24PROJNPS_POSIDPRO
I_OBJ_TYPESingle-Character Indicator CHAR1CHAR1CHAR1
I_OBJ_DEL_FLAGSingle-Character Indicator CHAR1CHAR1CHAR1

Key field Non-key field



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

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

How to access SAP table CNPB_W_WORKLIST_INDEX_LINE

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