SAP ABAP Interface IF_CNS_CON (CNS Constants)
Hierarchy
SAP_ABA (Software Component) Cross-Application Component
   CA-GTF-TS-CNS (Application Component) Change Pointer Service
     CNS (Package) Change Notification Service
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  FSBP_CP_EXTRACTOR Extractor for Change Pointer for FSBP 20070330
Properties
Interface IF_CNS_CON  
Short Description CNS Constants    
General Data
Package CNS   Change Notification Service 
Created 20040206   SAP 
Last changed 20110908   SAP 
Unicode checks active    
Forward declarations
Interface IF_CNS_CON has no forward declaration.
Interfaces
Interface IF_CNS_CON has no interface.
Friends
Interface IF_CNS_CON has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CREATED Constant Public Type reference (TYPE) CNS_DTE_CP_STATUS 'C' Status of Change Pointer 20040212
2 C_ALLOW_CONDENSE Constant Public Type reference (TYPE) INT4 '1' Allow Condensing 20100825
3 C_SUPRESS_CONDENSE Constant Public Type reference (TYPE) INT4 '2' Suppress Condensing 20100825
4 DELETE Constant Public Type reference (TYPE) CNS_DTE_CHGTYPE 'D' Change Category 20040206
5 ERROR Constant Public Type reference (TYPE) CNS_DTE_CP_STATUS 'E' Status of Change Pointer 20040218
6 FALSE Constant Public Type reference (TYPE) XFELD SPACE False 20040206
7 FIXED_SIZE Constant Public Type reference (TYPE) CNS_DTE_PKG_SIZE_TYPE 'F' Package Size Typing for Extraction of Change Pointers 20050727
8 INSERT Constant Public Type reference (TYPE) CNS_DTE_CHGTYPE 'I' Change Category 20040206
9 INTELLIGENT_SIZE Constant Public Type reference (TYPE) CNS_DTE_PKG_SIZE_TYPE 'I' Package Size Typing for Extraction of Change Pointers 20050727
10 NO_SIZE Constant Public Type reference (TYPE) CNS_DTE_PKG_SIZE_TYPE 'N' Package Size Typing for Extraction of Change Pointers 20050727
11 PROCESSED Constant Public Type reference (TYPE) CNS_DTE_CP_STATUS 'P' Status of Change Pointer 20040212
12 RELID Constant Public Type reference (TYPE) INDX_RELID 'CP' Relation ID (Cluster Table) 20040218
13 SEND Constant Public Type reference (TYPE) CNS_DTE_CP_STATUS 'S' Status of Change Pointer 20040414
14 STD_RECEIVER Constant Public Type reference (TYPE) CNS_DTE_RECEIVER 'FKAPS' Standard Receiver (Formerly Known as Push Scenario) 20060116
15 TEST_APPL_ID Constant Public Type reference (TYPE) CNS_DTE_APPL_ID 'TEST' Application ID 20050131
16 TEST_EXPOBJTYPE Constant Public Type reference (TYPE) CNS_DTE_EXPOBJTYPE 'OTYPE' Category of Export Object 20050131
17 TRUE Constant Public Type reference (TYPE) XFELD 'X' True 20040206
18 UPDATE Constant Public Type reference (TYPE) CNS_DTE_CHGTYPE 'U' Change Category 20040206
Methods
Interface IF_CNS_CON has no method.
Events
Interface IF_CNS_CON has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_S_LOCKED_ENTRIES Public Type reference (TYPE) CNS_STR_EXPOBJ_ENQUEUE 20080529
2 TY_S_TDC_CP4HB_EXTRACTION Public See coding 20081013 begin of ty_s_tdc_cp4hb_extraction, expobjhash type cns_dte_expobjhash, appl_id type cns_dte_appl_id, expobjtype type cns_dte_expobjtype, receiver type cns_dte_receiver, number_of_cps type i, end of ty_s_tdc_cp4hb_extraction
3 TY_S_TDC_CP_INPUT Public See coding 20080307 begin of TY_S_TDC_CP_INPUT. types appl_id TYPE cns_dte_appl_id. types expobjtype TYPE cns_dte_expobjtype. include type CNS_STR_CP_USER. types set_lock type xfeld. types lock_expected type xfeld. types end of ty_s_tdc_cp_input
4 TY_S_TDC_CUSTOMIZING Public See coding 20080307 BEGIN OF ty_s_tdc_customizing, appl_id TYPE cns_dte_appl_id, expobjtype TYPE cns_dte_expobjtype, keep_image TYPE cns_dte_keep_image, receiver TYPE cns_dte_receiver, END OF ty_s_tdc_customizing
5 TY_S_TDC_MANAGER_CONF Public See coding 20080307 BEGIN OF ty_s_tdc_manager_conf. INCLUDE TYPE ty_s_tdc_manager_instantiation. INCLUDE TYPE ty_s_tdc_manager_parameters. TYPES END OF ty_s_tdc_manager_conf
6 TY_S_TDC_MANAGER_INSTANTIATION Public See coding 20080307 BEGIN OF ty_s_tdc_manager_instantiation, appl_id TYPE cns_dte_appl_id, expobjtype TYPE cns_dte_expobjtype, suppress_history TYPE cns_dte_suppress_history, suppress_info TYPE cns_dte_suppress_info, set_locks type cns_dte_set_lock, tab_cp_chgtype TYPE cns_tab_cp_chgtype, cp_group_id TYPE cns_dte_group_id, tab_cp_status TYPE cns_tab_cp_status, receiver TYPE cns_dte_receiver, pkg_size_type TYPE cns_dte_pkg_size_type, END OF ty_s_tdc_manager_instantiation
7 TY_S_TDC_MANAGER_PARAMETERS Public See coding 20080307 BEGIN OF ty_s_tdc_manager_parameters, expobjkey_min TYPE cns_dte_expobjkey, expobjkey_max TYPE cns_dte_expobjkey, add_sel TYPE cns_dte_add_sel, END OF ty_s_tdc_manager_parameters
8 TY_S_TDC_TEST_OUTPUT Public See coding 20080310 begin of ty_s_tdc_test_output. include type ty_s_tdc_cp_input. include type CNS_STR_CP_RECV_USER. types end of ty_s_tdc_test_output
9 TY_T_LOCKED_ENTRIES Public See coding 20080529 ty_t_locked_entries type table of ty_s_locked_entries with default key
10 TY_T_TDC_CP4HB_EXTRACTION Public See coding 20081013 ty_t_tdc_cp4hb_extraction type table of ty_s_tdc_cp4hb_extraction with default key
11 TY_T_TDC_CP_INPUT Public See coding 20080307 ty_t_tdc_cp_input TYPE table of ty_s_tdc_cp_input with DEFAULT KEY
12 TY_T_TDC_CUSTOMIZING Public See coding 20080307 ty_t_tdc_customizing type table of ty_s_tdc_customizing with default key
13 TY_T_TDC_MANAGER_CONF Public See coding 20080307 ty_t_tdc_manager_conf type table of ty_s_tdc_manager_conf with default key
14 TY_T_TDC_TEST_OUTPUT Public See coding 20080307 ty_t_tdc_test_output type table of ty_s_tdc_test_output with default key
History
Last changed by/on SAP  20110908 
SAP Release Created in 30