SAP ABAP Class CL_RDPT_COLLECTION (Collection)
Hierarchy
☛
EA-FINSERV (Software Component) SAP Enterprise Extension Financial Services
⤷
FIN-FSCM-TRM-TM (Application Component) Transaction Manager
⤷
FTBAS (Package) Redemption Schedules
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RDPT_COLLECTABLE | Collection Interface | 19990723 |
Properties
| Class | CL_RDPT_COLLECTION | |
| Short Description | Collection | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | FTBAS | Redemption Schedules |
| Created | 19990723 | SAP |
| Last change | 00000000 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_RDPT_COLLECTION has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_RDPT_COLLECTABLE | Collection Interface | 19990723 |
Friends
Class CL_RDPT_COLLECTION 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) | I | Index Pointing to the Next Free Element | 19990723 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | TYPE_IT_ELEMENTS | Table Containing the Elements | 19990723 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | I | Number of Elements | 19990723 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Clear the Collection | 19990723 | |
| 2 | Instance method | Public | Constructor | Constructor | 19990723 | |
| 3 | Instance method | Public | Method | Get the First Element | 19990723 | |
| 4 | Instance method | Public | Method | Get the Next Element | 19990723 | |
| 5 | Instance method | Public | Method | Insert an element as the Last Element | 19990723 | |
| 6 | Instance method | Public | Method | Merge Two Collections | 19990723 | |
| 7 | Instance method | Public | Method | Get the Number of Elements in the Collection | 19990723 | |
| 8 | Instance method | Public | Method | Remove an Element from the Collection | 19991013 |
Events
Class CL_RDPT_COLLECTION has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TYPE_IT_ELEMENTS | Private | See coding | TYPE_IT_ELEMENTS | 19990723 | |
Method Signatures
Method CLEAR Signature
Method CLEAR on class CL_RDPT_COLLECTION has no parameter.
Method CLEAR on class CL_RDPT_COLLECTION has no exception.
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_RDPT_COLLECTION has no parameter.
Method CONSTRUCTOR on class CL_RDPT_COLLECTION has no exception.
Method GETFIRST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RE_ELEMENT | Value transfer | Object reference (TYPE REF TO) | IF_RDPT_COLLECTABLE | First element | 19990723 |
Method GETFIRST on class CL_RDPT_COLLECTION has no exception.
Method GETNEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RE_ELEMENT | Value transfer | Object reference (TYPE REF TO) | IF_RDPT_COLLECTABLE | Element to be returned | 19990723 |
Method GETNEXT on class CL_RDPT_COLLECTION has no exception.
Method INSERTASLAST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_ELEMENT | Value transfer | Object reference (TYPE REF TO) | IF_RDPT_COLLECTABLE | Element to be inserted | 19990723 |
Method INSERTASLAST on class CL_RDPT_COLLECTION has no exception.
Method MERGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_COLLECTION | Value transfer | Object reference (TYPE REF TO) | CL_RDPT_COLLECTION | Collection to be merged | 19990723 |
Method MERGE on class CL_RDPT_COLLECTION has no exception.
Method NUMBEROFELEMENTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RE_N | Value transfer | Type reference (TYPE) | I | Num of elements | 19990723 |
Method NUMBEROFELEMENTS on class CL_RDPT_COLLECTION has no exception.
Method REMOVEELEMENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_ELEMENT | Value transfer | Object reference (TYPE REF TO) | IF_RDPT_COLLECTABLE | Element to be removed | 19991013 |
Method REMOVEELEMENT on class CL_RDPT_COLLECTION has no exception.
History
| Last changed by/on | SAP | 00000000 |
| SAP Release Created in |