SAP ABAP Class /IPRO/IF_COLLECTION (Document Builder Collection Interface)
Properties
| Class | /IPRO/IF_COLLECTION | |
| Short Description | Document Builder Collection Interface | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20031107 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class /IPRO/IF_COLLECTION has no forward declaration.
Interfaces
Class /IPRO/IF_COLLECTION has no interface implemented.
Friends
Class /IPRO/IF_COLLECTION has no friend class.
Attributes
Class /IPRO/IF_COLLECTION has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | add element to collection | 20031111 | |
| 2 | Instance method | Public | Method | remove all elements from collection | 20031111 | |
| 3 | Instance method | Public | Method | get reference to element at index | 20031111 | |
| 4 | Instance method | Public | Method | remove element at indexed location | 20040407 | |
| 5 | Instance method | Public | Method | get nr items in collection | 20031111 |
Events
Class /IPRO/IF_COLLECTION has no event.
Types
Class /IPRO/IF_COLLECTION has no local type.
Method Signatures
Method ADD_ELEMENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PIR_OBJECT | Call by reference | Object reference (TYPE REF TO) | OBJECT | 20031111 | ||||
| 2 | PRR_OBJECT | Value transfer | Object reference (TYPE REF TO) | OBJECT | 20031111 |
Method ADD_ELEMENT on class /IPRO/IF_COLLECTION has no exception.
Method CLEAR Signature
Method CLEAR on class /IPRO/IF_COLLECTION has no parameter.
Method CLEAR on class /IPRO/IF_COLLECTION has no exception.
Method GET_ELEMENT_AT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PIV_INDEX | Call by reference | Type reference (TYPE) | I | one-based index | 20031111 | |||
| 2 | PRR_OBJECT | Value transfer | Object reference (TYPE REF TO) | OBJECT | 20031111 |
Method GET_ELEMENT_AT on class /IPRO/IF_COLLECTION has no exception.
Method REMOVE_ELEMENT_AT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_IDX | Call by reference | Type reference (TYPE) | INT4 | Natural number | 20040407 |
Method REMOVE_ELEMENT_AT on class /IPRO/IF_COLLECTION has no exception.
Method SIZE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PRV_VALUE | Value transfer | Type reference (TYPE) | I | nr items in collection | 20031111 |
Method SIZE on class /IPRO/IF_COLLECTION has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in |