SAP ABAP Class CL_CTS_CLIENT_RESOLVER (resolves client information, also in logical objects)
                         
  Hierarchy 
    
                
                ☛
            
             SAP_BASIS            (Software Component) SAP Basis Component
⤷
             BC-CTS-TMS-CTR            (Application Component) Central CTS # Transport Management
⤷
             SCTS_DIST_CLIENT            (Package) cCTS Client
                    
    
                            
                            
                            
                            
                            
                            ⤷
⤷
Properties
| Class | CL_CTS_CLIENT_RESOLVER | |
| Short Description | resolves client information, also in logical objects | |
| Super Class | ||
| Instantiability of a Class | 2 | Public | 
| Final | 
  General Data 
                            | Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SCTS_DIST_CLIENT | cCTS Client | 
| Created | 20120702 | SAP | 
| Last change | 20140121 | SAP | 
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active | 
  Forward declarations 
                                                            | # | Type group / Object type | Type | Type Description | 
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 2 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | 
  Interfaces 
                                                            Class CL_CTS_CLIENT_RESOLVER has no interface implemented.
                            
                            
  Friends 
                                                            Class CL_CTS_CLIENT_RESOLVER has no friend class.
                            
                            
  Attributes 
                                                            | # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on | 
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | OBJECT_TYPES | 20120702 | ||||
| 2 | Instance attribute | Private | Type reference (TYPE) | OBJECT_INFOS | 20120702 | 
  Methods 
                                                            | # | Method | Level | Visibility | Method type | Description | Created on | 
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20120712 | ||
| 2 | Instance method | Public | Method | 20120712 | ||
| 3 | Instance method | Public | Method | 20120702 | ||
| 4 | Instance method | Public | Method | 20120702 | 
  Events 
                                                            Class CL_CTS_CLIENT_RESOLVER has no event.
                            
                            Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source | 
|---|---|---|---|---|---|---|---|
| 1 | LOG_OBJ_TYPE_INFO | Public | See coding | 20120702 | begin of log_obj_type_info,
              obj_type   type trobjtype,
              state      type char1,
            end of log_obj_type_info
 | 
                                        ||
| 2 | OBJECT_INFO | Public | See coding | 20120702 | begin of object_info,
              pgmid         type pgmid,
              obj_type      type trobjtype,
              obj_name      type tabname,
              client_depend type char1,
        end of object_info
 | 
                                        ||
| 3 | OBJECT_INFOS | Public | See coding | 20120702 | object_infos type hashed table of object_info with unique key pgmid obj_type obj_name
 | 
                                        ||
| 4 | OBJECT_TYPES | Public | See coding | 20120702 | object_types type table of log_obj_type_info
 | 
                                        
Method Signatures
Method HAS_CLI_DEPEND_OVERLAPS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on | 
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONFL_OBJECTS | Call by reference | Type reference (TYPE) | TRWBO_T_E071 | 20120712 | ||||
| 2 | RESULT | Value transfer | Type reference (TYPE) | CHAR1 | 'X' -only client dep.; 'N' only client indep.; 'P'- both | 20120712 | 
Method HAS_CLI_DEPEND_OVERLAPS on class CL_CTS_CLIENT_RESOLVER has no exception.
                                    
                                                                    Method IS_OBJ_CLIENT_DEPENDENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on | 
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_CLIENT_DEP | Value transfer | Type reference (TYPE) | CHAR1 | Single-Character Flag | 20120712 | |||
| 2 | OBJNAME | Call by reference | Type reference (TYPE) | TROBJ_NAME | SAP object name | 20120712 | |||
| 3 | OBJTYPE | Call by reference | Type reference (TYPE) | TROBJTYPE | Object Type | 20120712 | |||
| 4 | PGMID | Call by reference | Type reference (TYPE) | PGMID | Program ID in Requests and Tasks | 20120712 | 
Method IS_OBJ_CLIENT_DEPENDENT on class CL_CTS_CLIENT_RESOLVER has no exception.
                                    
                                                                    Method RESOLVE_CLI_DEP_OBJECTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on | 
|---|---|---|---|---|---|---|---|---|---|
| 1 | CLIENT | Call by reference | Type reference (TYPE) | CHAR3 | 20120702 | ||||
| 2 | REQUEST | Call by reference | Type reference (TYPE) | STRHI_REQUEST_WD | 20120702 | 
Method RESOLVE_CLI_DEP_OBJECTS on class CL_CTS_CLIENT_RESOLVER has no exception.
                                    
                                                                    Method RESOLVE_TABLE_KEYS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on | 
|---|---|---|---|---|---|---|---|---|---|
| 1 | REQUEST | Call by reference | Type reference (TYPE) | STRHI_REQUEST_WD | 20120702 | ||||
| 2 | USE_KEYS_WITH_CLIENT | Call by reference | Type reference (TYPE) | CHAR1 | 20120702 | 
Method RESOLVE_TABLE_KEYS on class CL_CTS_CLIENT_RESOLVER has no exception.
                                    
                                                            
                            
                            
                            
                            
  History 
                            | Last changed by/on | SAP | 20140121 | 
| SAP Release Created in | 702 |