SAP ABAP Interface IFC2DIR_NODE_INST (Configuration Data of a Node)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-CFG-RT (Application Component) Business Configuration Tools: Runtime
     C2_CORE (Package) C2 Server: Core Functionality
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CLC2DIR_NODE_INST Node Instance 20040908
Properties
Interface IFC2DIR_NODE_INST  
Short Description Configuration Data of a Node    
General Data
Package C2_CORE   C2 Server: Core Functionality 
Created 20040908   SAP 
Last changed 20050308   SAP 
Unicode checks active    
Forward declarations
Interface IFC2DIR_NODE_INST has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IFC2DIR_TYPES Repository for Global Types and Constants 20040920
Friends
Interface IFC2DIR_NODE_INST has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 AC_ACT_INACT Instance attribute Public Attribute reference (LIKE) 20040920
2 AC_BUFFER_DATA_INSTANCE Instance attribute Public Attribute reference (LIKE) 20040920
3 AC_C2GUID Instance attribute Public Attribute reference (LIKE) 20040920
4 AC_CHNG_TP_ACTIVE Instance attribute Public Attribute reference (LIKE) 20040920
5 AC_CHNG_TP_DELETED Instance attribute Public Attribute reference (LIKE) 20040920
6 AC_CHNG_TP_NEW Instance attribute Public Attribute reference (LIKE) 20040920
7 AC_CHNG_TP_NEW_DELETED Instance attribute Public Attribute reference (LIKE) 20040920
8 AC_CHNG_TP_UPDATED Instance attribute Public Attribute reference (LIKE) 20040920
9 AC_CLNT Instance attribute Public Attribute reference (LIKE) 20040920
10 AC_DEPLOYMENT_GROUP Instance attribute Public Attribute reference (LIKE) 20040920
11 AC_DEPL_GRP Instance attribute Public Attribute reference (LIKE) 20040920
12 AC_INC_CLNT Instance attribute Public Attribute reference (LIKE) 20040920
13 AC_INC_KEY_EXT Instance attribute Public Attribute reference (LIKE) 20040920
14 AC_INC_LANGU Instance attribute Public Attribute reference (LIKE) 20040920
15 AC_INC_MGMNT_DATA Instance attribute Public Attribute reference (LIKE) 20040920
16 AC_INC_MGMNT_DATA_EXT Instance attribute Public Attribute reference (LIKE) 20040920
17 AC_INC_MGMNT_KEY Instance attribute Public Attribute reference (LIKE) 20040920
18 AC_INC_MGMNT_KEY_EXT Instance attribute Public Attribute reference (LIKE) 20040920
19 AC_INC_NODE_KEY_STRUCTURE Instance attribute Public Attribute reference (LIKE) 20040920
20 AC_INC_TDEP Instance attribute Public Attribute reference (LIKE) 20040920
21 AC_LANGU Instance attribute Public Attribute reference (LIKE) 20040920
22 AC_LANG_DEP_DATA Instance attribute Public Attribute reference (LIKE) 20040920
23 AC_TDEP_VALFROM Instance attribute Public Attribute reference (LIKE) 20040920
24 AC_TDEP_VALTO Instance attribute Public Attribute reference (LIKE) 20040920
Methods
# Method Level Visibility Method type Description Created on
1 ADD_DATA Instance method Public Method Add Data (Only Database Data, No Changes) 20040909
2 CHECK Instance method Public Method Check the Changed Data of an Instance 20040909
3 CLEAR_CHANGE_FLAGS Instance method Public Method Reset Change Flag (e.g. After Save) 20041123
4 GET_ACTIVATE_DELETE_DATA Instance method Public Method Gets the Inactive Deleted Data Records 20041123
5 GET_ACTIVATE_INSERT_DATA Instance method Public Method Gets the Inactive New Data Records 20041123
6 GET_ACTIVATE_UPDATE_DATA Instance method Public Method Gets the Inactive Changed Data Records 20041123
7 GET_BY_ESI_ID Instance method Public Method Gets All Data of an Instance for Semantic Keys 20041123
8 GET_BY_FULL_SPECIFIED_KEY Instance method Public Method Gets All Data of an Instance for Semantic Keys 20041122
9 GET_CHANGED_DATA Instance method Public Method Gets the Changed Data of an Instance 20040909
10 GET_DATA_FOR_DELETE Instance method Public Method Gets the Data Records of an Instance to be Deleted 20040914
11 GET_DATA_FOR_GUIDS Instance method Public Method Gets All Data of an Instance for a GUID List 20041012
12 GET_DATA_FOR_MARK_AS_DELETED Instance method Public Method Gets the Data Records Flagged for Deletion 20040914
13 GET_DATA_FOR_UNDO_DELETE Instance method Public Method Gets the Data Records to Reset Delete Flag 20040916
14 GET_GUID_FOR_ESI_ID Instance method Public Method Gets a GUID for an ESI ID and Meta-Context 20041124
15 GET_GUID_FOR_KEY Instance method Public Method Gets a GUID for a Semantic Key and Meta-Context 20041117
16 GET_INSERT_DATA Instance method Public Method Gets the New Data Records for an Instance 20040916
17 GET_UPDATED_DATA Instance method Public Method Gets the Changed Data Records for an Instance 20040914
18 INSERT_DATA Instance method Public Method Insert Data 20040914
19 MARK_DATA_AS_DELETED Instance method Public Method Delete Data (Data is only flagged as deleted) 20040915
20 SET_ACTIVE Instance method Public Method All Data Records are Flagged as Active 20041123
21 UPDATE_DATA Instance method Public Method Change Data 20040909
Events
Interface IFC2DIR_NODE_INST has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 ATP_S_GUID Public Attribute reference (LIKE) 20040920
2 ATP_T_GUIDS Public Attribute reference (LIKE) 20040920
Method Signatures

Method ADD_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing IT_DATA Call by reference Type reference (TYPE) TABLE Daten im Internen C2 Typ 20040909
# Exception Resumable Description Created on
1 CX_C2S_SERVICE_ERROR C2 server: Parameter error 20041103
2 CX_C2S_SERVICE_FAILURE 20041103

Method CHECK Signature

Method CHECK on Interface IFC2DIR_NODE_INST has no parameter.
# Exception Resumable Description Created on
1 CX_C2S_SERVICE_ERROR 20041103
2 CX_C2S_SERVICE_FAILURE 20041103

Method CLEAR_CHANGE_FLAGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_GUIDS Call by reference Type reference (TYPE) ATP_T_GUIDS Guidliste; wenn leer kommt alles zurück 20041123
# Exception Resumable Description Created on
1 CX_C2S_SERVICE_ERROR C2 server: Parameter error 20041123
2 CX_C2S_SERVICE_FAILURE 20041123

Method GET_ACTIVATE_DELETE_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DATA Call by reference Type reference (TYPE) TABLE 20041123
2 Importing IT_GUIDS Call by reference Type reference (TYPE) ATP_T_GUIDS 20041202
# Exception Resumable Description Created on
1 CX_C2S_SERVICE_ERROR C2 server: Parameter error 20041123
2 CX_C2S_SERVICE_FAILURE 20041123

Method GET_ACTIVATE_INSERT_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DATA Call by reference Type reference (TYPE) TABLE 20041123
2 Importing IT_GUIDS Call by reference Type reference (TYPE) ATP_T_GUIDS 20041202
# Exception Resumable Description Created on
1 CX_C2S_SERVICE_ERROR C2 server: Parameter error 20041123
2 CX_C2S_SERVICE_FAILURE 20041123

Method GET_ACTIVATE_UPDATE_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DATA Call by reference Type reference (TYPE) TABLE 20041123
2 Importing IT_GUIDS Call by reference Type reference (TYPE) ATP_T_GUIDS 20041202
# Exception Resumable Description Created on
1 CX_C2S_SERVICE_ERROR C2 server: Parameter error 20041123
2 CX_C2S_SERVICE_FAILURE 20041123

Method GET_BY_ESI_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_SEL_CRIT Call by reference Type reference (TYPE) C2S_SELLIST_TTYPE Selektionsbedingungen im C2-Server 20041123
2 Exporting ET_DATA Call by reference Type reference (TYPE) TABLE Daten im internen C2 Format 20041123
3 Importing IV_GET_DELETED Call by reference Type reference (TYPE) C2S_FLAG SPACE 20050223
# Exception Resumable Description Created on
1 CX_C2S_SERVICE_ERROR C2 server: Parameter error 20041123
2 CX_C2S_SERVICE_FAILURE 20041123

Method GET_BY_FULL_SPECIFIED_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_SEL_CRIT Call by reference Type reference (TYPE) C2S_SELLIST_TTYPE Selektionsbedingungen im C2-Server 20041122
2 Exporting ET_DATA Call by reference Type reference (TYPE) TABLE Daten im internen C2 Format 20041122
3 Importing IV_GET_DELETED Call by reference Type reference (TYPE) C2S_FLAG SPACE 20050223
# Exception Resumable Description Created on
1 CX_C2S_SERVICE_ERROR C2 server: Parameter error 20041122
2 CX_C2S_SERVICE_FAILURE 20041122

Method GET_CHANGED_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DATA Call by reference Type reference (TYPE) TABLE Daten im internen C2 Format 20040909
# Exception Resumable Description Created on
1 CX_C2S_SERVICE_ERROR C2 server: Parameter error 20041103
2 CX_C2S_SERVICE_FAILURE 20041103

Method GET_DATA_FOR_DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DATA Call by reference Type reference (TYPE) TABLE 20040914
# Exception Resumable Description Created on
1 CX_C2S_SERVICE_ERROR C2 server: Parameter error 20041103
2 CX_C2S_SERVICE_FAILURE 20041103

Method GET_DATA_FOR_GUIDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DATA Call by reference Type reference (TYPE) TABLE Daten im internen C2 Format 20041012
2 Importing IT_GUIDS Call by reference Type reference (TYPE) ATP_T_GUIDS Guidliste; wenn leer kommt alles zurück 20041012
3 Importing IV_GET_DELETED Call by reference Type reference (TYPE) C2S_FLAG SPACE 20050223
4 Exporting RV_DATA_FOUND Call by reference Type reference (TYPE) C2S_FLAG 20050223
# Exception Resumable Description Created on
1 CX_C2S_SERVICE_ERROR C2 server: Parameter error 20041103
2 CX_C2S_SERVICE_FAILURE 20041103

Method GET_DATA_FOR_MARK_AS_DELETED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DATA Call by reference Type reference (TYPE) TABLE 20040914
# Exception Resumable Description Created on
1 CX_C2S_SERVICE_ERROR C2 server: Parameter error 20041103
2 CX_C2S_SERVICE_FAILURE 20041103

Method GET_DATA_FOR_UNDO_DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DATA Call by reference Type reference (TYPE) TABLE 20040916
# Exception Resumable Description Created on
1 CX_C2S_SERVICE_ERROR C2 server: Parameter error 20041103
2 CX_C2S_SERVICE_FAILURE 20041103

Method GET_GUID_FOR_ESI_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_KEY Call by reference Type reference (TYPE) ANY 20041124
2 Returning RV_C2GUID Value transfer Type reference (TYPE) C2GUID 20041124
# Exception Resumable Description Created on
1 CX_C2S_SERVICE_FAILURE 20041124

Method GET_GUID_FOR_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_KEY Call by reference Type reference (TYPE) ANY 20041117
2 Returning RV_C2GUID Value transfer Type reference (TYPE) C2GUID 20041117
# Exception Resumable Description Created on
1 CX_C2S_SERVICE_FAILURE 20041117

Method GET_INSERT_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DATA Call by reference Type reference (TYPE) TABLE 20040916
# Exception Resumable Description Created on
1 CX_C2S_SERVICE_ERROR C2 server: Parameter error 20041103
2 CX_C2S_SERVICE_FAILURE 20041103

Method GET_UPDATED_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DATA Call by reference Type reference (TYPE) TABLE 20040914
# Exception Resumable Description Created on
1 CX_C2S_SERVICE_ERROR C2 server: Parameter error 20041103
2 CX_C2S_SERVICE_FAILURE 20041103

Method INSERT_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_CHANGE_HANDLER Call by reference Object reference (TYPE REF TO) IFC2DIR_CHANGE_HANDLER_INT C2 Message Handler Interface 20040930
2 Importing IR_MESSAGE_HANDLER Call by reference Object reference (TYPE REF TO) IF_C2_MESSAGE_HANDLER_INT C2 Message Handler Interface 20041125
3 Changing IT_DATA Call by reference Type reference (TYPE) TABLE Daten im Internen C2 Format 20040914
# Exception Resumable Description Created on
1 CX_C2S_SERVICE_ERROR 20041103
2 CX_C2S_SERVICE_FAILURE 20041103

Method MARK_DATA_AS_DELETED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_CHANGE_HANDLER Call by reference Object reference (TYPE REF TO) IFC2DIR_CHANGE_HANDLER_INT C2 Message Handler Interface 20040930
2 Importing IR_MESSAGE_HANDLER Call by reference Object reference (TYPE REF TO) IF_C2_MESSAGE_HANDLER_INT C2 Message Handler Interface 20041125
3 Changing IT_DATA Call by reference Type reference (TYPE) TABLE Daten im Internen C2 Format 20040915
# Exception Resumable Description Created on
1 CX_C2S_SERVICE_ERROR 20041103
2 CX_C2S_SERVICE_FAILURE 20041103

Method SET_ACTIVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_GUIDS Call by reference Type reference (TYPE) ATP_T_GUIDS Guidliste; wenn leer kommt alles zurück 20041123
# Exception Resumable Description Created on
1 CX_C2S_SERVICE_ERROR C2 server: Parameter error 20041123
2 CX_C2S_SERVICE_FAILURE 20041123

Method UPDATE_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_CHANGE_HANDLER Call by reference Object reference (TYPE REF TO) IFC2DIR_CHANGE_HANDLER_INT C2 Message Handler Interface 20040930
2 Importing IR_MESSAGE_HANDLER Call by reference Object reference (TYPE REF TO) IF_C2_MESSAGE_HANDLER_INT C2 Message Handler Interface 20041123
3 Changing IT_DATA Call by reference Type reference (TYPE) TABLE Daten im Internen C2 Format 20040909
# Exception Resumable Description Created on
1 CX_C2S_SERVICE_ERROR 20041103
2 CX_C2S_SERVICE_FAILURE 20041103
History
Last changed by/on SAP  20050308 
SAP Release Created in 700