SAP ABAP Interface IF_CTS_COMMON_TOOLS (cCTS: Common tools)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-CTS-TMS-CTR (Application Component) Central CTS # Transport Management
     SCTS_DIST_CTL_COMMON (Package) Common Parts of cCTS Organizer and Transport Manager
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_CTS_COMMON_TOOLS Wrapper for common tools 20121015
Properties
Interface IF_CTS_COMMON_TOOLS  
Short Description cCTS: Common tools    
General Data
Package SCTS_DIST_CTL_COMMON   Common Parts of cCTS Organizer and Transport Manager 
Created 20121015   SAP 
Last changed 20140121   SAP 
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 IF_CTS_SYSTEM Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
3 IF_CTS_TRANSPORT_ENTITY Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
4 IF_CTS_TRANSPORT_REQUEST Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
5 STMS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
6 TRIWB Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Interface IF_CTS_COMMON_TOOLS has no interface.
Friends
Interface IF_CTS_COMMON_TOOLS has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_APP_API Constant Public Type reference (TYPE) STRING 'cts_api' 20121015
2 CO_APP_CCTS_EMERGENCY Constant Public Type reference (TYPE) STRING 'ccts_emergency' 20130131
3 CO_APP_CTS_CONFIG Constant Public Type reference (TYPE) STRING 'cts_configuration' 20121015
4 CO_APP_MANAGER Constant Public Type reference (TYPE) STRING 'cts_zenui_manager' 20121015
5 CO_APP_PLUGIN_DISTRIBUTION Constant Public Type reference (TYPE) STRING 'cts_plugin_distribution' 20121123
6 CO_APP_PROJECTS Constant Public Type reference (TYPE) STRING 'cts_zenui_projects' 20121015
7 CO_APP_PROJECT_STATUS Constant Public Type reference (TYPE) STRING 'cts_zenui_project_status' 20121015
8 CO_APP_TRANSPORT Constant Public Type reference (TYPE) STRING 'cts_zenui_transport' 20121015
9 CO_APP_TR_ORGANIZER Constant Public Type reference (TYPE) STRING 'cts_transport_organizer' 20121015
10 CO_APP_ZEN_ORGANIZER Constant Public Type reference (TYPE) STRING 'cts_zenui_organizer' 20121015
11 CO_CTS_APPLICATION Constant Public Type reference (TYPE) STRING 'APPLICATION' 20121015
12 CO_CTS_FILE Constant Public Type reference (TYPE) STRING 'FILE' 20121015
13 CO_CTS_PGMID Constant Public Type reference (TYPE) STRING 'R3TR' 20121015
14 CO_CTS_TYPE_R3TRANS Constant Public Type reference (TYPE) STRING 'R3TRANS' 20121015
15 CO_STOPMARK_ADD Constant Public Type reference (TYPE) STRING 'ADD' 20121015
16 CO_STOPMARK_MOVE Constant Public Type reference (TYPE) STRING 'MOVE' 20121015
17 CO_STOPMARK_REMOVE Constant Public Type reference (TYPE) STRING 'REMOVE' 20121015
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_APP_AVAILABILITY Instance method Public Method Check Application availability 20121015
2 CREATE_API_ALERT Instance method Public Method Create API alert from exception 20121015
3 FIND_COLLECTIONS Instance method Public Method Retrieve collection data for a list of requests 20121015
4 GET_DEPLOY_TARGETS Instance method Public Method Returns the deploy targets for a given system 20121015
5 GET_DOMAIN Instance method Public Method Returns the local domain name 20121015
6 GET_LANDSCAPE Instance method Public Method Returns list of connected systems 20121015
7 IS_UNICODE Instance method Public Method Returns abap_true if this is a Unicode system 20121015
8 LANG_ISO_TO_SAP Instance method Public Method Convert ISO language code to SAP 20121015
9 LANG_SAP_TO_ISO Instance method Public Method Convert SAP language code to ISO 20121015
10 LOAD_APPTYPE Instance method Public Method Retrieve application type for non-ABAP request 20121015
11 LOAD_FILENAME Instance method Public Method Retrieve file name for non-ABAP request 20121015
12 MAP_LANG_ISO_TO_SAP Instance method Public Method Maps language code from ISO to SAP 20121015
13 MAP_LANG_SAP_TO_ISO Instance method Public Method Maps language code from SAP to ISO 20121015
14 READ_PROJECT_TEXT Instance method Public Method Read project information 20121015
15 REMOTE_DELETE_REQ_FROM_BUFFER Instance method Public Method Delete requests from buffer 20121015
16 REMOTE_EDIT_STOPMARK Instance method Public Method Add, move, or remove stopmark 20121015
17 REMOTE_GET_IMPORT_STATE Instance method Public Method Retrieve import status for a list of requests remotely 20121015
18 REMOTE_GET_LANDSCAPE Instance method Public Method Retrieve import status for a list of requests remotely 20121015
19 REMOTE_GET_LOG_FILE Instance method Public Method Retrieves raw log data 20121015
20 REMOTE_GET_LOG_OVERVIEW Instance method Public Method Retrieves overview for given request 20121015
21 REMOTE_GET_LOG_STEPS Instance method Public Method Retrieves log steps 20121015
22 REMOTE_GET_TR_PROFILE_ENTRY Instance method Public Method Retrieves the profile parameter for a system 20121015
23 REMOTE_GREP_QUEUE Instance method Public Method grep transport queue 20121015
24 REMOTE_IMPORT_QUEUE Instance method Public Method Import complete queue (all) 20121015
25 REMOTE_READ_REQUEST Instance method Public Method Retrieve information 20121015
26 REMOTE_SET_TR_PROFILE_ENTRY Instance method Public Method Set profile parameter 20121015
27 TRIGGER_PREVIEW_IMPORT Instance method Public Method Trigger the preview import 20121015
28 VALIDATE_FOREIGN_SYSTEM Instance method Public Method Validate systems not part of TMS configuration 20130215
29 VALIDATE_SYSTEM_NAME Instance method Public Method Validate system name (SID) 20121015
Events
Interface IF_CTS_COMMON_TOOLS has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_ISO Public See coding 20121015 ty_iso type c length 2
2 TY_LOGPTRS Public See coding 20121015 ty_logptrs type standard table of tplogptr
3 TY_STEP Public See coding 20121015 begin of ty_step, step type c length 1, rc type c length 4, end of ty_step
4 TY_STEPS Public See coding 20121015 ty_steps type standard table of ty_step with default key
5 TY_TP_BUFFER Public See coding 20121015 ty_tp_buffer type standard table of tpbuffer with default key
6 TY_USERS Public See coding 20121015 ty_users type standard table of ctsuser with default key
Method Signatures

Method CHECK_APP_AVAILABILITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing APPLICATION Call by reference Type reference (TYPE) STRING 20121015
# Exception Resumable Description Created on
1 CX_CTS_DIST_CTL_EXCEPTION 20121015

Method CREATE_API_ALERT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ALERT Value transfer Type reference (TYPE) SCTS_API_ALERT 20121015
2 Importing EXCEPTION Call by reference Object reference (TYPE REF TO) CX_CTS_EXCEPTION 20121015
3 Importing RET_CODE Call by reference Type reference (TYPE) INT4 20121015

Method CREATE_API_ALERT on Interface IF_CTS_COMMON_TOOLS has no exception.

Method FIND_COLLECTIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting COLLECTIONS Call by reference Type reference (TYPE) CTS_COLLECTION_ASSIGNMENTS 20121015
2 Exporting COLLECTION_INFOS Call by reference Type reference (TYPE) CTS_COLLECTION_INFOS 20121015
3 Exporting PROJECT_INFOS Call by reference Type reference (TYPE) CTS_PROJECT_INFOS 20121015
4 Importing REQUESTS Value transfer Type reference (TYPE) TRKORRS 20121015
5 Importing SELECTION Value transfer Type reference (TYPE) CTS_COLLECTION_SELECTION 20121015

Method FIND_COLLECTIONS on Interface IF_CTS_COMMON_TOOLS has no exception.

Method GET_DEPLOY_TARGETS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SOURCE_ID Call by reference Type reference (TYPE) IF_CTS_SYSTEM=>TY_ID 20121015
2 Importing SYSTEM_ID Call by reference Type reference (TYPE) IF_CTS_SYSTEM=>TY_ID 20121015
3 Exporting TARGETS Call by reference Type reference (TYPE) TRIWB_T_DPLTARG 20121015
# Exception Resumable Description Created on
1 CX_CTS_LANDSCAPE_SYSTEM 20121015

Method GET_DOMAIN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning DOMAIN_NAME Value transfer Type reference (TYPE) IF_CTS_SYSTEM=>TY_DOMAIN_NAME 20121015
2 Importing SYSTEM_NAME Call by reference Type reference (TYPE) IF_CTS_SYSTEM=>TY_NAME 20121015
# Exception Resumable Description Created on
1 CX_CTS_LANDSCAPE_SYSTEM 20121015

Method GET_LANDSCAPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting RESULT Call by reference Type reference (TYPE) TCELANDSCP 20121015
2 Importing SYSTEM_ID Call by reference Type reference (TYPE) IF_CTS_SYSTEM=>TY_ID 20121015
3 Importing WITH_DEPLOY_LANDSCAPE Call by reference Type reference (TYPE) BOOLEAN ABAP_TRUE 20121015

Method GET_LANDSCAPE on Interface IF_CTS_COMMON_TOOLS has no exception.

Method IS_UNICODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning FLAG Value transfer Type reference (TYPE) BOOLEAN 20121015

Method IS_UNICODE on Interface IF_CTS_COMMON_TOOLS has no exception.

Method LANG_ISO_TO_SAP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ISO Call by reference Type reference (TYPE) TY_ISO 20121015
2 Returning SAP Value transfer Type reference (TYPE) SYLANGU 20121015

Method LANG_ISO_TO_SAP on Interface IF_CTS_COMMON_TOOLS has no exception.

Method LANG_SAP_TO_ISO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ISO Value transfer Type reference (TYPE) TY_ISO 20121015
2 Importing SAP Call by reference Type reference (TYPE) SYLANGU 20121015

Method LANG_SAP_TO_ISO on Interface IF_CTS_COMMON_TOOLS has no exception.

Method LOAD_APPTYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning APPLTYPE Value transfer Type reference (TYPE) STRING 20121015
2 Importing FILEUID Call by reference Type reference (TYPE) CTS_GUID32 20121015

Method LOAD_APPTYPE on Interface IF_CTS_COMMON_TOOLS has no exception.

Method LOAD_FILENAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning FILENAME Value transfer Type reference (TYPE) STRING 20121015
2 Importing FILEUID Call by reference Type reference (TYPE) CTS_GUID32 20121015

Method LOAD_FILENAME on Interface IF_CTS_COMMON_TOOLS has no exception.

Method MAP_LANG_ISO_TO_SAP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ISO Call by reference Type reference (TYPE) CHAR2 20121015
2 Returning SAP Value transfer Type reference (TYPE) SYLANGU 20121015

Method MAP_LANG_ISO_TO_SAP on Interface IF_CTS_COMMON_TOOLS has no exception.

Method MAP_LANG_SAP_TO_ISO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ISO Value transfer Type reference (TYPE) CHAR2 20121015
2 Importing SAP Call by reference Type reference (TYPE) SYLANGU 20121015

Method MAP_LANG_SAP_TO_ISO on Interface IF_CTS_COMMON_TOOLS has no exception.

Method READ_PROJECT_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting DESCRIPTION Call by reference Type reference (TYPE) STRING 20121015
2 Exporting EXTERNAL_DESCRIPTION Call by reference Type reference (TYPE) STRING 20121015
3 Exporting EXTERNAL_ID Call by reference Type reference (TYPE) STRING 20121015
4 Importing PROJECT_ID Call by reference Type reference (TYPE) IF_CTS_TRANSPORT_ENTITY=>TY_PROJECT 20121015

Method READ_PROJECT_TEXT on Interface IF_CTS_COMMON_TOOLS has no exception.

Method REMOTE_DELETE_REQ_FROM_BUFFER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing REQUEST Call by reference Type reference (TYPE) IF_CTS_TRANSPORT_ENTITY=>TY_ID 20121015
2 Importing REQUESTS Call by reference Type reference (TYPE) IF_CTS_TRANSPORT_ENTITY=>TY_IDS 20121015
3 Returning SUCCESS Value transfer Type reference (TYPE) BOOLEAN 20121015
4 Importing SYSTEM Call by reference Object reference (TYPE REF TO) IF_CTS_SYSTEM 20121015
# Exception Resumable Description Created on
1 CX_CTS_ENTITY_QUEUE 20121015

Method REMOTE_EDIT_STOPMARK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing OPERATION Call by reference Type reference (TYPE) STRING 20121015
2 Importing REQUEST Call by reference Type reference (TYPE) IF_CTS_TRANSPORT_ENTITY=>TY_ID 20121015
3 Returning SUCCESS Value transfer Type reference (TYPE) BOOLEAN 20121015
4 Importing SYSTEM Call by reference Object reference (TYPE REF TO) IF_CTS_SYSTEM 20121015
5 Importing TARGET_CLIENT Call by reference Type reference (TYPE) SCTS_TY_SYSTEM_CLIENT 20121015
# Exception Resumable Description Created on
1 CX_CTS_ENTITY_QUEUE 20121015

Method REMOTE_GET_IMPORT_STATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting IMPSTATS Call by reference Type reference (TYPE) TSYIMPSTATS 20121015
2 Exporting LOGPTRS Call by reference Type reference (TYPE) TY_LOGPTRS 20121015
3 Importing REQUEST_IDS Call by reference Type reference (TYPE) IF_CTS_TRANSPORT_ENTITY=>TY_IDS 20121015
4 Exporting STDOUTS Call by reference Type reference (TYPE) TPSTDOUTS 20121015
5 Importing SYSTEM Call by reference Object reference (TYPE REF TO) IF_CTS_SYSTEM 20121015
6 Importing WITH_ACTIONS Call by reference Type reference (TYPE) BOOLEAN 20121015
# Exception Resumable Description Created on
1 CX_CTS_EXCEPTION 20121015

Method REMOTE_GET_LANDSCAPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting LANDSCAPES Call by reference Type reference (TYPE) TCELANDSCS 20121015
2 Importing SYSTEM Call by reference Object reference (TYPE REF TO) IF_CTS_SYSTEM 20121015
3 Exporting SYSTEMS Call by reference Type reference (TYPE) TMSCSYSS TMS CI: Systems 20130226
# Exception Resumable Description Created on
1 CX_CTS_EXCEPTION 20121015

Method REMOTE_GET_LOG_FILE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DOMAIN_NAME Call by reference Type reference (TYPE) IF_CTS_SYSTEM=>TY_DOMAIN_NAME 20121015
2 Exporting RESULT Call by reference Type reference (TYPE) TRLOGS 20121015
3 Importing STEP Call by reference Type reference (TYPE) TY_STEP-STEP 20121015
4 Importing SYSTEM_NAME Call by reference Type reference (TYPE) IF_CTS_SYSTEM=>TY_NAME 20121015
5 Importing TRANSPORT_ENTITY_ID Call by reference Type reference (TYPE) IF_CTS_TRANSPORT_ENTITY=>TY_ID 20121015
# Exception Resumable Description Created on
1 CX_CTS_EXCEPTION 20121015

Method REMOTE_GET_LOG_OVERVIEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning OVERVIEW Value transfer Type reference (TYPE) SCTS_LOG_OVERVIEWS 20121015
2 Importing REQUEST_ID Call by reference Type reference (TYPE) IF_CTS_TRANSPORT_REQUEST=>TY_ID 20121015
# Exception Resumable Description Created on
1 CX_CTS_EXCEPTION 20121015

Method REMOTE_GET_LOG_STEPS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DOMAIN_NAME Call by reference Type reference (TYPE) IF_CTS_SYSTEM=>TY_DOMAIN_NAME 20121015
2 Returning STEPS Value transfer Type reference (TYPE) TY_STEPS 20121015
3 Importing SYSTEM_NAME Call by reference Type reference (TYPE) IF_CTS_SYSTEM=>TY_NAME 20121015
4 Importing TRANSPORT_ENTITY_ID Call by reference Type reference (TYPE) IF_CTS_TRANSPORT_ENTITY=>TY_ID 20121015
# Exception Resumable Description Created on
1 CX_CTS_EXCEPTION 20121015

Method REMOTE_GET_TR_PROFILE_ENTRY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DOMAIN_NAME Call by reference Type reference (TYPE) IF_CTS_SYSTEM=>TY_DOMAIN_NAME 20121015
2 Importing PARAMETER_NAME Call by reference Type reference (TYPE) TMSPCONF-NAME 20121015
3 Returning PARAMETER_VALUE Value transfer Type reference (TYPE) TMSPCONF-VALUE 20121015
4 Importing SYSTEM_NAME Call by reference Type reference (TYPE) IF_CTS_SYSTEM=>TY_NAME 20121015
# Exception Resumable Description Created on
1 CX_CTS_LANDSCAPE_SYSTEM 20121015

Method REMOTE_GREP_QUEUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DOMAIN_NAME Call by reference Type reference (TYPE) IF_CTS_SYSTEM=>TY_DOMAIN_NAME 20121015
2 Importing SYSTEM_NAME Call by reference Type reference (TYPE) IF_CTS_SYSTEM=>TY_NAME 20121015

Method REMOTE_GREP_QUEUE on Interface IF_CTS_COMMON_TOOLS has no exception.

Method REMOTE_IMPORT_QUEUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ASYNCHRONOUSLY Call by reference Type reference (TYPE) BOOLEAN 20121015
2 Importing BATCH Call by reference Type reference (TYPE) STMSCBATCH 20121015
3 Importing CLIENT Call by reference Type reference (TYPE) STPA-CLIENT 20121015
4 Importing IGNORE_COMP Call by reference Type reference (TYPE) BOOLEAN 20121015
5 Importing IGNORE_LOCKED Call by reference Type reference (TYPE) BOOLEAN 20121015
6 Importing IGNORE_ORIGINALITY Call by reference Type reference (TYPE) BOOLEAN 20121015
7 Importing IGNORE_PREDEC Call by reference Type reference (TYPE) BOOLEAN 20121015
8 Importing IGNORE_REPAIR Call by reference Type reference (TYPE) BOOLEAN 20121015
9 Importing IMPORT_AGAIN Call by reference Type reference (TYPE) BOOLEAN 20121015
10 Importing LEAVE Call by reference Type reference (TYPE) BOOLEAN 20121015
11 Importing SYSTEM Call by reference Object reference (TYPE REF TO) IF_CTS_SYSTEM 20121015
12 Importing TEST_IMPORT Call by reference Type reference (TYPE) BOOLEAN 20121015
# Exception Resumable Description Created on
1 CX_CTS_ENTITY_QUEUE 20121015

Method REMOTE_READ_REQUEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting INFO Call by reference Type reference (TYPE) STMS_WBO_REQUEST 20121015
2 Importing REQUEST_ID Call by reference Type reference (TYPE) IF_CTS_TRANSPORT_REQUEST=>TY_ID 20121015
3 Importing SYSTEM_ID Call by reference Type reference (TYPE) IF_CTS_SYSTEM=>TY_ID 20121015

Method REMOTE_READ_REQUEST on Interface IF_CTS_COMMON_TOOLS has no exception.

Method REMOTE_SET_TR_PROFILE_ENTRY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PARAMETER_NAME Call by reference Type reference (TYPE) TMSPCONF-NAME 20121015
2 Importing PARAMETER_VALUE Call by reference Type reference (TYPE) TMSPCONF-VALUE 20121015
3 Importing SYSTEM_NAME Call by reference Type reference (TYPE) IF_CTS_SYSTEM=>TY_NAME 20121015
# Exception Resumable Description Created on
1 CX_CTS_LANDSCAPE_SYSTEM 20121015

Method TRIGGER_PREVIEW_IMPORT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting BUFFER Call by reference Type reference (TYPE) TY_TP_BUFFER 20121015
2 Importing REQUESTS Call by reference Type reference (TYPE) TRKORRS 20121015
3 Importing SYSTEM_ID Call by reference Type reference (TYPE) IF_CTS_SYSTEM=>TY_ID 20121015
# Exception Resumable Description Created on
1 CX_CTS_EXCEPTION 20121015

Method VALIDATE_FOREIGN_SYSTEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_COM_CLIENT Call by reference Type reference (TYPE) IF_CTS_SYSTEM=>TY_CLIENT 20130215
2 Exporting E_COM_SYSTEM_NAME Call by reference Type reference (TYPE) IF_CTS_SYSTEM=>TY_NAME 20130215
3 Exporting E_DOMAIN_NAME Call by reference Type reference (TYPE) IF_CTS_SYSTEM=>TY_DOMAIN_NAME 20130215
4 Exporting E_ERROR Call by reference Type reference (TYPE) BAPIRET2 Return Parameter 20130225
5 Importing I_CLIENT Call by reference Type reference (TYPE) IF_CTS_SYSTEM=>TY_CLIENT 20130215
6 Importing I_DOMAIN_NAME Call by reference Type reference (TYPE) IF_CTS_SYSTEM=>TY_DOMAIN_NAME 20130215
7 Importing I_SYSTEM_NAME Call by reference Type reference (TYPE) IF_CTS_SYSTEM=>TY_NAME 20130215
# Exception Resumable Description Created on
1 CX_CTS_LANDSCAPE_SYSTEM Exceptions from Handling Systems 20130215

Method VALIDATE_SYSTEM_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SYSTEM_NAME Call by reference Type reference (TYPE) IF_CTS_SYSTEM=>TY_NAME 20121015
2 Returning VALID Value transfer Type reference (TYPE) BOOLEAN 20121015

Method VALIDATE_SYSTEM_NAME on Interface IF_CTS_COMMON_TOOLS has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 702