SAP ABAP Class CL_CSI_NODE (CSI Node)
Hierarchy
SAP_BS_FND (Software Component) SAP Business Suite Foundation
   CA-EPT-RCC (Application Component) Remote Control and Communication Framework
     CSI_PROVIDER_COMMON (Package) Cloud Service Provider Common Architecture
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_CSI_NODE_FINAL CSI Cloud Node 20100315
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_CSI_NODE_AWS CSI AWS Node: EC2 Instance 20100315
2 Inheritance (c INHERITING FROM c_ref)  CL_CSI_TEST_NODE CSI Test Node 20110805
Properties
Class CL_CSI_NODE  
Short Description CSI Node    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package CSI_PROVIDER_COMMON   Cloud Service Provider Common Architecture 
Created 20091118   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CSITY Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 IF_CSI_NODE_C Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
# Interface Abstract Final Description Created on
1 IF_CSI_NODE_FINAL CSI Cloud Node 20100315
Friends
# Friend Modeled only Created on Description
1 CL_CSI_INSTANCE 20110810 CSI Cloud Instance
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GO_PROFILE Instance attribute Public Attribute reference (LIKE) 20110713
2 GV_NAME Instance attribute Public Attribute reference (LIKE) 20100304
3 GV_PRIVATE_HOST Instance attribute Public Attribute reference (LIKE) 20100304
4 GV_PRIVATE_IP Instance attribute Public Attribute reference (LIKE) 20100304
5 GV_PUBLIC_HOST Instance attribute Public Attribute reference (LIKE) 20100304
6 GV_PUBLIC_IP Instance attribute Public Attribute reference (LIKE) 20100304
7 GV_REGION Instance attribute Public Attribute reference (LIKE) 20100304
8 LC_MAX_REFRESH Constant Private Type reference (TYPE) CSI_INT 10 CSI Integer (4 Byte) 20091118
9 MO_ACCOUNT Instance attribute Protected Object reference (TYPE REF TO) CL_CSI_PROVIDER_ACCOUNT CSI Cloud Provider Account 20100316
10 MO_LOGGING Instance attribute Private Object reference (TYPE REF TO) CL_CSI_INSTANCE_LOGGING CSI Instance Logging 20110712
11 MO_PROVIDER Instance attribute Protected Object reference (TYPE REF TO) CL_CSI_PROVIDER CSI Cloud Service Provider 20100316
12 MS_NODE Instance attribute Protected Type reference (TYPE) CSIS_NODE CSI Cloud Node 20100315
13 MV_ID Instance attribute Private Type reference (TYPE) CSI_NODE_ID CSI Cloud Node Identifier 20110713
14 ST_NODES Static Attribute Private Type reference (TYPE) CSIT_NODE_OBJ CSI Node Object Table 20100316
Methods
# Method Level Visibility Method type Description Created on
1 ACTION_POSTSTEP Instance method Protected Method # Will be called after doing an action (start, stop...) 20110509
2 ACTION_PRESTEP Instance method Protected Method # Will be called prior to doing an action (start, stop...) 20110509
3 CALL_AFTER_PROVIDER Static method Protected Method Calls the BadI AFTER calling the provider 20100315
4 CALL_BEFORE_PROVIDER Static method Protected Method Calls the BadI BEFORE calling the provider 20100315
5 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20100316
6 FACTORY Static method Public Method Create a new Node Object 20100315
7 GET_DATA_FOR_INSTANCE Instance method Public Method 20100304
8 GET_ID Instance method Public Method Get the unique CSI id for an instance 20110713
9 GET_INITIAL_STATE Instance method Protected Method # Get the state if the node returns no (=initial) state 20110818
10 GET_MAX_REFRESH_TIME Static method Public Method Get the maximum Refresh Time if supported by the Node 20091118
11 GET_MESSAGE_FOR_ACTION Instance method Private Method Get the bal-message for a given action 20110723
12 INITIALIZE Instance method Protected Method # Initialize Data after the Object has been created and fill 20100316
13 INNER_CALL_PROVIDER Instance method Protected Method # Call the Node Provider with the given Parameters 20100315
14 INNER_GET_DATA_FOR_INSTANCE Instance method Protected Method # Get Data for a CSI Instance 20100315
15 INNER_LIST_PREPARE Instance method Protected Method 20100315
16 INNER_LIST_TRANSFORM Instance method Protected Method 20100315
17 INNER_PAUSE_PREPARE Instance method Protected Method 20100315
18 INNER_PAUSE_TRANSFORM Instance method Protected Method 20100315
19 INNER_REBOOT_PREPARE Instance method Protected Method 20100315
20 INNER_REBOOT_TRANSFORM Instance method Protected Method 20100315
21 INNER_REFRESH_PREPARE Instance method Protected Method 20100315
22 INNER_REFRESH_TRANSFORM Instance method Protected Method 20100315
23 INNER_RESUME_PREPARE Instance method Protected Method 20100315
24 INNER_RESUME_TRANSFORM Instance method Protected Method 20100315
25 INNER_SET_DATA_FROM_INSTANCE Instance method Protected Method 20100315
26 INNER_START_PREPARE Instance method Protected Method 20100315
27 INNER_START_TRANSFORM Instance method Protected Method 20100315
28 INNER_STATUS_PREPARE Instance method Protected Method 20100315
29 INNER_STATUS_TRANSFORM Instance method Protected Method 20100315
30 INNER_STOP_PREPARE Instance method Protected Method 20100315
31 INNER_STOP_TRANSFORM Instance method Protected Method 20100315
32 LIST Instance method Public Method 20100318
33 PAUSE Instance method Public Method 20100304
34 RAISE_NOT_IMPLEMENTED Static method Public Method Directly raises a "not implemented" exception 20091118
35 REBOOT Instance method Public Method 20100304
36 REFRESH Instance method Public Method 20100304
37 RESUME Instance method Public Method 20100304
38 SET_DATA_FROM_INSTANCE Instance method Public Method 20100304
39 SET_PROFILE Instance method Public Method 20110713
40 START Instance method Public Method 20100304
41 STATUS Instance method Public Method 20100304
42 STOP Instance method Public Method 20100304
Events
# Event Type Visibility Description Created on
1 AFTER_ACTION Instance Event
(0)
Public
(2)
After a node action 20110615
2 BEFORE_ACTION Instance Event
(0)
Public
(2)
Before a node action 20110615
Types
Class CL_CSI_NODE has no local type.
Method Signatures

Method ACTION_POSTSTEP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_PARAMETER Call by reference Type reference (TYPE) CSIT_PARAMETER CSI Parameter Table 20110509
2 Importing IV_ACTION Call by reference Type reference (TYPE) CSI_NODE_ACTION CSI Node Action 20110509
# Exception Resumable Description Created on
1 CX_CSI_NODE CSI Node Exceptions 20110509

Method ACTION_PRESTEP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_PARAMETER Call by reference Type reference (TYPE) CSIT_PARAMETER CSI Parameter Table 20110509
2 Importing IV_ACTION Call by reference Type reference (TYPE) CSI_NODE_ACTION CSI Node Action 20110509
# Exception Resumable Description Created on
1 CX_CSI_NODE CSI Node Exceptions 20110509

Method CALL_AFTER_PROVIDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CV_CDATA Call by reference Type reference (TYPE) CSI_STRING CSI String 20100315
2 Changing CV_CODE Call by reference Type reference (TYPE) CSI_INT CSI Integer (4 Byte) 20100315
3 Changing CV_DATA Call by reference Type reference (TYPE) XSTRING 20100315
4 Changing CV_REASON Call by reference Type reference (TYPE) CSI_STRING CSI String 20100315
5 Importing IO_NODE Call by reference Object reference (TYPE REF TO) CL_CSI_NODE CSI Node 20110303

Method CALL_AFTER_PROVIDER on class CL_CSI_NODE has no exception.

Method CALL_BEFORE_PROVIDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_PARAMETER Call by reference Type reference (TYPE) CSIT_PARAMETER CSI Parameter Table 20100315
2 Changing CV_ACTION Call by reference Type reference (TYPE) CSI_NODE_ACTION CSI Node Action 20100315
3 Importing IO_NODE Call by reference Object reference (TYPE REF TO) CL_CSI_NODE CSI Node 20110303

Method CALL_BEFORE_PROVIDER on class CL_CSI_NODE has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_ACCOUNT Call by reference Object reference (TYPE REF TO) CL_CSI_PROVIDER_ACCOUNT CSI Cloud Provider Account 20100316
2 Importing IO_PROVIDER Call by reference Object reference (TYPE REF TO) CL_CSI_PROVIDER CSI Cloud Service Provider 20100316
3 Importing IS_NODE Call by reference Type reference (TYPE) CSIS_NODE CSI Cloud Node 20100316

Method CONSTRUCTOR on class CL_CSI_NODE has no exception.

Method FACTORY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_ACCOUNT Call by reference Object reference (TYPE REF TO) CL_CSI_PROVIDER_ACCOUNT CSI Cloud Provider Account 20100315
2 Importing IO_PROVIDER Call by reference Object reference (TYPE REF TO) CL_CSI_PROVIDER CSI Cloud Service Provider 20100315
3 Importing IS_NODE Call by reference Type reference (TYPE) CSIS_NODE CSI Cloud Node 20100315
4 Importing IV_NODE_ID Call by reference Type reference (TYPE) CSI_NODE_ID CSI Cloud Node Identifier 20100315
5 Returning RO_NODE Value transfer Object reference (TYPE REF TO) CL_CSI_NODE CSI Cloud Node Helper 20100315
# Exception Resumable Description Created on
1 CX_CSI_NODE CSI Node Exceptions 20100316

Method GET_DATA_FOR_INSTANCE Signature

Method GET_DATA_FOR_INSTANCE on class CL_CSI_NODE has no parameter.
Method GET_DATA_FOR_INSTANCE on class CL_CSI_NODE has no exception.

Method GET_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_ID Value transfer Type reference (TYPE) CSI_NODE_ID CSI Cloud Node Identifier 20110713

Method GET_ID on class CL_CSI_NODE has no exception.

Method GET_INITIAL_STATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_STATE Value transfer Type reference (TYPE) CSI_NODE_STATUS CSI Node Status 20110818

Method GET_INITIAL_STATE on class CL_CSI_NODE has no exception.

Method GET_MAX_REFRESH_TIME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_MAX_REFRESH Value transfer Type reference (TYPE) CSI_INT Maximum Refresh Time in Seconds 20091118

Method GET_MAX_REFRESH_TIME on class CL_CSI_NODE has no exception.

Method GET_MESSAGE_FOR_ACTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ACTION Call by reference Type reference (TYPE) CSI_NODE_ACTION Single-Character Flag 20110723
2 Returning RS_MESSAGE Value transfer Type reference (TYPE) BAL_S_MSG Application Log: Message Data 20110723

Method GET_MESSAGE_FOR_ACTION on class CL_CSI_NODE has no exception.

Method INITIALIZE Signature

Method INITIALIZE on class CL_CSI_NODE has no parameter.
Method INITIALIZE on class CL_CSI_NODE has no exception.

Method INNER_CALL_PROVIDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_ADD_DATA Call by reference Object reference (TYPE REF TO) DATA 20100316
2 Exporting EV_CDATA Call by reference Type reference (TYPE) CSI_STRING CSI String 20100315
3 Exporting EV_CODE Call by reference Type reference (TYPE) CSI_INT CSI Integer (4 Byte) 20100315
4 Exporting EV_DATA Call by reference Type reference (TYPE) XSTRING 20100315
5 Exporting EV_REASON Call by reference Type reference (TYPE) CSI_STRING CSI String 20100315
6 Importing IT_PARAMETER Call by reference Type reference (TYPE) CSIT_PARAMETER CSI Parameter Table 20100315
7 Importing IV_ACTION Call by reference Type reference (TYPE) CSI_NODE_ACTION CSI Node Action 20100315
# Exception Resumable Description Created on
1 CX_CSI_NODE CSI Node Exceptions 20100316

Method INNER_GET_DATA_FOR_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RS_INSTANCE Value transfer Type reference (TYPE) CSIS_INSTANCE_DETAILS 20100315

Method INNER_GET_DATA_FOR_INSTANCE on class CL_CSI_NODE has no exception.

Method INNER_LIST_PREPARE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_ADD_DATA Call by reference Object reference (TYPE REF TO) DATA 20100316
2 Exporting ET_PARAMETER Call by reference Type reference (TYPE) CSIT_PARAMETER 20100315
3 Exporting EV_DO_NOT_CALL_PROVIDER Call by reference Type reference (TYPE) CSI_BOOL 20100315
4 Importing IV_FILTER_BY_STATUS Call by reference Type reference (TYPE) CSI_NODE_STATUS IF_CSI_NODE_C=>GC_STATUS_ALL 20100316
5 Importing IV_REGION Call by reference Type reference (TYPE) CSI_REGION 20100316
# Exception Resumable Description Created on
1 CX_CSI_NODE 20100316

Method INNER_LIST_TRANSFORM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_ADD_DATA Call by reference Object reference (TYPE REF TO) DATA 20100316
2 Importing IV_CDATA Call by reference Type reference (TYPE) CSI_STRING 20100315
3 Importing IV_CODE Call by reference Type reference (TYPE) CSI_INT 20100315
4 Importing IV_DATA Call by reference Type reference (TYPE) XSTRING 20100315
5 Importing IV_REASON Call by reference Type reference (TYPE) CSI_STRING 20100315
6 Returning RT_NODES Value transfer Type reference (TYPE) CSIT_NODE_OBJ 20100315
# Exception Resumable Description Created on
1 CX_CSI_NODE 20100316

Method INNER_PAUSE_PREPARE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_ADD_DATA Call by reference Object reference (TYPE REF TO) DATA 20100316
2 Exporting ET_PARAMETER Call by reference Type reference (TYPE) CSIT_PARAMETER 20100315
3 Exporting EV_DO_NOT_CALL_PROVIDER Call by reference Type reference (TYPE) CSI_BOOL 20100315
# Exception Resumable Description Created on
1 CX_CSI_NODE 20100316

Method INNER_PAUSE_TRANSFORM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_ADD_DATA Call by reference Object reference (TYPE REF TO) DATA 20100316
2 Importing IV_CDATA Call by reference Type reference (TYPE) CSI_STRING 20100315
3 Importing IV_CODE Call by reference Type reference (TYPE) CSI_INT 20100315
4 Importing IV_DATA Call by reference Type reference (TYPE) XSTRING 20100315
5 Importing IV_REASON Call by reference Type reference (TYPE) CSI_STRING 20100315
# Exception Resumable Description Created on
1 CX_CSI_NODE 20100316

Method INNER_REBOOT_PREPARE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_ADD_DATA Call by reference Object reference (TYPE REF TO) DATA 20100316
2 Exporting ET_PARAMETER Call by reference Type reference (TYPE) CSIT_PARAMETER 20100315
3 Exporting EV_DO_NOT_CALL_PROVIDER Call by reference Type reference (TYPE) CSI_BOOL 20100315
# Exception Resumable Description Created on
1 CX_CSI_NODE 20100316

Method INNER_REBOOT_TRANSFORM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_ADD_DATA Call by reference Object reference (TYPE REF TO) DATA 20100316
2 Importing IV_CDATA Call by reference Type reference (TYPE) CSI_STRING 20100315
3 Importing IV_CODE Call by reference Type reference (TYPE) CSI_INT 20100315
4 Importing IV_DATA Call by reference Type reference (TYPE) XSTRING 20100315
5 Importing IV_REASON Call by reference Type reference (TYPE) CSI_STRING 20100315
# Exception Resumable Description Created on
1 CX_CSI_NODE 20100316

Method INNER_REFRESH_PREPARE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_ADD_DATA Call by reference Object reference (TYPE REF TO) DATA 20100316
2 Exporting ET_PARAMETER Call by reference Type reference (TYPE) CSIT_PARAMETER 20100315
3 Exporting EV_DO_NOT_CALL_PROVIDER Call by reference Type reference (TYPE) CSI_BOOL 20100315
# Exception Resumable Description Created on
1 CX_CSI_NODE 20100316

Method INNER_REFRESH_TRANSFORM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_ADD_DATA Call by reference Object reference (TYPE REF TO) DATA 20100316
2 Importing IV_CDATA Call by reference Type reference (TYPE) CSI_STRING 20100315
3 Importing IV_CODE Call by reference Type reference (TYPE) CSI_INT 20100315
4 Importing IV_DATA Call by reference Type reference (TYPE) XSTRING 20100315
5 Importing IV_REASON Call by reference Type reference (TYPE) CSI_STRING 20100315
6 Returning RV_RUNNING_STATE Value transfer Type reference (TYPE) INT4 20100315
# Exception Resumable Description Created on
1 CX_CSI_NODE 20100316

Method INNER_RESUME_PREPARE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_ADD_DATA Call by reference Object reference (TYPE REF TO) DATA 20100316
2 Exporting ET_PARAMETER Call by reference Type reference (TYPE) CSIT_PARAMETER 20100315
3 Exporting EV_DO_NOT_CALL_PROVIDER Call by reference Type reference (TYPE) CSI_BOOL 20100315
# Exception Resumable Description Created on
1 CX_CSI_NODE 20100316

Method INNER_RESUME_TRANSFORM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_ADD_DATA Call by reference Object reference (TYPE REF TO) DATA 20100316
2 Importing IV_CDATA Call by reference Type reference (TYPE) CSI_STRING 20100315
3 Importing IV_CODE Call by reference Type reference (TYPE) CSI_INT 20100315
4 Importing IV_DATA Call by reference Type reference (TYPE) XSTRING 20100315
5 Importing IV_REASON Call by reference Type reference (TYPE) CSI_STRING 20100315
# Exception Resumable Description Created on
1 CX_CSI_NODE 20100316

Method INNER_SET_DATA_FROM_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_INSTANCE Call by reference Type reference (TYPE) CSIS_INSTANCE 20100315

Method INNER_SET_DATA_FROM_INSTANCE on class CL_CSI_NODE has no exception.

Method INNER_START_PREPARE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_ADD_DATA Call by reference Object reference (TYPE REF TO) DATA 20100316
2 Exporting ET_PARAMETER Call by reference Type reference (TYPE) CSIT_PARAMETER 20100315
3 Exporting EV_DO_NOT_CALL_PROVIDER Call by reference Type reference (TYPE) CSI_BOOL CSI Bool Field 20100315
4 Importing IV_MAXCOUNT Call by reference Type reference (TYPE) CSI_INT 1 20100315
5 Importing IV_MINCOUNT Call by reference Type reference (TYPE) CSI_INT 1 20100315
6 Importing IV_WAIT_TILL_STARTED Call by reference Type reference (TYPE) CSI_INT 0 20100315
# Exception Resumable Description Created on
1 CX_CSI_NODE 20100316

Method INNER_START_TRANSFORM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_ADD_DATA Call by reference Object reference (TYPE REF TO) DATA 20100316
2 Importing IV_CDATA Call by reference Type reference (TYPE) CSI_STRING 20100315
3 Importing IV_CODE Call by reference Type reference (TYPE) CSI_INT 20100315
4 Importing IV_DATA Call by reference Type reference (TYPE) XSTRING 20100315
5 Importing IV_REASON Call by reference Type reference (TYPE) CSI_STRING 20100315
# Exception Resumable Description Created on
1 CX_CSI_NODE CSI Node Exceptions 20100316

Method INNER_STATUS_PREPARE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_ADD_DATA Call by reference Object reference (TYPE REF TO) DATA 20100316
2 Exporting ET_PARAMETER Call by reference Type reference (TYPE) CSIT_PARAMETER 20100315
3 Exporting EV_DO_NOT_CALL_PROVIDER Call by reference Type reference (TYPE) CSI_BOOL 20100315
# Exception Resumable Description Created on
1 CX_CSI_NODE 20100316

Method INNER_STATUS_TRANSFORM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_ADD_DATA Call by reference Object reference (TYPE REF TO) DATA 20100316
2 Importing IV_CDATA Call by reference Type reference (TYPE) CSI_STRING 20100315
3 Importing IV_CODE Call by reference Type reference (TYPE) CSI_INT 20100315
4 Importing IV_DATA Call by reference Type reference (TYPE) XSTRING 20100315
5 Importing IV_REASON Call by reference Type reference (TYPE) CSI_STRING 20100315
6 Returning RV_STATUS Value transfer Type reference (TYPE) CSI_NODE_STATUS 20100315
# Exception Resumable Description Created on
1 CX_CSI_NODE 20100316

Method INNER_STOP_PREPARE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_ADD_DATA Call by reference Object reference (TYPE REF TO) DATA 20100316
2 Exporting ET_PARAMETER Call by reference Type reference (TYPE) CSIT_PARAMETER 20100315
3 Exporting EV_DO_NOT_CALL_PROVIDER Call by reference Type reference (TYPE) CSI_BOOL 20100315
# Exception Resumable Description Created on
1 CX_CSI_NODE 20100316

Method INNER_STOP_TRANSFORM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_ADD_DATA Call by reference Object reference (TYPE REF TO) DATA 20100316
2 Importing IV_CDATA Call by reference Type reference (TYPE) CSI_STRING 20100315
3 Importing IV_CODE Call by reference Type reference (TYPE) CSI_INT 20100315
4 Importing IV_DATA Call by reference Type reference (TYPE) XSTRING 20100315
5 Importing IV_REASON Call by reference Type reference (TYPE) CSI_STRING 20100315
# Exception Resumable Description Created on
1 CX_CSI_NODE 20100316

Method LIST Signature

Method LIST on class CL_CSI_NODE has no parameter.
Method LIST on class CL_CSI_NODE has no exception.

Method PAUSE Signature

Method PAUSE on class CL_CSI_NODE has no parameter.
Method PAUSE on class CL_CSI_NODE has no exception.

Method RAISE_NOT_IMPLEMENTED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_METHOD_NAME Call by reference Type reference (TYPE) STRING 20091118
2 Importing IV_PROVIDER_NAME Call by reference Type reference (TYPE) CSI_PROVIDER_NAME CSI Cloud Provider Name 20091118
# Exception Resumable Description Created on
1 CX_CSI_NODE CSI Node Exceptions 20091118

Method REBOOT Signature

Method REBOOT on class CL_CSI_NODE has no parameter.
Method REBOOT on class CL_CSI_NODE has no exception.

Method REFRESH Signature

Method REFRESH on class CL_CSI_NODE has no parameter.
Method REFRESH on class CL_CSI_NODE has no exception.

Method RESUME Signature

Method RESUME on class CL_CSI_NODE has no parameter.
Method RESUME on class CL_CSI_NODE has no exception.

Method SET_DATA_FROM_INSTANCE Signature

Method SET_DATA_FROM_INSTANCE on class CL_CSI_NODE has no parameter.
Method SET_DATA_FROM_INSTANCE on class CL_CSI_NODE has no exception.

Method SET_PROFILE Signature

Method SET_PROFILE on class CL_CSI_NODE has no parameter.
Method SET_PROFILE on class CL_CSI_NODE has no exception.

Method START Signature

Method START on class CL_CSI_NODE has no parameter.
Method START on class CL_CSI_NODE has no exception.

Method STATUS Signature

Method STATUS on class CL_CSI_NODE has no parameter.
Method STATUS on class CL_CSI_NODE has no exception.

Method STOP Signature

Method STOP on class CL_CSI_NODE has no parameter.
Method STOP on class CL_CSI_NODE has no exception.
Event Signatures

Event AFTER_ACTION Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 IT_PARAMETER Exporting Value transfer Type reference (TYPE) CSIT_PARAMETER CSI Parameter Table 20110615
2 IV_ACTION Exporting Value transfer Type reference (TYPE) CSI_NODE_ACTION CSI Node Action 20110615

Event BEFORE_ACTION Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 IT_PARAMETER Exporting Value transfer Type reference (TYPE) CSIT_PARAMETER CSI Parameter Table 20110615
2 IV_ACTION Exporting Value transfer Type reference (TYPE) CSI_NODE_ACTION CSI Node Action 20110615
History
Last changed by/on SAP  20130531 
SAP Release Created in 702