SAP ABAP Class /MRSS/CL_SGU_COLLECTION (Collection of Required Types)
Hierarchy
☛
MRSS_NW (Software Component) SAP Multiresource Scheduling for SAP Net
⤷
PM-WOC-MO (Application Component) Maintenance Orders
⤷
/MRSS/SGU (Package) User Interface for Interactive Planning Board
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | /MRSS/CL_SGU_COL_DEPENDENCIES | Screen Container Assignments | 20030904 |
| 2 | Inheritance (c INHERITING FROM c_ref) | /MRSS/CL_SGU_COL_PLANITEMS | Screen Container Assignments | 20030612 |
| 3 | Inheritance (c INHERITING FROM c_ref) | /MRSS/CL_SGU_COL_RESOURCES | Planning Board: Screen Container | 20030612 |
| 4 | Inheritance (c INHERITING FROM c_ref) | /MRSS/CL_SGU_COL_WORKITEMS | Planning Board: Screen Container | 20030612 |
Properties
| Class | /MRSS/CL_SGU_COLLECTION | |
| Short Description | Collection of Required Types | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | /MRSS/SGU | User Interface for Interactive Planning Board |
| Created | 20030606 | SAP |
| Last change | 20141109 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class /MRSS/CL_SGU_COLLECTION has no forward declaration.
Interfaces
Class /MRSS/CL_SGU_COLLECTION has no interface implemented.
Friends
Class /MRSS/CL_SGU_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) | /MRSS/T_SGU_REF_TO_DATA_T | Internal Table for Type References | 20030606 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | I | 20030701 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Insert Item | 20030606 | |
| 2 | Instance method | Public | Method | Convert Items | 20030918 | |
| 3 | Instance method | Public | Method | Convert Single Item | 20030613 | |
| 4 | Instance method | Public | Method | Delete Item | 20030606 | |
| 5 | Instance method | Public | Method | Find Single Item by Attribute | 20030606 | |
| 6 | Instance method | Public | Method | Read First Item in Collection | 20030701 | |
| 7 | Instance method | Public | Method | Read Next Item in Collection | 20030701 | |
| 8 | Instance method | Public | Method | Delete All Data | 20030611 | |
| 9 | Instance method | Public | Method | Update Single Item | 20030630 |
Events
Class /MRSS/CL_SGU_COLLECTION has no event.
Types
Class /MRSS/CL_SGU_COLLECTION has no local type.
Method Signatures
Method ADD_ITEM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ITEM | Call by reference | Type reference (TYPE) | ANY | 20030703 |
Method ADD_ITEM on class /MRSS/CL_SGU_COLLECTION has no exception.
Method CONVERT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_ITEMS | Call by reference | Type reference (TYPE) | ANY TABLE | 20030918 |
Method CONVERT on class /MRSS/CL_SGU_COLLECTION has no exception.
Method CONVERT_SINGLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_ITEM | Call by reference | Type reference (TYPE) | ANY | 20030613 | ||||
| 2 | IV_COLLISION | Call by reference | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20120904 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Item nicht in der Collection gefunden | 20030630 |
Method DELETE_ITEM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ITEM | Call by reference | Type reference (TYPE) | ANY | 20030703 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Item nicht gefunden | 20030703 |
Method FIND_ITEM_SINGLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_ITEM | Call by reference | Type reference (TYPE) | ANY | Position | 20030703 | |||
| 2 | IV_COMPONENT | Call by reference | Type reference (TYPE) | ANY | Komponente | 20030606 | |||
| 3 | IV_VALUE | Call by reference | Type reference (TYPE) | ANY | Wert | 20030606 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Kein Item gefunden | 20030707 |
Method GET_ITEM_FIRST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_ITEM | Call by reference | Type reference (TYPE) | ANY | 20030701 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20030703 |
Method GET_ITEM_NEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_ITEM | Call by reference | Type reference (TYPE) | ANY | 20030701 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20030703 |
Method REFRESH Signature
Method REFRESH on class /MRSS/CL_SGU_COLLECTION has no parameter.
Method REFRESH on class /MRSS/CL_SGU_COLLECTION has no exception.
Method UPDATE_SINGLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_ITEM | Call by reference | Type reference (TYPE) | ANY | 20030701 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Item nicht in der Collection gefunden | 20030630 |
History
| Last changed by/on | SAP | 20141109 |
| SAP Release Created in | 401 |