SAP ABAP Class IF_CTS_SYSTEM_COLLECTION (General collection of systems)
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_CTS_SYSTEM General System 20090429
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CLTD_CTS_SYSTEM_COLLECTION cCTS: test double cluster 20130425
2 Interface implementation (CLASS c. INTERFACES i_ref)  CL_CTS_SYSTEM_COLLECTION A collection of systems 20090429
Properties
Class IF_CTS_SYSTEM_COLLECTION  
Short Description General collection of systems    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20090327   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 IF_CTS_SYSTEM Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
2 IF_CTS_SYSTEM_COLLECTION Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class IF_CTS_SYSTEM_COLLECTION has no interface implemented.
Friends
Class IF_CTS_SYSTEM_COLLECTION has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_MODE_DYNAMIC Instance attribute Public Attribute reference (LIKE) 20111219
2 CO_MODE_MANAGED Instance attribute Public Attribute reference (LIKE) 20090624
3 CO_MODE_MONITORED Instance attribute Public Attribute reference (LIKE) 20090624
4 CO_MODE_NONE Instance attribute Public Attribute reference (LIKE) 20111219
5 CO_MODE_PROPOSED Instance attribute Public Attribute reference (LIKE) 20090624
6 CO_MODE_PROP_DYNAMIC Instance attribute Public Attribute reference (LIKE) 20120629
Methods
# Method Level Visibility Method type Description Created on
1 ADD_SYSTEM Instance method Public Method Add a system to the collection 20090429
2 ADD_TARGET Instance method Public Method Add a target to list of target system collection 20090429
3 CONTAINS_SYSTEM Instance method Public Method Is a given system part of the collection? 20090429
4 GET_DESCRIPTION Instance method Public Method 20090506
5 GET_DOMAIN_NAME Instance method Public Method 20090506
6 GET_ID Instance method Public Method 20090506
7 GET_IMPORT_QUEUE Instance method Public Method 20090506
8 GET_MODE Instance method Public Method 20090624
9 GET_NAME Instance method Public Method 20090506
10 GET_ORGANIZER_CLIENT Instance method Public Method Retrieve organizer client 20120404
11 GET_PROFILE_ENTRY Instance method Public Method 20101214
12 GET_RELEASE Instance method Public Method 20090506
13 GET_ROLES Instance method Public Method 20100527
14 GET_STATUS Instance method Public Method 20090506
15 GET_SYSTEMS Instance method Public Method Returns list of all systems that belong to the collection 20090429
16 GET_TARGETS Instance method Public Method Retrieves a list of deploy targets 20090429
17 GET_TARGET_COLLECTIONS Instance method Public Method Retrieves list of target system collections 20091124
18 GET_TYPE Instance method Public Method 20090506
19 IS_LOCK_SYSTEM Instance method Public Method 20100330
20 IS_ORGANIZER_ACTIVE Instance method Public Method Is organizer/export system? 20120404
21 REMOVE_SYSTEM Instance method Public Method Remove a system 20090508
22 SET_DESCRIPTION Instance method Public Method Set description 20120404
23 SET_ORGANIZER_CLIENT Instance method Public Method Set organizer/export system 20120404
24 SET_SYSTEMS Instance method Public Method Set the list of contained systems 20090508
Events
Class IF_CTS_SYSTEM_COLLECTION has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_CLIENT Public Attribute reference (LIKE) 20090506
2 TY_DESCRIPTION Public Attribute reference (LIKE) 20090506
3 TY_DOMAIN_NAME Public Attribute reference (LIKE) 20090506
4 TY_ID Public Attribute reference (LIKE) 20090506
5 TY_MANAGING_MODE Public Attribute reference (LIKE) 20090624
6 TY_NAME Public Attribute reference (LIKE) 20090506
7 TY_RELEASE Public Attribute reference (LIKE) 20090506
8 TY_ROLES Public Attribute reference (LIKE) 20100527
9 TY_STATUS Public Attribute reference (LIKE) 20090506
10 TY_SYSTEMS Public Attribute reference (LIKE) 20090506
11 TY_SYSTEM_COLLECTIONS Public Type reference (TYPE) SCTS_TY_SYSTEM_COLLECTIONS List of clusters 20090506
12 TY_TYPE Public Attribute reference (LIKE) 20090506
Method Signatures

Method ADD_SYSTEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PARTLY_MANAGED Call by reference Type reference (TYPE) BOOLEAN Set to ABAP_TRUE if system should be partly managed only 20101104
2 Importing SYSTEM Call by reference Object reference (TYPE REF TO) IF_CTS_SYSTEM System reference to add 20090429
# Exception Resumable Description Created on
1 CX_CTS_LANDSCAPE_SYSTEM_COL Exceptions from handling systems 20100315

Method ADD_TARGET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing TARGET Call by reference Object reference (TYPE REF TO) IF_CTS_SYSTEM_COLLECTION Cluster reference 20090429
# Exception Resumable Description Created on
1 CX_CTS_LANDSCAPE_SYSTEM_COL Exceptions from handling system collections 20090429

Method CONTAINS_SYSTEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning FLAG Value transfer Type reference (TYPE) BOOLEAN ABAP_TRUE if system part of cluster 20090429
2 Importing SYSTEM Call by reference Object reference (TYPE REF TO) IF_CTS_SYSTEM System to check 20090429

Method CONTAINS_SYSTEM on class IF_CTS_SYSTEM_COLLECTION has no exception.

Method GET_DESCRIPTION Signature

Method GET_DESCRIPTION on class IF_CTS_SYSTEM_COLLECTION has no parameter.
Method GET_DESCRIPTION on class IF_CTS_SYSTEM_COLLECTION has no exception.

Method GET_DOMAIN_NAME Signature

Method GET_DOMAIN_NAME on class IF_CTS_SYSTEM_COLLECTION has no parameter.
Method GET_DOMAIN_NAME on class IF_CTS_SYSTEM_COLLECTION has no exception.

Method GET_ID Signature

Method GET_ID on class IF_CTS_SYSTEM_COLLECTION has no parameter.
Method GET_ID on class IF_CTS_SYSTEM_COLLECTION has no exception.

Method GET_IMPORT_QUEUE Signature

Method GET_IMPORT_QUEUE on class IF_CTS_SYSTEM_COLLECTION has no parameter.
Method GET_IMPORT_QUEUE on class IF_CTS_SYSTEM_COLLECTION has no exception.

Method GET_MODE Signature

Method GET_MODE on class IF_CTS_SYSTEM_COLLECTION has no parameter.
Method GET_MODE on class IF_CTS_SYSTEM_COLLECTION has no exception.

Method GET_NAME Signature

Method GET_NAME on class IF_CTS_SYSTEM_COLLECTION has no parameter.
Method GET_NAME on class IF_CTS_SYSTEM_COLLECTION has no exception.

Method GET_ORGANIZER_CLIENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_CLIENT Value transfer Type reference (TYPE) TY_CLIENT Collection organizer client 20120404

Method GET_ORGANIZER_CLIENT on class IF_CTS_SYSTEM_COLLECTION has no exception.

Method GET_PROFILE_ENTRY Signature

Method GET_PROFILE_ENTRY on class IF_CTS_SYSTEM_COLLECTION has no parameter.
Method GET_PROFILE_ENTRY on class IF_CTS_SYSTEM_COLLECTION has no exception.

Method GET_RELEASE Signature

Method GET_RELEASE on class IF_CTS_SYSTEM_COLLECTION has no parameter.
Method GET_RELEASE on class IF_CTS_SYSTEM_COLLECTION has no exception.

Method GET_ROLES Signature

Method GET_ROLES on class IF_CTS_SYSTEM_COLLECTION has no parameter.
Method GET_ROLES on class IF_CTS_SYSTEM_COLLECTION has no exception.

Method GET_STATUS Signature

Method GET_STATUS on class IF_CTS_SYSTEM_COLLECTION has no parameter.
Method GET_STATUS on class IF_CTS_SYSTEM_COLLECTION has no exception.

Method GET_SYSTEMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning SYSTEMS Value transfer Type reference (TYPE) SCTS_TY_SYSTEMS List of included systems 20090429

Method GET_SYSTEMS on class IF_CTS_SYSTEM_COLLECTION has no exception.

Method GET_TARGETS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SOURCE Call by reference Type reference (TYPE) SCTS_TY_SYSTEM_ID Source system 20090907
2 Returning TARGETS Value transfer Type reference (TYPE) SCTS_TY_SYSTEMS Deploy targets regarding source system 20090429
# Exception Resumable Description Created on
1 CX_CTS_LANDSCAPE_SYSTEM Exceptions from handling systems 20090907

Method GET_TARGET_COLLECTIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning COLLECTIONS Value transfer Type reference (TYPE) TY_SYSTEM_COLLECTIONS Target clusters 20091124

Method GET_TARGET_COLLECTIONS on class IF_CTS_SYSTEM_COLLECTION has no exception.

Method GET_TYPE Signature

Method GET_TYPE on class IF_CTS_SYSTEM_COLLECTION has no parameter.
Method GET_TYPE on class IF_CTS_SYSTEM_COLLECTION has no exception.

Method IS_LOCK_SYSTEM Signature

Method IS_LOCK_SYSTEM on class IF_CTS_SYSTEM_COLLECTION has no parameter.
Method IS_LOCK_SYSTEM on class IF_CTS_SYSTEM_COLLECTION has no exception.

Method IS_ORGANIZER_ACTIVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_ACTIVE Value transfer Type reference (TYPE) BOOL ABAP_TRUE if collection organizer is active 20120404

Method IS_ORGANIZER_ACTIVE on class IF_CTS_SYSTEM_COLLECTION has no exception.

Method REMOVE_SYSTEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SYSTEM Call by reference Object reference (TYPE REF TO) IF_CTS_SYSTEM System to remove 20090508

Method REMOVE_SYSTEM on class IF_CTS_SYSTEM_COLLECTION has no exception.

Method SET_DESCRIPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DESCRIPTION Call by reference Type reference (TYPE) TY_DESCRIPTION Description of cluster 20120404
# Exception Resumable Description Created on
1 CX_CTS_LANDSCAPE_SYSTEM_COL Exceptions from Handling System Collections 20120404

Method SET_ORGANIZER_CLIENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ACTIVE Call by reference Type reference (TYPE) BOOLEAN set to ABAP_FALSE to deactive collection organizer 20120404
2 Importing I_CLIENT Call by reference Type reference (TYPE) TY_CLIENT Collection organizer client 20120404
# Exception Resumable Description Created on
1 CX_CTS_LANDSCAPE_SYSTEM_COL Exceptions from Handling System Collections 20120404

Method SET_SYSTEMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SYSTEMS Call by reference Type reference (TYPE) SCTS_TY_SYSTEMS System list for cluster 20090508
# Exception Resumable Description Created on
1 CX_CTS_LANDSCAPE_SYSTEM_COL Exceptions from handling system collections 20090508
History
Last changed by/on SAP  20140121 
SAP Release Created in