SAP ABAP Class CL_ESH_SYS_COUPLING_ASSIST_V1 (Assistance Class for System coupling UI)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-EIM-ESH (Application Component) NetWeaver Enterprise Search
     S_ESH_UI_MONITORING_ADMIN_UI (Package) Monitoring and Adminstration UI
Properties
Class CL_ESH_SYS_COUPLING_ASSIST_V1  
Short Description Assistance Class for System coupling UI    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package S_ESH_UI_MONITORING_ADMIN_UI   Monitoring and Adminstration UI 
Created 20101025   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
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 CL_ESH_CM_TOP_LEVEL_OLD Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 CL_ESH_OM_CONSTANTS Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
Class CL_ESH_SYS_COUPLING_ASSIST_V1 has no interface implemented.
Friends
Class CL_ESH_SYS_COUPLING_ASSIST_V1 has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_SOURCE Constant Public Type reference (TYPE) CHAR6 'SOURCE' Character Field Length = 10 20101025
2 GC_TARGET Constant Public Type reference (TYPE) CHAR6 'TARGET' Character Field Length = 10 20101025
3 GR_APPLOG Instance attribute Public Object reference (TYPE REF TO) IF_ESH_OM_APPLOG Application Log 20101025
4 GR_ESH_CM_SYS_COUP Instance attribute Private Object reference (TYPE REF TO) CL_ESH_CM_SYS_COUP Mapping of Systems for Tagging 20101025
5 GR_ESH_CM_TOP_LEVEL Instance attribute Private Object reference (TYPE REF TO) CL_ESH_CM_TOP_LEVEL_OLD for top level swc info for tagging 20101025
6 TEXTS_SYS_COUP Instance attribute Public Type reference (TYPE) ESH_S_CM_ASSIST_SYS_COUP_TEXT Assistance: texts for system mapping data 20101025
Methods
# Method Level Visibility Method type Description Created on
1 BUILD_TEXTS Instance method Private Method builds texts for the UIs 20101025
2 CHECK_CONNECTOR_EXISTANCE_TL Instance method Public Method Gets the information if already connectors exist 20101025
3 CHECK_DUPLICATE_KEY_SYS_COUP Instance method Public Method Checks duplicate keys of system couplings 20101025
4 CHECK_STACK_CONSISTENCY_TL Instance method Public Method Check the version currently on DB for consistency 20101025
5 COMMIT Instance method Public Method commit complete changes for system couplings and TL SWC 20101025
6 CONSTRUCTOR Instance method Public Constructor 20101025
7 DELETE_SYS_COUPLING Instance method Public Method Delete single system coupling (wrapper for single access) 20101025
8 DELETE_SYS_COUPLINGS Instance method Public Method Delete multiple system couplings 20101025
9 DEQUEUE_SYS_COUPLINGS Instance method Public Method Dequeue system couplings per connection 20101025
10 DEQUEUE_TOP_LEVEL_SWCS Instance method Public Method Dequeue all logsys data per connection (TL SWC) 20101025
11 ENQUEUE_SYS_COUPLINGS Instance method Public Method Enqueue system couplings per connection 20101025
12 ENQUEUE_TOP_LEVEL_SWCS Instance method Public Method Enqueue all logsys data per connection (TL SWC) 20101025
13 GET_CONNECTION_DATA_BY_TTYPE Instance method Public Method Get all connection data per TT for F4 entries 20101025
14 GET_SPECIFIC_SYS_COUPLING Instance method Public Method Get a specific single record of system couplings 20101025
15 GET_SYSCOUP_SINGLE_TEMPL_TYPE Instance method Public Method Get all valid template types for system coupling 20101025
16 GET_SYSCOU_VALID_TEMPLATE_TYPE Instance method Public Method Get all valid template types for system coupling 20101025
17 GET_SYS_COUPLING Instance method Public Method Get single system coupling (wrapper for single access) 20101025
18 GET_SYS_COUPLINGS Instance method Public Method Get multiple system couplings 20101025
19 GET_SYS_COUPLINGS_ALL Instance method Public Method Get all system couplings records for an overview 20101025
20 GET_TOP_LEVEL_SWCS Instance method Public Method Get multiple logsys data db (TL SWC) 20101025
21 RESET_BUFFER_SYS_COUP Instance method Public Method Resets the internal buffer for system couplings 20101025
22 RESET_BUFFER_TL_SWCS Instance method Public Method Resets the internal buffer for logsys data db (TL SWC) 20101025
23 ROLLBACK Instance method Public Method rollback complete changes for system couplings and TL SWC 20101025
24 SAVE_SYS_COUP Instance method Public Method Saves all changes so far to system couplings db 20101025
25 SAVE_TOP_LEVEL_SWCS Instance method Public Method Saves all changes so far to logsys data db (TL SWC) 20101025
26 SET_SYS_COUPLING Instance method Public Method Set single system coupling (wrapper for single access) 20101025
27 SET_SYS_COUPLINGS Instance method Public Method Set multiple system couplings 20101025
28 SET_TOP_LEVEL_SWCS Instance method Public Method Set multiple logsys data db (TL SWC) 20101025
29 TL_GET_ALLOWED_SYSRELS_FOR_CON Instance method Public Method Gets all software components allowed for a given connection 20101025
30 TL_GET_SWC_BELOWE_SLF_OWN_PATH Instance method Public Method Gets all software components below equal self in own path 20101025
31 TL_RESOLVE_ALL_PATHS_FOR_SYS Instance method Public Method Resolves all paths fo a given sysrel 20101025
32 TL_SWC_DET_STACK_PATHS_PER_CON Instance method Public Method Determine all paths for a given connection 20101025
Events
Class CL_ESH_SYS_COUPLING_ASSIST_V1 has no event.
Types
Class CL_ESH_SYS_COUPLING_ASSIST_V1 has no local type.
Method Signatures

Method BUILD_TEXTS Signature

Method BUILD_TEXTS on class CL_ESH_SYS_COUPLING_ASSIST_V1 has no parameter.
Method BUILD_TEXTS on class CL_ESH_SYS_COUPLING_ASSIST_V1 has no exception.

Method CHECK_CONNECTOR_EXISTANCE_TL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_CONN_EXIST Call by reference Type reference (TYPE) ABAP_BOOL 20101025
2 Importing IV_CONNECTION_GUID Call by reference Type reference (TYPE) ESH_E_ADM_CONNECTION_GUID Connection GUID 20101025
3 Importing IV_SYSREL Call by reference Type reference (TYPE) ESH_E_OM_SYSREL System/Release 20101025

Method CHECK_CONNECTOR_EXISTANCE_TL on class CL_ESH_SYS_COUPLING_ASSIST_V1 has no exception.

Method CHECK_DUPLICATE_KEY_SYS_COUP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_SYS_COUP_DATA Call by reference Type reference (TYPE) ESH_S_CM_SYS_COUP structure for system coupling for Tagging scenarios 20101025
# Exception Resumable Description Created on
1 CX_ESH_CM_SYSCOUP_ERROR Exceptions for cm sys coupling 20101025

Method CHECK_STACK_CONSISTENCY_TL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGES Call by reference Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20101025
2 Exporting EV_SYSREL_GUID Call by reference Type reference (TYPE) CHAR32 Character field, length 32 20101025
3 Importing IT_BRANCH_INFO Call by reference Type reference (TYPE) CL_ESH_CM_TOP_LEVEL_OLD=>YESH_T_SWC_BRANCH_PATH 20101025
4 Importing IT_STACK_PATH Call by reference Type reference (TYPE) CL_ESH_CM_TOP_LEVEL_OLD=>YESH_T_WS_SYSREL_STACK_PATH 20101025
5 Importing IV_MSG_TYPE Call by reference Type reference (TYPE) SYMSGTY Message Type 20101025

Method CHECK_STACK_CONSISTENCY_TL on class CL_ESH_SYS_COUPLING_ASSIST_V1 has no exception.

Method COMMIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_WAIT Call by reference Type reference (TYPE) XFELD Checkbox 20101025

Method COMMIT on class CL_ESH_SYS_COUPLING_ASSIST_V1 has no exception.

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_ESH_SYS_COUPLING_ASSIST_V1 has no parameter.
Method CONSTRUCTOR on class CL_ESH_SYS_COUPLING_ASSIST_V1 has no exception.

Method DELETE_SYS_COUPLING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_SYS_COUP_DATA Call by reference Type reference (TYPE) ESH_S_CM_SYS_COUP structure for system coupling for Tagging scenarios 20101025
# Exception Resumable Description Created on
1 CX_ESH_CM_SYSCOUP_ERROR Exceptions for cm sys coupling 20101025

Method DELETE_SYS_COUPLINGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_SYS_COUP_DATA Call by reference Type reference (TYPE) ESH_T_CM_SYS_COUP table type for system coupling in Tagging scenarios 20101025
# Exception Resumable Description Created on
1 CX_ESH_CM_SYSCOUP_ERROR Exceptions for cm sys coupling 20101025

Method DEQUEUE_SYS_COUPLINGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CONNECTION_GUID Call by reference Type reference (TYPE) ESH_E_ADM_CONNECTION_GUID Connection GUID 20101025
2 Importing IV_LOCKMODE Call by reference Type reference (TYPE) ENQMODE 'E' Lockmode 20101025

Method DEQUEUE_SYS_COUPLINGS on class CL_ESH_SYS_COUPLING_ASSIST_V1 has no exception.

Method DEQUEUE_TOP_LEVEL_SWCS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_AREA Call by reference Type reference (TYPE) ESH_E_OM_AREA CL_ESH_OM_CONSTANTS=>GC_AREA_MODIFIED Area 20101025
2 Importing IV_CONNECTION_GUID Call by reference Type reference (TYPE) ESH_E_ADM_CONNECTION_GUID Connection GUID 20101025
3 Importing IV_LOCKMODE Call by reference Type reference (TYPE) ENQMODE 'E' Lockmode 20101025

Method DEQUEUE_TOP_LEVEL_SWCS on class CL_ESH_SYS_COUPLING_ASSIST_V1 has no exception.

Method ENQUEUE_SYS_COUPLINGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CONNECTION_GUID Call by reference Type reference (TYPE) ESH_E_ADM_CONNECTION_GUID Connection GUID 20101025
2 Importing IV_LOCKMODE Call by reference Type reference (TYPE) ENQMODE 'E' Lockmode 20101025
# Exception Resumable Description Created on
1 CX_ESH_CM_SYSCOUP_ERROR Exceptions for cm sys coupling 20101025

Method ENQUEUE_TOP_LEVEL_SWCS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_AREA Call by reference Type reference (TYPE) ESH_E_OM_AREA CL_ESH_OM_CONSTANTS=>GC_AREA_MODIFIED Area 20101025
2 Importing IV_CONNECTION_GUID Call by reference Type reference (TYPE) ESH_E_ADM_CONNECTION_GUID Connection GUID 20101025
3 Importing IV_LOCKMODE Call by reference Type reference (TYPE) ENQMODE 'E' Lockmode 20101025
# Exception Resumable Description Created on
1 CX_ESH_OM_ENGINE ESH Object Model Exception 20101025

Method GET_CONNECTION_DATA_BY_TTYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_KEY_DATA Call by reference Type reference (TYPE) ESH_T_CM_SYS_COUP_KEY Table type for key data of system coupling for tagging 20101025
2 Importing IV_TEMPLATE_TYPE Call by reference Type reference (TYPE) ESH_E_OM_TEMPLATE_TYPE Template Type 20101025
# Exception Resumable Description Created on
1 CX_ESH_CM_SYSCOUP_ERROR Exceptions for cm sys coupling 20101107

Method GET_SPECIFIC_SYS_COUPLING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_SYS_COUPLING Call by reference Type reference (TYPE) ESH_S_CM_SYS_COUP structure for system coupling for Tagging scenarios 20101025
2 Importing IV_CONN_GUID_USED Call by reference Type reference (TYPE) ESH_E_ADM_CONNECTION_GUID Connection GUID 20101025
3 Importing IV_CONN_GUID_USING Call by reference Type reference (TYPE) ESH_E_ADM_CONNECTION_GUID Connection GUID 20101025
4 Importing IV_SYS_COUP_GUID Call by reference Type reference (TYPE) ESH_E_CM_SYS_COUP_GUID Internal Key for System Coupling 20101025
# Exception Resumable Description Created on
1 CX_ESH_CM_SYSCOUP_ERROR Exceptions for cm sys coupling 20101025

Method GET_SYSCOUP_SINGLE_TEMPL_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_DD07V Call by reference Type reference (TYPE) DD07V Generierte Tabelle zum View DD07V 20101025
2 Importing IV_TEMPLATE_TYPE Call by reference Type reference (TYPE) ESH_E_OM_TEMPLATE_TYPE Template Type 20101025

Method GET_SYSCOUP_SINGLE_TEMPL_TYPE on class CL_ESH_SYS_COUPLING_ASSIST_V1 has no exception.

Method GET_SYSCOU_VALID_TEMPLATE_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DD07V Call by reference Type reference (TYPE) DD07V_TAB Table for DD07V 20101025

Method GET_SYSCOU_VALID_TEMPLATE_TYPE on class CL_ESH_SYS_COUPLING_ASSIST_V1 has no exception.

Method GET_SYS_COUPLING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_SYS_COUPLING Call by reference Type reference (TYPE) ESH_T_CM_SYS_COUP table type for system coupling in Tagging scenarios 20101025
2 Exporting ET_SYS_COUPLING_USED Call by reference Type reference (TYPE) ESH_T_CM_SYS_COUP table type for system coupling in Tagging scenarios 20101025
3 Exporting ET_SYS_COUPLING_USING Call by reference Type reference (TYPE) ESH_T_CM_SYS_COUP table type for system coupling in Tagging scenarios 20101025
4 Importing IV_CONN_GUID_USED Call by reference Type reference (TYPE) ESH_E_ADM_CONNECTION_GUID Connection GUID 20101025
5 Importing IV_CONN_GUID_USING Call by reference Type reference (TYPE) ESH_E_ADM_CONNECTION_GUID Connection GUID 20101025
6 Importing IV_SYS_COUP_GUID Call by reference Type reference (TYPE) ESH_E_CM_SYS_COUP_GUID Internal Key for System Coupling 20101025
# Exception Resumable Description Created on
1 CX_ESH_CM_SYSCOUP_ERROR Exceptions for cm sys coupling 20101025

Method GET_SYS_COUPLINGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_SYS_COUPLING Call by reference Type reference (TYPE) ESH_T_CM_SYS_COUP table type for system coupling in Tagging scenarios 20101025
2 Exporting ET_SYS_COUPLING_USED Call by reference Type reference (TYPE) ESH_T_CM_SYS_COUP table type for system coupling in Tagging scenarios 20101025
3 Exporting ET_SYS_COUPLING_USING Call by reference Type reference (TYPE) ESH_T_CM_SYS_COUP table type for system coupling in Tagging scenarios 20101025
4 Importing IT_CONN_GUID_USED Call by reference Type reference (TYPE) ESH_T_CM_CONN_GUID Table type for connection GUIDs 20101025
5 Importing IT_CONN_GUID_USING Call by reference Type reference (TYPE) ESH_T_CM_CONN_GUID Table type for connection GUIDs 20101025
6 Importing IT_SYS_COUP_GUID Call by reference Type reference (TYPE) ESH_T_CM_CONN_GUID Table type for connection GUIDs 20101025
# Exception Resumable Description Created on
1 CX_ESH_CM_SYSCOUP_ERROR Exceptions for cm sys coupling 20101025

Method GET_SYS_COUPLINGS_ALL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_MESSAGES Call by reference Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20101106
2 Exporting ET_SYS_COUPLING Call by reference Type reference (TYPE) ESH_T_CM_SYS_COUP table type for system coupling in Tagging scenarios 20101025
# Exception Resumable Description Created on
1 CX_ESH_CM_SYSCOUP_ERROR Exceptions for cm sys coupling 20101106

Method GET_TOP_LEVEL_SWCS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_LOGSYSA Call by reference Type reference (TYPE) ESH_T_OM_LOGSYSA Table Type for ESH_OM_LOGSYSA 20101025
2 Changing CT_LOGSYSA_EXT Call by reference Type reference (TYPE) ESH_T_OM_LOGSYSA_EXT Table Type for ESH_S_OM_LOGSYSA_EXT 20101025
3 Importing IS_SWO Call by reference Type reference (TYPE) ESH_S_OM_LOGSYSA_SWO Switch Off Export Tables 20101025
4 Importing IT_LOGSYSA_EXT Call by reference Type reference (TYPE) ESH_T_OM_LOGSYSA_EXT Table Type for ESH_OM_LOGSYSa_EXT 20101025

Method GET_TOP_LEVEL_SWCS on class CL_ESH_SYS_COUPLING_ASSIST_V1 has no exception.

Method RESET_BUFFER_SYS_COUP Signature

Method RESET_BUFFER_SYS_COUP on class CL_ESH_SYS_COUPLING_ASSIST_V1 has no parameter.
Method RESET_BUFFER_SYS_COUP on class CL_ESH_SYS_COUPLING_ASSIST_V1 has no exception.

Method RESET_BUFFER_TL_SWCS Signature

Method RESET_BUFFER_TL_SWCS on class CL_ESH_SYS_COUPLING_ASSIST_V1 has no parameter.
Method RESET_BUFFER_TL_SWCS on class CL_ESH_SYS_COUPLING_ASSIST_V1 has no exception.

Method ROLLBACK Signature

Method ROLLBACK on class CL_ESH_SYS_COUPLING_ASSIST_V1 has no parameter.
Method ROLLBACK on class CL_ESH_SYS_COUPLING_ASSIST_V1 has no exception.

Method SAVE_SYS_COUP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_COMMIT Call by reference Type reference (TYPE) XFELD ABAP_TRUE Checkbox 20101025
2 Importing IV_RESET_BUFFER_ON_ERROR Call by reference Type reference (TYPE) XFELD Checkbox 20101025
3 Importing IV_SYNCHRONOUS Call by reference Type reference (TYPE) XFELD Checkbox 20101025
4 Importing IV_TEST Call by reference Type reference (TYPE) XFELD SPACE Checkbox 20101025
5 Importing IV_WAIT Call by reference Type reference (TYPE) XFELD ABAP_TRUE Checkbox 20101025
# Exception Resumable Description Created on
1 CX_ESH_CM_SYSCOUP_ERROR Exceptions for cm sys coupling 20101025

Method SAVE_TOP_LEVEL_SWCS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_APPLOG Call by reference Object reference (TYPE REF TO) IF_ESH_OM_APPLOG Application Log 20101025
2 Importing IV_CHECK_CONSISTENCY Call by reference Type reference (TYPE) XFELD ABAP_TRUE Checkbox 20101025
3 Importing IV_CHECK_MODEL_CONSISTENCY Call by reference Type reference (TYPE) XFELD ABAP_TRUE Checkbox 20101025
4 Importing IV_COMMIT Call by reference Type reference (TYPE) XFELD ABAP_TRUE Flag: Commit 20101025
5 Importing IV_MODE Call by reference Type reference (TYPE) ESH_E_OM_MODE Mode 20101025
6 Importing IV_RESET_BUFFER_ON_EXCEPTION Call by reference Type reference (TYPE) XFELD Checkbox 20101025
7 Importing IV_SET_ADMIN_DATA Call by reference Type reference (TYPE) XFELD ABAP_TRUE Checkbox 20101025
8 Importing IV_SYNCHRONOUS Call by reference Type reference (TYPE) XFELD Flag: Synchronous update 20101025
9 Importing IV_TEST Call by reference Type reference (TYPE) XFELD SPACE Flag: Testmode 20101025
10 Importing IV_WAIT Call by reference Type reference (TYPE) XFELD ABAP_TRUE Flag: Wait 20101025
# Exception Resumable Description Created on
1 CX_ESH_OM_ENGINE ESH Object Model Exception 20101025

Method SET_SYS_COUPLING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_SYS_COUP_DATA Call by reference Type reference (TYPE) ESH_S_CM_SYS_COUP structure for system coupling for Tagging scenarios 20101025
# Exception Resumable Description Created on
1 CX_ESH_CM_SYSCOUP_ERROR Exceptions for cm sys coupling 20101025

Method SET_SYS_COUPLINGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_SYS_COUP_DATA Call by reference Type reference (TYPE) ESH_T_CM_SYS_COUP table type for system coupling in Tagging scenarios 20101025
# Exception Resumable Description Created on
1 CX_ESH_CM_SYSCOUP_ERROR Exceptions for cm sys coupling 20101025

Method SET_TOP_LEVEL_SWCS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_APPLOG Call by reference Object reference (TYPE REF TO) IF_ESH_OM_APPLOG Application Log 20101025
2 Importing IT_LOGSYSA_EXT Call by reference Type reference (TYPE) ESH_T_OM_LOGSYSA_EXT Table Type for ESH_OM_LOGSYSA_EXT 20101025
3 Importing IV_MODE Call by reference Type reference (TYPE) ESH_E_OM_MODE cl_esh_om_constants=>gc_mode_config 20101025
# Exception Resumable Description Created on
1 CX_ESH_OM_ENGINE ESH Object Model Exception 20101025

Method TL_GET_ALLOWED_SYSRELS_FOR_CON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_LOGSYSA_EXT_RESULT Call by reference Type reference (TYPE) ESH_T_OM_LOGSYSA_EXT Table Type for ESH_S_OM_LOGSYSA_EXT 20101025
2 Exporting ET_SYSRELT_EXT_RESULT Call by reference Type reference (TYPE) ESH_T_OM_SYSRELT_EXT Table Type for ESH_S_OM_SYSRELT_EXT 20101025
3 Exporting ET_SYSREL_EXT_RESULT Call by reference Type reference (TYPE) ESH_T_OM_SYSREL_EXT Table Type for ESH_S_OM_SYSREL_EXT 20101025
4 Importing IV_CONNECTION_GUID Call by reference Type reference (TYPE) ESH_E_ADM_CONNECTION_GUID Connection GUID 20101025
5 Importing IV_CONNECTOR_TYPE Call by reference Type reference (TYPE) ESH_E_OM_TEMPLATE_TYPE Template Type 20101025

Method TL_GET_ALLOWED_SYSRELS_FOR_CON on class CL_ESH_SYS_COUPLING_ASSIST_V1 has no exception.

Method TL_GET_SWC_BELOWE_SLF_OWN_PATH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_OWN_STACK_PATH Call by reference Type reference (TYPE) CL_ESH_CM_TOP_LEVEL_OLD=>YESH_S_WS_SYSREL_STACK_PATH 20101025
2 Exporting ET_SWCS_BELOWE Call by reference Type reference (TYPE) CL_ESH_CM_TOP_LEVEL_OLD=>YESH_T_STACK_PATH_TL 20101025
3 Importing IT_BRANCH_INFO Call by reference Type reference (TYPE) CL_ESH_CM_TOP_LEVEL_OLD=>YESH_T_SWC_BRANCH_PATH 20101025
4 Importing IT_STACK_PATH Call by reference Type reference (TYPE) CL_ESH_CM_TOP_LEVEL_OLD=>YESH_T_WS_SYSREL_STACK_PATH 20101025
5 Importing IV_SYSREL_GUID Call by reference Type reference (TYPE) ESH_E_OM_SYSREL_GUID System/Release 20101025

Method TL_GET_SWC_BELOWE_SLF_OWN_PATH on class CL_ESH_SYS_COUPLING_ASSIST_V1 has no exception.

Method TL_RESOLVE_ALL_PATHS_FOR_SYS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_STACK_PATH_RESOLVED Call by reference Type reference (TYPE) CL_ESH_CM_TOP_LEVEL_OLD=>YESH_T_WS_SYSREL_STACK_PATH 20101025
2 Importing IT_BRANCH_INFO Call by reference Type reference (TYPE) CL_ESH_CM_TOP_LEVEL_OLD=>YESH_T_SWC_BRANCH_PATH 20101025
3 Importing IT_STACK_PATH Call by reference Type reference (TYPE) CL_ESH_CM_TOP_LEVEL_OLD=>YESH_T_WS_SYSREL_STACK_PATH 20101025
4 Importing IV_SYSREL_GUID Call by reference Type reference (TYPE) ESH_E_OM_SYSREL_GUID System/Release 20101025

Method TL_RESOLVE_ALL_PATHS_FOR_SYS on class CL_ESH_SYS_COUPLING_ASSIST_V1 has no exception.

Method TL_SWC_DET_STACK_PATHS_PER_CON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_BRANCH_INFO Call by reference Type reference (TYPE) CL_ESH_CM_TOP_LEVEL_OLD=>YESH_T_SWC_BRANCH_PATH 20101025
2 Exporting ET_STACK_PATH Call by reference Type reference (TYPE) CL_ESH_CM_TOP_LEVEL_OLD=>YESH_T_WS_SYSREL_STACK_PATH 20101025
3 Exporting EV_IS_CYCLIC_STRUCTURE Call by reference Type reference (TYPE) ABAP_BOOL 20101025
4 Importing IV_CONNECTION_GUID Call by reference Type reference (TYPE) ESH_E_ADM_CONNECTION_GUID Connection GUID 20101025
# Exception Resumable Description Created on
1 CX_ESH_CM_TOPLEVEL_ERROR Exceptions for cm toplevel determination 20101025
History
Last changed by/on SAP  20110908 
SAP Release Created in 703