/CIDEON/CAD_NBT SAP (Table for entrainment of relative path) Table details

Dictionary Type: Table
Description: Table for entrainment of relative path




ABAP Code to SELECT data from /CIDEON/CAD_NBT
Related tables to /CIDEON/CAD_NBT
Access table /CIDEON/CAD_NBT




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

/CIDEON/CAD_NBT is a standard SAP Table which is used to store Table for entrainment of relative path data and is available within R/3 SAP systems depending on the version and release level.

The /CIDEON/CAD_NBT table consists of various fields, each holding specific information or linking keys about Table for entrainment of relative path data available in SAP. These include DOCUMENTTYPE (Document Type), DOCUMENTNUMBER (Document number), DOCUMENTVERSION (Document Version), DOCUMENTPART (Document Part).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP /CIDEON/CAD_NBT table 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
MANDTClient MANDTCLNT3T000MANDT
DOCUMENTTYPEDocument Type DOKARCHAR3TDWADOKARCV2
DOCUMENTNUMBERDocument number DOKNRCHAR25DRAWALPHADOKNRCV1
DOCUMENTVERSIONDocument Version DOKVRCHAR2DOKVRCV3
DOCUMENTPARTDocument Part DOKTL_DCHAR3DOKTLCV4
WSAPPLICATIONApplication DAPPLCHAR3TDWPDAPPL
ORIGINALTYPEApplication number DMS_APPNRCHAR5CHAR5
TYPEStandard / Library Parts Type /CIDEON/NB_TYPECHAR1/CIDEON/NB_TYPE
NAMEName Library /CIDEON/NB_NAMECHAR255/CIDEON/NB_NAME
REL_PATHPath for original file DMS_PATHCHAR255TEXT255
INSNAMEuser who creates the item /CIDEON/INSNAME_WDCHAR12USR02XUBNAME
INSDATEdate of creation /CIDEON/INSDATE_WDDATS8DATE
INSTIMETime of creation /CIDEON/INSTIME_WDTIMS6TIME
INSPROGProgram ID of creation /CIDEON/INSPROG_WDCHAR30/CIDEON/PROG_WD
UPDNAMElast changer /CIDEON/UPDNAME_WDCHAR12USR02XUBNAME
UPDDATEdate of change /CIDEON/UPDDATE_WDDATS8DATE
UPDTIMEtime of changing /CIDEON/UPDTIME_WDTIMS6TIME
UPDPROGProgram of changing /CIDEON/UPDPROG_WDCHAR30/CIDEON/PROG_WD

Key field Non-key field



How do I retrieve data from SAP table /CIDEON/CAD_NBT using ABAP code

The following ABAP code Example will allow you to do a basic selection on /CIDEON/CAD_NBT to SELECT all data from the table
DATA: WA_/CIDEON/CAD_NBT TYPE /CIDEON/CAD_NBT.

SELECT SINGLE *
FROM /CIDEON/CAD_NBT
INTO CORRESPONDING FIELDS OF WA_/CIDEON/CAD_NBT
WHERE...

How to access SAP table /CIDEON/CAD_NBT

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