CCSEQ_NODES SAP (Historical Statuses of Objects (Change Sequence Graph)) Table details

Dictionary Type: Table
Description: Historical Statuses of Objects (Change Sequence Graph)




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




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

CCSEQ_NODES is a standard SAP Table which is used to store Historical Statuses of Objects (Change Sequence Graph) data and is available within R/3 SAP systems depending on the version and release level.

The CCSEQ_NODES table consists of various fields, each holding specific information or linking keys about Historical Statuses of Objects (Change Sequence Graph) data available in SAP. These include NODE (Change Number), OBJEC (Object Key), NODE_DATE (Created on), NODE_TIME (Created at).. 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: Can be enhanced (character-type)


SAP CCSEQ_NODES 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 MANDTCLNT3Assigned to domainMANDT
NODEChange Number AENNRCHAR12Assigned to domainAENNRAENNRAEN
OBJECObject Key CCSEQ_OBJEC_KEYCHAR50CCSEQ_OBJEC_KEY
NODE_DATECreated on CCSEQ_DATEDATS8
NODE_TIMECreated at CCSEQ_TIMETIMS6
NODE_RANKRank of Historical Status in Object CCSEQ_RANKNUMC4CCSEQ_RANK
NODE_TYPEUsage Location Type CCSEQ_NODE_TYPECHAR4CCSEQ_NODE_TYPE
NODE_USERCreated by CCSEQ_USERCHAR12CCSEQ_USER
UPD_FLAGChange Indicator CCSEQ_UPDCHAR1CCSEQ_UPD

Key field Non-key field



How do I retrieve data from SAP table CCSEQ_NODES using ABAP code

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

SELECT SINGLE *
FROM CCSEQ_NODES
INTO CORRESPONDING FIELDS OF WA_CCSEQ_NODES
WHERE...

How to access SAP table CCSEQ_NODES

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