SAP ABAP Data Element CCSEQ_UPD (Change Indicator)
Hierarchy
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
   LO-ECH (Application Component) Engineering Change Management
     CCSEQ (Package) Sequence Graph for Change Numbers
Basic Data
Data Element CCSEQ_UPD
Short Description Change Indicator  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type CCSEQ_UPD    
Data Type CHAR   Character String 
Length 1    
Decimal Places 0    
Output Length 1    
Value Table      
Further Characteristics
Search Help: Name    
Search Help: Parameters    
Parameter ID   
Default Component name    
Change document    
No Input History    
Basic direction is set to LTR    
No BIDI Filtering    
Field Label
  Length  Field Label  
Short Ind. 
Medium 12 Change Ind. 
Long 20 Change Indicator 
Heading Ind. 
Documentation

Definition

Change indicator for objects of change sequence graph

Use

1. Database table CCSEQ_NODES to update the change sequence graph at any time due to changes made at usage locations (here, only 'I' and 'D' are used).

2. Structures to update the database tables CCSEQ_CYCLE and CCSEQ (here, only 'I', 'U', and 'D' are used).

Dependencies

Example

Usually, the system takes the changes made to variants in the iPPE product structure into account:

- Create a new change status: Entry in database table CCSEQ_NODES with 'I'

- Delete change status without change number: Entry in database table CCSEQ_NODES with 'D'

- Switch change number at change status: Existing entry in database table CCSEQ_NODES with old change number is assigned 'D'; new entry (with new change number) is assigned 'I'

When the change sequence graph is updated, the system uses the change indicator as follows for the database table CCSEQ and CCSEQ_CYCLE:

I     Insert entry

D     Delete entry

U     Change entry: The entries for created at, on, and by can change if you delete the usage locations whose data was previously used for the relationship.

History
Last changed by/on SAP  20050411 
SAP Release Created in 600