SAP ABAP Class CL_ISHMED_OBJECT_COLLECTION (IS-H*MED: Object Collection)
Hierarchy
☛
BBPCRM (Software Component) BBPCRM
⤷
CRM (Application Component) Customer Relationship Management
⤷
CRM_APPLICATION (Package) All CRM Components Without Special Structure Packages
⤷
NMED (Package) R/3MED: Medical documentation GSD
⤷
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_ISHMED_COLLECTION | IS-H*MED: Collection | 20031029 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_ISHMED_VD_NOTE | IS-H*MED PD: Progress Entry | 20020118 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CL_ISHMED_VD_NOTES | IS-H*MED PD: Persistent Class; Notes Collection | 20020115 |
Properties
| Class | CL_ISHMED_OBJECT_COLLECTION | |
| Short Description | IS-H*MED: Object Collection | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | NMED | R/3MED: Medical documentation GSD |
| Created | 20020109 | SAP |
| Last change | 20050224 | 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) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_ISHMED_COLLECTION | IS-H*MED: Collection | 20031029 |
Friends
Class CL_ISHMED_OBJECT_COLLECTION has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Type reference (TYPE) | N2OC_REFERENCES_TABLE | Internal Table of Object References | 20020109 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Add Object Reference to Collection | 20020109 | |
| 2 | Instance method | Public | Method | Initialize Object Collection | 20020109 | |
| 3 | Instance method | Public | Constructor | CONSTRUCTOR | 20020109 | |
| 4 | Instance method | Public | Method | Create New Instance from Existing Instance | 20031009 | |
| 5 | Instance method | Public | Method | Number of Object References | 20020109 | |
| 6 | Instance method | Public | Method | Determine Reference to Next Object | 20021010 | |
| 7 | Instance method | Public | Method | Determine Reference to Previous Object | 20021010 | |
| 8 | Instance method | Public | Method | Determine Object Reference | 20020109 | |
| 9 | Instance method | Public | Method | Remove Object Reference from Collection | 20020109 |
Events
Class CL_ISHMED_OBJECT_COLLECTION has no event.
Types
Class CL_ISHMED_OBJECT_COLLECTION has no local type.
Method Signatures
Method ADD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | INDEX | Value transfer | Type reference (TYPE) | I | Einfügeposition | 20020109 | |||
| 2 | REFERENCE | Call by reference | Object reference (TYPE REF TO) | IF_ISHMED_COLLECTION_OBJECT | Objektreferenz | 20020109 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Could not insert Note object reference | 20020109 | ||
| 2 | Duplicate key error. Could not insert Note object reference. | 20020109 |
Method CLEAR Signature
Method CLEAR on class CL_ISHMED_OBJECT_COLLECTION has no parameter.
Method CLEAR on class CL_ISHMED_OBJECT_COLLECTION has no exception.
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_ISHMED_OBJECT_COLLECTION has no parameter.
Method CONSTRUCTOR on class CL_ISHMED_OBJECT_COLLECTION has no exception.
Method COPY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_INSTANCE | Value transfer | Object reference (TYPE REF TO) | CL_ISHMED_OBJECT_COLLECTION | IS-H*MED: Objekt Sammlung | 20031010 |
Method COPY on class CL_ISHMED_OBJECT_COLLECTION has no exception.
Method COUNT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | COUNT | Value transfer | Type reference (TYPE) | I | Anzahl | 20020109 |
Method COUNT on class CL_ISHMED_OBJECT_COLLECTION has no exception.
Method GET_NEXT_REFERENCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | KEY | Value transfer | Type reference (TYPE) | STRING | IS-H*MED: Collection object key | 20021010 | |||
| 2 | REFERENCE | Value transfer | Object reference (TYPE REF TO) | IF_ISHMED_COLLECTION_OBJECT | Objektreferenz | 20021010 |
Method GET_NEXT_REFERENCE on class CL_ISHMED_OBJECT_COLLECTION has no exception.
Method GET_PREVIOUS_REFERENCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | KEY | Value transfer | Type reference (TYPE) | STRING | IS-H*MED: Collection object key | 20021010 | |||
| 2 | REFERENCE | Value transfer | Object reference (TYPE REF TO) | IF_ISHMED_COLLECTION_OBJECT | Objektreferenz | 20021010 |
Method GET_PREVIOUS_REFERENCE on class CL_ISHMED_OBJECT_COLLECTION has no exception.
Method GET_REFERENCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IDX | Value transfer | Type reference (TYPE) | I | 0 | Index | 20020109 | ||
| 2 | KEY | Value transfer | Type reference (TYPE) | STRING | IS-H*MED: Collection object key | 20020109 | |||
| 3 | REFERENCE | Value transfer | Object reference (TYPE REF TO) | IF_ISHMED_COLLECTION_OBJECT | Objektreferenz | 20020109 |
Method GET_REFERENCE on class CL_ISHMED_OBJECT_COLLECTION has no exception.
Method REMOVE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | KEY | Value transfer | Type reference (TYPE) | STRING | IS-H*MED: Collection object key | 20020109 | |||
| 2 | REFERENCE | Value transfer | Object reference (TYPE REF TO) | IF_ISHMED_COLLECTION_OBJECT | Objektreferenz | 20021009 |
Method REMOVE on class CL_ISHMED_OBJECT_COLLECTION has no exception.
History
| Last changed by/on | SAP | 20050224 |
| SAP Release Created in | 463B |