SAP ABAP Class /SAPPSPRO/CL_OBJECT_CONNECT (Connection Class for SRM Objects)
Hierarchy
☛
SAP_APPL (Software Component) Logistics and Accounting
⤷
MM (Application Component) Materials Management
⤷
/SAPPSPRO/RM/INTERFACE (Package) BADI's, Interfaces
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | /SAPPSPRO/IF_SP_SRM_CONSTANTS | Constants for SRM Object SPs | 20031105 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | /SAPPSPRO/IF_SRM_OBJECT_API | API for exchange of data | 20031105 |
| 3 | Inheritance (c INHERITING FROM c_ref) | CL_SRM_SP_CONNECTION | Abstract Basis Class for Connection | 20031105 |
| 4 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SRM_CONNECTION | Reading Methods for Working with Repositories | 20031105 |
| 5 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SRM_NON_VISUAL_INFO_SP | SP Non-Visual Info for SP | 20031105 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | /SAPPSPRO/CL_ATTACH_CONNECT | SRM attachment backend | 20040329 |
| 2 | Inheritance (c INHERITING FROM c_ref) | /SAPPSPRO/CL_AUC_CONNECT | System Class | 20110221 |
| 3 | Inheritance (c INHERITING FROM c_ref) | /SAPPSPRO/CL_BID_CONNECT | System Class | 20031106 |
| 4 | Inheritance (c INHERITING FROM c_ref) | /SAPPSPRO/CL_CTR_CONNECT | System Class | 20031106 |
| 5 | Inheritance (c INHERITING FROM c_ref) | /SAPPSPRO/CL_ITEM_CONNECT | Connection class for items | 20031106 |
| 6 | Inheritance (c INHERITING FROM c_ref) | /SAPPSPRO/CL_PO_CONNECT | System Class | 20031106 |
| 7 | Inheritance (c INHERITING FROM c_ref) | /SAPPSPRO/CL_QUOT_CONNECT | Quotation Connection Class | 20040513 |
| 8 | Inheritance (c INHERITING FROM c_ref) | /SAPPSPRO/CL_SC_CONNECT | Connection Class | 20031106 |
| 9 | Inheritance (c INHERITING FROM c_ref) | /SAPPSPRO/CL_VIRT_OBJ_CONNECT | Connection Class | 20031106 |
Properties
| Class | /SAPPSPRO/CL_OBJECT_CONNECT | |
| Short Description | Connection Class for SRM Objects | |
| Super Class | CL_SRM_SP_CONNECTION | Abstract Basis Class for Connection |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | /SAPPSPRO/RM/INTERFACE | BADI's, Interfaces |
| Created | 20031105 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class /SAPPSPRO/CL_OBJECT_CONNECT has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | /SAPPSPRO/IF_SP_SRM_CONSTANTS | Constants for SRM Object SPs | 20031105 | ||
| 2 | /SAPPSPRO/IF_SRM_OBJECT_API | API for exchange of data | 20031105 | ||
| 3 | IF_SRM_CONNECTION | Reading Methods for Working with Repositories | 20031105 | ||
| 4 | IF_SRM_NON_VISUAL_INFO_SP | SP Non-Visual Info for SP | 20031105 |
Friends
Class /SAPPSPRO/CL_OBJECT_CONNECT has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Object reference (TYPE REF TO) | IF_SRM_SRM_REGISTRY | Registry object | 20031127 | |||
| 2 | Instance attribute | Protected | Object reference (TYPE REF TO) | IF_SRM_SRM_SERVICE | SRM service object | 20031127 | |||
| 3 | Static Attribute | Protected | Object reference (TYPE REF TO) | /SAPPSPRO/SP_NAME_NEU | 20050304 | ||||
| 4 | Instance attribute | Protected | Type reference (TYPE) | BOOLEAN | Connection error flag | 20031127 | |||
| 5 | Instance attribute | Protected | Type reference (TYPE) | STRING | Description of the object | 20031127 | |||
| 6 | Instance attribute | Protected | Type reference (TYPE) | GUID | GUID | 20031127 | |||
| 7 | Instance attribute | Protected | Type reference (TYPE) | CHAR40 | Logic system of the object | 20031127 | |||
| 8 | Instance attribute | Protected | Type reference (TYPE) | STRING | Object ID | 20031127 | |||
| 9 | Instance attribute | Protected | Type reference (TYPE) | STRING | Object type | 20040127 | |||
| 10 | Instance attribute | Protected | Type reference (TYPE) | STRING | URL got from SRM system | 20031127 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Protected | Method | Fills static attributes (description etc.) | 20031114 | |
| 2 | Static method | Protected | Method | 20050304 | ||
| 3 | Instance method | Protected | Method | Gets SRM object description from SRM system | 20031105 | |
| 4 |