SAP ABAP Class CL_ESH_CM_SYS_COUP (Partnering of Systems for Tagging)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-EIM-ESH (Application Component) NetWeaver Enterprise Search
     S_ESH_ENG_IF_CONTENT_MGT (Package) Enterprise Search - Content Management
Properties
Class CL_ESH_CM_SYS_COUP  
Short Description Partnering of Systems for Tagging    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package S_ESH_ENG_IF_CONTENT_MGT   Enterprise Search - Content Management 
Created 20101013   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)
Interfaces
Class CL_ESH_CM_SYS_COUP has no interface implemented.
Friends
Class CL_ESH_CM_SYS_COUP has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_APPL_SYS_COUPLING Constant Public Type reference (TYPE) ESH_E_BP_APPLICATION 'SYSTEM_COUPLING' 20101013
2 GC_DELETED Constant Private Type reference (TYPE) ESH_E_CM_UPDATE_FLAG 'D' Update flag 20101013
3 GC_INSERTED Constant Private Type reference (TYPE) ESH_E_CM_UPDATE_FLAG 'I' Update flag 20101013
4 GC_MODIFIED Constant Private Type reference (TYPE) ESH_E_CM_UPDATE_FLAG 'M' Update flag 20101013
5 GC_MSGID_ESH_CM_SYS_COUP_MSG Constant Public Type reference (TYPE) SYMSGID 'ESH_CM_SYS_COUP_MSG' Message class 20101013
6 GC_MSGTY_E Constant Public Type reference (TYPE) SYMSGTY 'E' 20101013
7 GC_MSGTY_I Constant Public Type reference (TYPE) SYMSGTY 'I' 20101013
8 GC_MSGTY_S Constant Public Type reference (TYPE) SYMSGTY 'S' Message type 20101108
9 GC_MSGTY_W Constant Public Type reference (TYPE) SYMSGTY 'W' 20101013
10 GC_NEW Constant Private Type reference (TYPE) ESH_E_CM_UPDATE_FLAG 'N' Update flag 20101013
11 GC_NEW_DELETED Constant Private Type reference (TYPE) ESH_E_CM_UPDATE_FLAG 'L' Update flag 20101013
12 GC_NULL Constant Private Type reference (TYPE) ESH_E_CM_UPDATE_FLAG 'U' Update flag 20101013
13 GC_ORIGINAL Constant Private Type reference (TYPE) ESH_E_CM_UPDATE_FLAG ' ' Update flag 20101013
14 GC_SWCV_INSERTED Constant Private Type reference (TYPE) ESH_E_CM_UPDATE_FLAG 'S' Update flag 20101013
15 GR_APPLOG Instance attribute Private Object reference (TYPE REF TO) IF_ESH_OM_APPLOG Application log 20101013
16 GR_BP_LOCK Instance attribute Private Object reference (TYPE REF TO) CL_ESH_CO_LOCK Lock on a database table 20101013
17 GR_CONNECTIONS_CR Instance attribute Private Object reference (TYPE REF TO) DATA 20101108
18 GR_CONNECTIONS_DPS Instance attribute Private Object reference (TYPE REF TO) DATA 20101108
19 GR_CONNECTIONS_FS Instance attribute Private Object reference (TYPE REF TO) DATA 20101108
20 GS_AUTH_SYS_COUPLINGS Instance attribute Public Type reference (TYPE) ESH_S_OM_AUTH_LOGSYS Authorizations for logical systems 20101013
21 GT_DPS_CONN_DATA Instance attribute Private Type reference (TYPE) ESH_T_ADM_SC_MAIN Table type for database table ESH_ADM_SC_MAIN 20101109
22 GT_FS_CONN_DATA Instance attribute Private Type reference (TYPE) ESH_T_ADM_SC_MAIN Table type for database table ESH_ADM_SC_MAIN 20101108
23 GT_LOCKS_SYS_COUP Instance attribute Private Type reference (TYPE) LTY_T_LOCKS 20101013
24 GT_SYS_COUPLINGS Instance attribute Private Type reference (TYPE) ESH_T_CM_SYS_COUP Table type for system pairs in tagging scenarios 20101013
25 GV_ADMIN_DETERMINED Instance attribute Private Type reference (TYPE) ABAP_BOOL 20101013
26 GV_ALL_SYS_COUPLINGS_READ Instance attribute Private Type reference (TYPE) XFELD Checkbox 20101013
Methods
# Method Level Visibility Method type Description Created on
1 CHANGE_UPDATE_FLAG Instance method Private Method Change update flag for internal buffer 20101013
2 CHECK_AUTH_SYS_COUPLING_DELETE Instance method Private Method Check authorization for deletion of system pairs 20101013
3 CHECK_AUTH_SYS_COUPLING_GET Instance method Private Method Check authorization for getting of system pairs 20101013
4 CHECK_AUTH_SYS_COUPLING_SET Instance method Private Method Check authorization for setting of system pairs 20101013
5 CHECK_CONNECTION_GUID Instance method Private Method Check for consistencies of connections 20101106
6 CHECK_DUPLICATE_KEY Instance method Public Method Check duplicate keys of system pairs 20101013
7 CHECK_LOCK_SYS_COUP Instance method Private Method Internal method for checking lock prerequisites 20101013
8 CHECK_LOCK_SYS_COUP_ENTITIES Instance method Private Method Internal method for checking lock prerequisites 20101013
9 CHECK_SYS_COUPLING_DELETE Instance method Private Method Check data for deletion of system pairs 20101013
10 CHECK_SYS_COUPLING_INPUT Instance method Private Method Check data for insertion or update of system pairs 20101013
11 CONSTRUCTOR Instance method Public Constructor Constructor 20101013
12 DELETE_SYS_COUPLING Instance method Public Method Delete single system pair (wrapper for single access) 20101013
13 DELETE_SYS_COUPLINGS Instance method Public Method Delete multiple system pairs 20101013
14 DELETE_SYS_COUPLING_USAGE Instance method Public Method Delete all usages of connection given 20101109
15 DELETE_SYS_COUPLING_USAGES Instance method Public Method Delete all usages of connections given 20101109
16 DELETE_SYS_COUP_DATA_FROM_BUF Instance method Private Method Delete system pair data from internal buffer 20101013
17 DEQUEUE_SYS_COUPLINGS Instance method Public Method Dequeue system pairs per connection 20101013
18 DETERMINE_AUTHORIZATIONS Instance method Private Method Determine authorizations for system pairs 20101013
19 ENQUEUE_SYS_COUPLINGS Instance method Public Method Enqueue system pairs per connection 20101013
20 GET_ADMIN_AUTHORIZATIONS Instance method Private Method Get authorizations for admin role 20101013
21 GET_CONNECTION_DATA_BY_TTYPE Instance method Public Method Get all connection data per TT 20101013
22 GET_DESCRIPTIONS_BY_TTYPE Instance method Public Method Get descriptions per TT 20101107
23 GET_DESCRIPTIONS_CENTRAL Instance method Private Method Get descriptions central (capsulated) 20101107
24 GET_EXT_KEYS_BY_TTYPE Instance method Public Method Get external keys per TT 20101108
25 GET_EXT_KEYS_CENTRAL Instance method Private Method Get external keys central (capsulated) 20101108
26 GET_INSTANCE Static method Public Method Get an instance (official access) 20101013
27 GET_LOCK_OWNERS Instance method Private Method Get owners of given locks (internal) 20101013
28 GET_SPECIFIC_SYS_COUPLING Instance method Public Method Get a specific single record of a system pair 20101013
29 GET_SYSCOUP_SINGLE_TEMPL_TYPE Instance method Public Method Get template type for a single system 20101013
30 GET_SYSCOU_VALID_TEMPLATE_TYPE Instance method Public Method Get all valid template types for system pairs 20101013
31 GET_SYS_COUPLING Instance method Public Method Get single system pair (wrapper for single access) 20101013
32 GET_SYS_COUPLINGS Instance method Public Method Get multiple system pairs 20101013
33 GET_SYS_COUPLINGS_ALL Instance method Public Method Get all system pair records for an overview 20101013
34 GET_SYS_COUPLING_BOTH Instance method Private Method Get both system pair usages per GUIDs 20101013
35 GET_SYS_COUPLING_BY_KEY Instance method Private Method Get system pairs by internal key (GUID) 20101013
36 GET_SYS_COUPLING_USED Instance method Private Method Get system pairs by GUID used 20101013
37 GET_SYS_COUPLING_USING Instance method Private Method Get system pairs by using GUID 20101013
38 READ_SPECIFIC_SYSCOUP Instance method Private Method Read a specific single record of a system pair 20101013
39 READ_SYSCOUP_ALL Instance method Private Method Read all system pair records for an overview 20101013
40 READ_SYSCOUP_BOTH Instance method Private Method Read both system pair usages per GUIDs 20101013
41 READ_SYSCOUP_BY_GUID_USED Instance method Private Method Read system pairs by GUID used 20101013
42 READ_SYSCOUP_BY_GUID_USING Instance method Private Method Read system pairs by using GUID 20101013
43 READ_SYSCOUP_BY_KEY Instance method Private Method Read system pairs by internal key (GUID) 20101013
44 REMOVE_LOCK_SYS_COUP Instance method Private Method Remove lock from internal buffer 20101013
45 RESET_BP_LOCK Instance method Private Method Reset the lock for backup 20101115
46 RESET_BUFFER Instance method Public Method Reset the internal buffer for system pairs 20101013
47 SAVE Instance method Public Method Save all changes so far to system pairs DB 20101013
48 SAVE_TABLE Instance method Private Method Save all changes so far to system pairs DB (internal) 20101013
49 SELECT_SPECIFIC_SYSCOUP Instance method Private Method Select a specific single record of a system pair from DB 20101013
50 SELECT_SYSCOUP_ALL Instance method Private Method Select all system pair records for an overview from DB 20101013
51 SELECT_SYSCOUP_BOTH Instance method Private Method Select both system pair usages per GUIDs from DB 20101013
52 SELECT_SYSCOUP_BY_GUID_USED Instance method Private Method Select system pairs by GUID used from DB 20101013
53 SELECT_SYSCOUP_BY_GUID_USING Instance method Private Method Select system pairs by using GUID from DB 20101013
54 SELECT_SYSCOUP_BY_KEY Instance method Private Method Select system pairs by internal key (GUID) from DB 20101013
55 SET_BP_LOCK Instance method Private Method Set the lock for backup 20101013
56 SET_LOCK_SYS_COUP Instance method Private Method Set the lock in the internal buffer 20101013
57 SET_SYS_COUPLING Instance method Public Method Set single system pair (wrapper for single access) 20101013
58 SET_SYS_COUPLINGS Instance method Public Method Set multiple system pairs 20101013
59 WRITE_SYS_COUP_DATA_TO_BUF Instance method Private Method Write system pair data to internal buffer 20101013
Events
Class CL_ESH_CM_SYS_COUP has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 LTY_S_LOCKS Private See coding 20101013 BEGIN OF lty_s_locks, client TYPE sy-mandt, connection_guid TYPE esh_e_adm_connection_guid, lock_type TYPE char1, tabname TYPE tabname, object_name TYPE char32, lockmode TYPE enqmode, causing_lock_guid TYPE guid_32, diacount TYPE i, upcount TYPE i, lockname TYPE sy-uname, END OF lty_s_locks
2 LTY_T_LOCKS Private See coding 20101013 lty_t_locks TYPE STANDARD TABLE OF lty_s_locks WITH NON-UNIQUE KEY client connection_guid
3 LTY_T_LOCKS_HASHED Private See coding 20101013 lty_t_locks_hashed TYPE HASHED TABLE OF lty_s_locks WITH UNIQUE KEY client connection_guid
Method Signatures

Method CHANGE_UPDATE_FLAG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CV_UPDATE_FLAG Call by reference Type reference (TYPE) ESH_E_OM_UPDATE_FLAG Update Flag 20101013
2 Importing IV_UPDATE_FLAG Call by reference Type reference (TYPE) ESH_E_OM_UPDATE_FLAG Update Flag 20101013
# Exception Resumable Description Created on
1 CX_ESH_CM_SYSCOUP_ERROR Exceptions for cm sys coupling 20101013

Method CHECK_AUTH_SYS_COUPLING_DELETE Signature

Method CHECK_AUTH_SYS_COUPLING_DELETE on class CL_ESH_CM_SYS_COUP has no parameter.
# Exception Resumable Description Created on
1 CX_ESH_CM_SYSCOUP_ERROR Exceptions for cm sys coupling 20101013

Method CHECK_AUTH_SYS_COUPLING_GET Signature

Method CHECK_AUTH_SYS_COUPLING_GET on class CL_ESH_CM_SYS_COUP has no parameter.
# Exception Resumable Description Created on
1 CX_ESH_CM_SYSCOUP_ERROR Exceptions for cm sys coupling 20101013

Method CHECK_AUTH_SYS_COUPLING_SET Signature

Method CHECK_AUTH_SYS_COUPLING_SET on class CL_ESH_CM_SYS_COUP has no parameter.
# Exception Resumable Description Created on
1 CX_ESH_CM_SYSCOUP_ERROR Exceptions for cm sys coupling 20101013

Method CHECK_CONNECTION_GUID 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 EV_CONN_EXISTS Call by reference Type reference (TYPE) ABAP_BOOL 20101106
3 Importing IV_CONNECTION_GUID Call by reference Type reference (TYPE) ESH_E_ADM_CONNECTION_GUID Connection GUID 20101106
4 Importing IV_EXTERNAL_KEY Call by reference Type reference (TYPE) STRING 20101106
# Exception Resumable Description Created on
1 CX_ESH_CM_SYSCOUP_ERROR Exceptions for cm sys coupling 20101106

Method CHECK_DUPLICATE_KEY 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 20101013
# Exception Resumable Description Created on
1 CX_ESH_CM_SYSCOUP_ERROR Exceptions for cm sys coupling 20101013

Method CHECK_LOCK_SYS_COUP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_LOCKNAME Call by reference Type reference (TYPE) EQEUNAME User Name 20101013
2 Importing IV_CONNECTION_GUID Call by reference Type reference (TYPE) ESH_E_ADM_CONNECTION_GUID Connection GUID 20101013
3 Importing IV_LOCKMODE Call by reference Type reference (TYPE) ENQMODE Lock mode 20101013
# Exception Resumable Description Created on
1 CX_ESH_CM_SYSCOUP_ERROR Exceptions for cm sys coupling 20101013

Method CHECK_LOCK_SYS_COUP_ENTITIES 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 20101013
2 Importing IV_LOCKMODE Call by reference Type reference (TYPE) ENQMODE Lock mode 20101013
# Exception Resumable Description Created on
1 CX_ESH_CM_SYSCOUP_ERROR Exceptions for cm sys coupling 20101013

Method CHECK_SYS_COUPLING_DELETE 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 structure for system coupling for Tagging scenarios 20101013
# Exception Resumable Description Created on
1 CX_ESH_CM_SYSCOUP_ERROR Exceptions for cm sys coupling 20101013

Method CHECK_SYS_COUPLING_INPUT 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 structure for system coupling for Tagging scenarios 20101013
# Exception Resumable Description Created on
1 CX_ESH_CM_SYSCOUP_ERROR Exceptions for cm sys coupling 20101013

Method CONSTRUCTOR 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 20101013

Method CONSTRUCTOR on class CL_ESH_CM_SYS_COUP 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 20101013
# Exception Resumable Description Created on
1 CX_ESH_CM_SYSCOUP_ERROR Exceptions for cm sys coupling 20101013

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 20101013
# Exception Resumable Description Created on
1 CX_ESH_CM_SYSCOUP_ERROR Exceptions for cm sys coupling 20101013

Method DELETE_SYS_COUPLING_USAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CONN_GUID_USED Call by reference Type reference (TYPE) ESH_E_ADM_CONNECTION_GUID Connection GUID 20101109
2 Importing IV_CONN_GUID_USING Call by reference Type reference (TYPE) ESH_E_ADM_CONNECTION_GUID Connection GUID 20101109
# Exception Resumable Description Created on
1 CX_ESH_CM_SYSCOUP_ERROR Exceptions for cm sys coupling 20101109

Method DELETE_SYS_COUPLING_USAGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_CONN_GUID_USED Call by reference Type reference (TYPE) ESH_T_CM_CONN_GUID Table type for connection GUIDs 20101109
2 Importing IT_CONN_GUID_USING Call by reference Type reference (TYPE) ESH_T_CM_CONN_GUID Table type for connection GUIDs 20101109
# Exception Resumable Description Created on
1 CX_ESH_CM_SYSCOUP_ERROR Exceptions for cm sys coupling 20101109

Method DELETE_SYS_COUP_DATA_FROM_BUF Signature

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

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 20101013
2 Importing IV_LOCKMODE Call by reference Type reference (TYPE) ENQMODE 'E' Lockmode 20101013

Method DEQUEUE_SYS_COUPLINGS on class CL_ESH_CM_SYS_COUP has no exception.

Method DETERMINE_AUTHORIZATIONS Signature

Method DETERMINE_AUTHORIZATIONS on class CL_ESH_CM_SYS_COUP has no parameter.
Method DETERMINE_AUTHORIZATIONS on class CL_ESH_CM_SYS_COUP 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 20101013
2 Importing IV_LOCKMODE Call by reference Type reference (TYPE) ENQMODE 'E' Lockmode 20101013
# Exception Resumable Description Created on
1 CX_ESH_CM_SYSCOUP_ERROR Exceptions for cm sys coupling 20101013

Method GET_ADMIN_AUTHORIZATIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_ADMIN_CHANGE Call by reference Type reference (TYPE) XFELD Checkbox 20101013
2 Exporting EV_ADMIN_CREATE Call by reference Type reference (TYPE) XFELD Checkbox 20101013
3 Exporting EV_ADMIN_CREATE_AND_CHANGE Call by reference Type reference (TYPE) XFELD Checkbox 20101013
4 Exporting EV_ADMIN_DELETE Call by reference Type reference (TYPE) XFELD Checkbox 20101013
5 Exporting EV_ADMIN_DISPLAY Call by reference Type reference (TYPE) XFELD Checkbox 20101013

Method GET_ADMIN_AUTHORIZATIONS on class CL_ESH_CM_SYS_COUP has no exception.

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 20101013
2 Importing IV_TEMPLATE_TYPE Call by reference Type reference (TYPE) ESH_E_OM_TEMPLATE_TYPE Template Type 20101013
# Exception Resumable Description Created on
1 CX_ESH_CM_SYSCOUP_ERROR Exceptions for cm sys coupling 20101107

Method GET_DESCRIPTIONS_BY_TTYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_SYS_COUPLING_UI Call by reference Type reference (TYPE) ESH_S_CM_SYS_COUP_TT_TEXTS structure for system Coupling for Tagging (UI) 20101107
2 Importing IS_SYS_COUPLING Call by reference Type reference (TYPE) ESH_S_CM_SYS_COUP structure for system coupling for Tagging scenarios 20101108
# Exception Resumable Description Created on
1 CX_ESH_CM_SYSCOUP_ERROR Exceptions for CM Sys. Pairs 20101216

Method GET_DESCRIPTIONS_CENTRAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_DESCRIPTION Call by reference Type reference (TYPE) STRING 20101107
2 Importing IV_CONNECTION_GUID Call by reference Type reference (TYPE) ESH_E_ADM_CONNECTION_GUID Connection GUID 20101107
3 Importing IV_TEMPLATE_TYPE Call by reference Type reference (TYPE) ESH_E_OM_TEMPLATE_TYPE Template Type 20101107
# Exception Resumable Description Created on
1 CX_ESH_CM_SYSCOUP_ERROR Exceptions for CM Sys. Pairs 20101215

Method GET_EXT_KEYS_BY_TTYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_SYS_COUPLING_UI Call by reference Type reference (TYPE) ESH_S_CM_SYS_COUP structure for system Coupling for Tagging (UI) 20101108
2 Importing IS_SYS_COUPLING Call by reference Type reference (TYPE) ESH_S_CM_SYS_COUP structure for system coupling for Tagging scenarios 20101108
# Exception Resumable Description Created on
1 CX_ESH_CM_SYSCOUP_ERROR Exceptions for cm sys coupling 20101108

Method GET_EXT_KEYS_CENTRAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_EXT_KEY Call by reference Type reference (TYPE) ESH_E_CM_EXTERNAL_KEY For External Key in System Mapping for Tagging 20101108
2 Exporting EV_EXT_TOOLTIP Call by reference Type reference (TYPE) ESH_E_CM_TOOLTIP For Tooltip in System Mapping for Tagging 20101214
3 Importing IV_CONNECTION_GUID Call by reference Type reference (TYPE) ESH_E_ADM_CONNECTION_GUID Connection GUID 20101108
4 Importing IV_TEMPLATE_TYPE Call by reference Type reference (TYPE) ESH_E_OM_TEMPLATE_TYPE Template Type 20101108
# Exception Resumable Description Created on
1 CX_ESH_CM_SYSCOUP_ERROR Exceptions for cm sys coupling 20101108

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_CL_SYS_COUP Call by reference Object reference (TYPE REF TO) CL_ESH_CM_SYS_COUP Mapping of Systems for Tagging 20101013
2 Importing IR_APPLOG Call by reference Object reference (TYPE REF TO) IF_ESH_OM_APPLOG Application Log 20101013

Method GET_INSTANCE on class CL_ESH_CM_SYS_COUP has no exception.

Method GET_LOCK_OWNERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_GUSR Call by reference Type reference (TYPE) EQEUSR Lock Owner, ID of Logical Unit of Work (LUW) 20101013
2 Exporting EV_GUSRVB Call by reference Type reference (TYPE) EQEUSRVB Lock Owner, ID of Logical Unit of Work (LUW) /Update Task 20101013

Method GET_LOCK_OWNERS on class CL_ESH_CM_SYS_COUP has no exception.

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 20101013
2 Importing IV_CONN_GUID_USED Call by reference Type reference (TYPE) ESH_E_ADM_CONNECTION_GUID Connection GUID 20101013
3 Importing IV_CONN_GUID_USING Call by reference Type reference (TYPE) ESH_E_ADM_CONNECTION_GUID Connection GUID 20101013
4 Importing IV_SYS_COUP_GUID Call by reference Type reference (TYPE) ESH_E_CM_SYS_COUP_GUID Internal Key for System Coupling 20101013
# Exception Resumable Description Created on
1 CX_ESH_CM_SYSCOUP_ERROR Exceptions for cm sys coupling 20101013

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 20101013
2 Importing IV_TEMPLATE_TYPE Call by reference Type reference (TYPE) ESH_E_OM_TEMPLATE_TYPE Template Type 20101013

Method GET_SYSCOUP_SINGLE_TEMPL_TYPE on class CL_ESH_CM_SYS_COUP 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 20101013

Method GET_SYSCOU_VALID_TEMPLATE_TYPE on class CL_ESH_CM_SYS_COUP has no exception.

Method GET_SYS_COUPLING 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_NON_EXISTING_CONN Call by reference Type reference (TYPE) ESH_T_CM_CONN_GUID Table type for connection GUIDs 20101106
3 Exporting ET_SYS_COUPLING Call by reference Type reference (TYPE) ESH_T_CM_SYS_COUP table type for system coupling in Tagging scenarios 20101013
4 Exporting ET_SYS_COUPLING_USED Call by reference Type reference (TYPE) ESH_T_CM_SYS_COUP table type for system coupling in Tagging scenarios 20101013
5 Exporting ET_SYS_COUPLING_USING Call by reference Type reference (TYPE) ESH_T_CM_SYS_COUP table type for system coupling in Tagging scenarios 20101013
6 Importing IV_CONN_GUID_USED Call by reference Type reference (TYPE) ESH_E_ADM_CONNECTION_GUID Connection GUID 20101013
7 Importing IV_CONN_GUID_USING Call by reference Type reference (TYPE) ESH_E_ADM_CONNECTION_GUID Connection GUID 20101013
8 Importing IV_SYS_COUP_GUID Call by reference Type reference (TYPE) ESH_E_CM_SYS_COUP_GUID Internal Key for System Coupling 20101013
# Exception Resumable Description Created on
1 CX_ESH_CM_SYSCOUP_ERROR Exceptions for cm sys coupling 20101013

Method GET_SYS_COUPLINGS 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_NON_EXISTING_CONN Call by reference Type reference (TYPE) ESH_T_CM_CONN_GUID Table type for connection GUIDs 20101106
3 Exporting ET_SYS_COUPLING Call by reference Type reference (TYPE) ESH_T_CM_SYS_COUP table type for system coupling in Tagging scenarios 20101013
4 Exporting ET_SYS_COUPLING_USED Call by reference Type reference (TYPE) ESH_T_CM_SYS_COUP table type for system coupling in Tagging scenarios 20101013
5 Exporting ET_SYS_COUPLING_USING Call by reference Type reference (TYPE) ESH_T_CM_SYS_COUP table type for system coupling in Tagging scenarios 20101013
6 Importing IT_CONN_GUID_USED Call by reference Type reference (TYPE) ESH_T_CM_CONN_GUID Table type for connection GUIDs 20101013
7 Importing IT_CONN_GUID_USING Call by reference Type reference (TYPE) ESH_T_CM_CONN_GUID Table type for connection GUIDs 20101013
8 Importing IT_SYS_COUP_GUID Call by reference Type reference (TYPE) ESH_T_CM_CONN_GUID Table type for connection GUIDs 20101013
# Exception Resumable Description Created on
1 CX_ESH_CM_SYSCOUP_ERROR Exceptions for cm sys coupling 20101013

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_NON_EXISTING_CONN_USED Call by reference Type reference (TYPE) ESH_T_CM_CONN_GUID Table type for connection GUIDs 20101122
3 Exporting ET_NON_EXISTING_CONN_USING Call by reference Type reference (TYPE) ESH_T_CM_CONN_GUID Table type for connection GUIDs 20101122
4 Exporting ET_SYS_COUPLING Call by reference Type reference (TYPE) ESH_T_CM_SYS_COUP table type for system coupling in Tagging scenarios 20101013
# Exception Resumable Description Created on
1 CX_ESH_CM_SYSCOUP_ERROR Exceptions for cm sys coupling 20101106

Method GET_SYS_COUPLING_BOTH 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_NON_EXISTING_CONN Call by reference Type reference (TYPE) ESH_T_CM_CONN_GUID Table type for connection GUIDs 20101106
3 Exporting ET_SYS_COUPLING_USED Call by reference Type reference (TYPE) ESH_T_CM_SYS_COUP table type for system coupling in Tagging scenarios 20101013
4 Exporting ET_SYS_COUPLING_USING Call by reference Type reference (TYPE) ESH_T_CM_SYS_COUP table type for system coupling in Tagging scenarios 20101013
5 Importing IT_CONN_GUID_USED Call by reference Type reference (TYPE) ESH_T_CM_CONN_GUID Table type for connection GUIDs 20101013
6 Importing IT_CONN_GUID_USING Call by reference Type reference (TYPE) ESH_T_CM_CONN_GUID Table type for connection GUIDs 20101013
# Exception Resumable Description Created on
1 CX_ESH_CM_SYSCOUP_ERROR Exceptions for cm sys coupling 20101106

Method GET_SYS_COUPLING_BY_KEY 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 20101013
2 Importing IT_SYS_COUP_GUID Call by reference Type reference (TYPE) ESH_T_CM_CONN_GUID Table type for connection GUIDs 20101013

Method GET_SYS_COUPLING_BY_KEY on class CL_ESH_CM_SYS_COUP has no exception.

Method GET_SYS_COUPLING_USED 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_NON_EXISTING_CONN Call by reference Type reference (TYPE) ESH_T_CM_CONN_GUID Table type for connection GUIDs 20101106
3 Exporting ET_SYS_COUPLING_USED Call by reference Type reference (TYPE) ESH_T_CM_SYS_COUP table type for system coupling in Tagging scenarios 20101013
4 Importing IT_CONN_GUID_USED Call by reference Type reference (TYPE) ESH_T_CM_CONN_GUID Table type for connection GUIDs 20101013
# Exception Resumable Description Created on
1 CX_ESH_CM_SYSCOUP_ERROR Exceptions for cm sys coupling 20101106

Method GET_SYS_COUPLING_USING 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_NON_EXISTING_CONN Call by reference Type reference (TYPE) ESH_T_CM_CONN_GUID Table type for connection GUIDs 20101106
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 20101013
4 Importing IT_CONN_GUID_USING Call by reference Type reference (TYPE) ESH_T_CM_CONN_GUID Table type for connection GUIDs 20101013
# Exception Resumable Description Created on
1 CX_ESH_CM_SYSCOUP_ERROR Exceptions for cm sys coupling 20101106

Method READ_SPECIFIC_SYSCOUP 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 20101013
2 Importing IV_CONN_GUID_USED Call by reference Type reference (TYPE) ESH_E_ADM_CONNECTION_GUID Connection GUID 20101013
3 Importing IV_CONN_GUID_USING Call by reference Type reference (TYPE) ESH_E_ADM_CONNECTION_GUID Connection GUID 20101013

Method READ_SPECIFIC_SYSCOUP on class CL_ESH_CM_SYS_COUP has no exception.

Method READ_SYSCOUP_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_NON_EXISTING_CONN_USED Call by reference Type reference (TYPE) ESH_T_CM_CONN_GUID Table type for connection GUIDs 20101122
3 Exporting ET_NON_EXISTING_CONN_USING Call by reference Type reference (TYPE) ESH_T_CM_CONN_GUID Table type for connection GUIDs 20101122
4 Exporting ET_SYS_COUPLING Call by reference Type reference (TYPE) ESH_T_CM_SYS_COUP table type for system coupling in Tagging scenarios 20101013
# Exception Resumable Description Created on
1 CX_ESH_CM_SYSCOUP_ERROR Exceptions for cm sys coupling 20101106

Method READ_SYSCOUP_BOTH 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_NON_EXISTING_CONN Call by reference Type reference (TYPE) ESH_T_CM_CONN_GUID Table type for connection GUIDs 20101106
3 Exporting ET_SYS_COUPLING_USED Call by reference Type reference (TYPE) ESH_T_CM_SYS_COUP table type for system coupling in Tagging scenarios 20101013
4 Exporting ET_SYS_COUPLING_USING Call by reference Type reference (TYPE) ESH_T_CM_SYS_COUP table type for system coupling in Tagging scenarios 20101013
5 Importing IT_CONN_GUID_USED Call by reference Type reference (TYPE) ESH_T_CM_CONN_GUID Table type for connection GUIDs 20101013
6 Importing IT_CONN_GUID_USING Call by reference Type reference (TYPE) ESH_T_CM_CONN_GUID Table type for connection GUIDs 20101013
# Exception Resumable Description Created on
1 CX_ESH_CM_SYSCOUP_ERROR Exceptions for cm sys coupling 20101106

Method READ_SYSCOUP_BY_GUID_USED 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_NON_EXISTING_CONN Call by reference Type reference (TYPE) ESH_T_CM_CONN_GUID Table type for connection GUIDs 20101106
3 Exporting ET_SYS_COUPLING_USED Call by reference Type reference (TYPE) ESH_T_CM_SYS_COUP table type for system coupling in Tagging scenarios 20101013
4 Importing IT_CONN_GUID_USED Call by reference Type reference (TYPE) ESH_T_CM_CONN_GUID Table type for connection GUIDs 20101013
# Exception Resumable Description Created on
1 CX_ESH_CM_SYSCOUP_ERROR Exceptions for cm sys coupling 20101106

Method READ_SYSCOUP_BY_GUID_USING 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_NON_EXISTING_CONN Call by reference Type reference (TYPE) ESH_T_CM_CONN_GUID Table type for connection GUIDs 20101106
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 20101013
4 Importing IT_CONN_GUID_USING Call by reference Type reference (TYPE) ESH_T_CM_CONN_GUID Table type for connection GUIDs 20101013
# Exception Resumable Description Created on
1 CX_ESH_CM_SYSCOUP_ERROR Exceptions for cm sys coupling 20101106

Method READ_SYSCOUP_BY_KEY 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 20101013
2 Importing IT_SYS_COUP_GUID Call by reference Type reference (TYPE) ESH_T_CM_CONN_GUID Table type for connection GUIDs 20101013

Method READ_SYSCOUP_BY_KEY on class CL_ESH_CM_SYS_COUP has no exception.

Method REMOVE_LOCK_SYS_COUP 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 20101013
2 Importing IV_LOCKMODE Call by reference Type reference (TYPE) ENQMODE Lock mode 20101013

Method REMOVE_LOCK_SYS_COUP on class CL_ESH_CM_SYS_COUP has no exception.

Method RESET_BP_LOCK Signature

Method RESET_BP_LOCK on class CL_ESH_CM_SYS_COUP has no parameter.
Method RESET_BP_LOCK on class CL_ESH_CM_SYS_COUP has no exception.

Method RESET_BUFFER Signature

Method RESET_BUFFER on class CL_ESH_CM_SYS_COUP has no parameter.
Method RESET_BUFFER on class CL_ESH_CM_SYS_COUP has no exception.

Method SAVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_SYS_COUPLING_DEL Call by reference Type reference (TYPE) ESH_T_CM_SYS_COUP table type for system coupling in Tagging scenarios 20101104
2 Exporting ET_SYS_COUPLING_INS Call by reference Type reference (TYPE) ESH_T_CM_SYS_COUP table type for system coupling in Tagging scenarios 20101104
3 Exporting ET_SYS_COUPLING_UPD Call by reference Type reference (TYPE) ESH_T_CM_SYS_COUP table type for system coupling in Tagging scenarios 20101104
4 Importing IV_COMMIT Call by reference Type reference (TYPE) XFELD ABAP_TRUE Checkbox 20101013
5 Importing IV_RESET_BUFFER_ON_ERROR Call by reference Type reference (TYPE) XFELD Checkbox 20101013
6 Importing IV_SYNCHRONOUS Call by reference Type reference (TYPE) XFELD Checkbox 20101013
7 Importing IV_TEST Call by reference Type reference (TYPE) XFELD SPACE Checkbox 20101013
8 Importing IV_WAIT Call by reference Type reference (TYPE) XFELD ABAP_TRUE Checkbox 20101013
# Exception Resumable Description Created on
1 CX_ESH_CM_SYSCOUP_ERROR Exceptions for cm sys coupling 20101013

Method SAVE_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_SYS_COUPLING_DEL Call by reference Type reference (TYPE) ESH_T_CM_SYS_COUP table type for system coupling in Tagging scenarios 20101013
2 Exporting ET_SYS_COUPLING_INS Call by reference Type reference (TYPE) ESH_T_CM_SYS_COUP table type for system coupling in Tagging scenarios 20101013
3 Exporting ET_SYS_COUPLING_UPD Call by reference Type reference (TYPE) ESH_T_CM_SYS_COUP table type for system coupling in Tagging scenarios 20101013
4 Exporting EV_DATA_EXISTS Call by reference Type reference (TYPE) ABAP_BOOL 20101013
5 Importing IT_SYS_COUPLING Call by reference Type reference (TYPE) ESH_T_CM_SYS_COUP table type for system coupling in Tagging scenarios 20101013
# Exception Resumable Description Created on
1 CX_ESH_CM_SYSCOUP_ERROR Exceptions for cm sys coupling 20101013

Method SELECT_SPECIFIC_SYSCOUP 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 20101013
2 Importing IV_CONN_GUID_USED Call by reference Type reference (TYPE) ESH_E_ADM_CONNECTION_GUID Connection GUID 20101013
3 Importing IV_CONN_GUID_USING Call by reference Type reference (TYPE) ESH_E_ADM_CONNECTION_GUID Connection GUID 20101013

Method SELECT_SPECIFIC_SYSCOUP on class CL_ESH_CM_SYS_COUP has no exception.

Method SELECT_SYSCOUP_ALL 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 20101013

Method SELECT_SYSCOUP_ALL on class CL_ESH_CM_SYS_COUP has no exception.

Method SELECT_SYSCOUP_BOTH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_SYS_COUPLING_USED Call by reference Type reference (TYPE) ESH_T_CM_SYS_COUP table type for system coupling in Tagging scenarios 20101013
2 Exporting ET_SYS_COUPLING_USING Call by reference Type reference (TYPE) ESH_T_CM_SYS_COUP table type for system coupling in Tagging scenarios 20101013
3 Importing IT_CONN_GUID_USED Call by reference Type reference (TYPE) ESH_T_CM_CONN_GUID Table type for connection GUIDs 20101013
4 Importing IT_CONN_GUID_USING Call by reference Type reference (TYPE) ESH_T_CM_CONN_GUID Table type for connection GUIDs 20101013

Method SELECT_SYSCOUP_BOTH on class CL_ESH_CM_SYS_COUP has no exception.

Method SELECT_SYSCOUP_BY_GUID_USED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_SYS_COUPLING_USED Call by reference Type reference (TYPE) ESH_T_CM_SYS_COUP table type for system coupling in Tagging scenarios 20101013
2 Importing IT_CONN_GUID_USED Call by reference Type reference (TYPE) ESH_T_CM_CONN_GUID Table type for connection GUIDs 20101013

Method SELECT_SYSCOUP_BY_GUID_USED on class CL_ESH_CM_SYS_COUP has no exception.

Method SELECT_SYSCOUP_BY_GUID_USING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_SYS_COUPLING_USING Call by reference Type reference (TYPE) ESH_T_CM_SYS_COUP table type for system coupling in Tagging scenarios 20101013
2 Importing IT_CONN_GUID_USING Call by reference Type reference (TYPE) ESH_T_CM_CONN_GUID Table type for connection GUIDs 20101013

Method SELECT_SYSCOUP_BY_GUID_USING on class CL_ESH_CM_SYS_COUP has no exception.

Method SELECT_SYSCOUP_BY_KEY 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 20101013
2 Importing IT_SYS_COUP_GUID Call by reference Type reference (TYPE) ESH_T_CM_CONN_GUID Table type for connection GUIDs 20101013

Method SELECT_SYSCOUP_BY_KEY on class CL_ESH_CM_SYS_COUP has no exception.

Method SET_BP_LOCK Signature

Method SET_BP_LOCK on class CL_ESH_CM_SYS_COUP has no parameter.
# Exception Resumable Description Created on
1 CX_ESH_CM_SYSCOUP_ERROR Exceptions for cm sys coupling 20101013

Method SET_LOCK_SYS_COUP 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 20101013
2 Importing IV_LOCKMODE Call by reference Type reference (TYPE) ENQMODE Lock mode 20101013

Method SET_LOCK_SYS_COUP on class CL_ESH_CM_SYS_COUP has no exception.

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 20101013
# Exception Resumable Description Created on
1 CX_ESH_CM_SYSCOUP_ERROR Exceptions for cm sys coupling 20101013

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 20101013
# Exception Resumable Description Created on
1 CX_ESH_CM_SYSCOUP_ERROR Exceptions for cm sys coupling 20101013

Method WRITE_SYS_COUP_DATA_TO_BUF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_SYS_COUP_DATA_BUF_COMPLETE Call by reference Type reference (TYPE) ESH_T_CM_SYS_COUP table type for system coupling in Tagging scenarios 20101013
2 Importing IT_SYS_COUP_DATA_BUF Call by reference Type reference (TYPE) ESH_T_CM_SYS_COUP table type for system coupling in Tagging scenarios 20101013
3 Importing IT_SYS_COUP_DATA_IN Call by reference Type reference (TYPE) ESH_T_CM_SYS_COUP table type for system coupling in Tagging scenarios 20101013
# Exception Resumable Description Created on
1 CX_ESH_CM_SYSCOUP_ERROR Exceptions for cm sys coupling 20101013
History
Last changed by/on SAP  20110908 
SAP Release Created in 703