SAP ABAP Class CL_TTYPE_COLL_PPF (PPF: Copy Template for Collections)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-GBT-PPF (Application Component) Post Processing Framework
⤷
SPPF_CORE (Package) PPF: Central Logic
⤷
⤷
Properties
| Class | CL_TTYPE_COLL_PPF | |
| Short Description | PPF: Copy Template for Collections | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SPPF_CORE | PPF: Central Logic |
| Created | 19990810 | SAP |
| Last change | 20050218 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_TTYPE_COLL_PPF has no forward declaration.
Interfaces
Class CL_TTYPE_COLL_PPF has no interface implemented.
Friends
Class CL_TTYPE_COLL_PPF 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) | I | 1 | Iterator | 19990810 | ||
| 2 | Instance attribute | Public | Type reference (TYPE) | PPFDTTOR | Reference to an Element of the Collection | 19990810 | |||
| 3 | Instance attribute | Protected | See coding | Table with References | 19990810 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Adds an Element to the Collection | 19990810 | |
| 2 | Instance method | Public | Method | Removes all Elements from the Collection | 19990810 | |
| 3 | Instance method | Public | Method | Delivers True if Collection Contains Specified Element | 19990810 | |
| 4 | Instance method | Public | Method | Removes an Element from the Collection | 19990810 | |
| 5 | Instance method | Public | Method | Returns Current Value of Iterator (Element Pointer) | 20050125 | |
| 6 | Instance method | Public | Method | Delivers the Next Element | 19990810 | |
| 7 | Instance method | Public | Method | Return the Number of Elements in Collection | 19990810 | |
| 8 | Instance method | Public | Method | Find Trigger Type | 19990811 | |
| 9 | Instance method | Public | Method | Resets the Element Pointer | 19990810 | |
| 10 | Instance method | Public | Method | Sets Current Value of Iterator (Element Pointer) | 20050125 |
Events
Class CL_TTYPE_COLL_PPF has no event.
Types
Class CL_TTYPE_COLL_PPF 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 | IO_ELEMENT | Call by reference | Attribute reference (LIKE) | REF_ENTRY | Objektreferenz | 19990810 |
Method ADD_ELEMENT on class CL_TTYPE_COLL_PPF has no exception.
Method CLEAR Signature
Method CLEAR on class CL_TTYPE_COLL_PPF has no parameter.
Method CLEAR on class CL_TTYPE_COLL_PPF has no exception.
Method CONTAINS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_ELEMENT | Call by reference | Attribute reference (LIKE) | REF_ENTRY | Objektreferenz | 19990810 | |||
| 2 | RP_BOOLEAN | Value transfer | Type reference (TYPE) | BOOLE | Boolean | 19990810 |
Method CONTAINS on class CL_TTYPE_COLL_PPF has no exception.
Method DELETE_ELEMENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_ELEMENT | Call by reference | Attribute reference (LIKE) | REF_ENTRY | Objektreferenz | 19990810 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Element existiert nicht in Kollektion | 19990810 |
Method GET_ITERATOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RP_ITERATOR | Value transfer | Type reference (TYPE) | I | Aktueller Wert des Iterators | 20050125 |
Method GET_ITERATOR on class CL_TTYPE_COLL_PPF has no exception.
Method GET_NEXT_ELEMENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_ELEMENT | Value transfer | Attribute reference (LIKE) | REF_ENTRY | Objektreferenz | 19990810 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | kein nächstes Element vorhanden | 19990810 |
Method GET_NUMBER_OF_ELEMENTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RP_COUNT | Value transfer | Type reference (TYPE) | I | Anzahl der Elemente | 19990810 |
Method GET_NUMBER_OF_ELEMENTS on class CL_TTYPE_COLL_PPF has no exception.
Method GET_TTYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IP_TTYPE | Call by reference | Type reference (TYPE) | PPFDTT | Triggertypname | 19990811 | |||
| 2 | RO_TTYPE | Value transfer | Object reference (TYPE REF TO) | CL_TTYPE_PPF | Triggertyp | 19990811 |
Method GET_TTYPE on class CL_TTYPE_COLL_PPF has no exception.
Method RESET_ITERATOR Signature
Method RESET_ITERATOR on class CL_TTYPE_COLL_PPF has no parameter.
Method RESET_ITERATOR on class CL_TTYPE_COLL_PPF has no exception.
Method SET_ITERATOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IP_ITERATOR | Call by reference | Type reference (TYPE) | I | Setzt neuen Wert des Iterators | 20050125 |
Method SET_ITERATOR on class CL_TTYPE_COLL_PPF has no exception.
History
| Last changed by/on | SAP | 20050218 |
| SAP Release Created in |