SAP ABAP Class CL_CONTEXT_MANAGER_COLL_PPF (PPF: Collections for Context Manager)
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_CONTEXT_MANAGER_COLL_PPF | |
Short Description | PPF: Collections for Context Manager | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SPPF_CORE | PPF: Central Logic |
Created | 19990812 | SAP |
Last change | 20041228 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_CONTEXT_MANAGER_COLL_PPF has no forward declaration.
Interfaces
Class CL_CONTEXT_MANAGER_COLL_PPF has no interface implemented.
Friends
Class CL_CONTEXT_MANAGER_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 | 19990812 | |
2 | ![]() |
Instance attribute | Public | Type reference (TYPE) | PPFDCMGROR | Reference to an Element of the Collection | 19990812 | ||
3 | ![]() |
Instance attribute | Protected | See coding | Table with References | 19990812 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Adds an Element to the Collection | 19990812 |
2 | ![]() |
Instance method | Public | Method | Removes all Elements from the Collection | 19990812 |
3 | ![]() |
Instance method | Public | Method | Delivers True if Collection Contains Specified Element | 19990812 |
4 | ![]() |
Instance method | Public | Method | Removes an Element from the Collection | 19990812 |
5 | ![]() |
Instance method | Public | Method | Get Manager for Context | 19990812 |
6 | ![]() |
Instance method | Public | Method | Delivers the Next Element | 19990812 |
7 | ![]() |
Instance method | Public | Method | Return the Number of Elements in Collection | 19990812 |
8 | ![]() |
Instance method | Public | Method | Resets the Element Pointer | 19990812 |
Events
Class CL_CONTEXT_MANAGER_COLL_PPF has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | PPFS_MANAGER | Protected | See coding | 20040331 | BEGIN OF PPFS_MANAGER,
applguid TYPE os_guid,
profil TYPE ppfdcntxt,
manager TYPE REF TO cl_context_manager_ppf,
END OF PPFS_MANAGER
|
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 | 19990812 |
Method ADD_ELEMENT on class CL_CONTEXT_MANAGER_COLL_PPF has no exception.
Method CLEAR Signature
Method CLEAR on class CL_CONTEXT_MANAGER_COLL_PPF has no parameter.
Method CLEAR on class CL_CONTEXT_MANAGER_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 | 19990812 | ||
2 | ![]() |
RP_BOOLEAN | Value transfer | Type reference (TYPE) | BOOLE | Boolean | 19990812 |
Method CONTAINS on class CL_CONTEXT_MANAGER_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 | 19990812 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Element existiert nicht in Kollektion | 19990812 |
Method GET_CONTEXT_MANAGER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_CONTEXT | Call by reference | Object reference (TYPE REF TO) | CL_CONTEXT_PPF | Kontext | 19991201 | ||
2 | ![]() |
RO_CONTEXT_MANAGER | Value transfer | Object reference (TYPE REF TO) | CL_CONTEXT_MANAGER_PPF | Kontextmanager | 19990812 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Kontextreferenz ist leer | 19990812 |
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 | 19990812 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
kein nächstes Element vorhanden | 19990812 |
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 | 19990812 |
Method GET_NUMBER_OF_ELEMENTS on class CL_CONTEXT_MANAGER_COLL_PPF has no exception.
Method RESET_ITERATOR Signature
Method RESET_ITERATOR on class CL_CONTEXT_MANAGER_COLL_PPF has no parameter.
Method RESET_ITERATOR on class CL_CONTEXT_MANAGER_COLL_PPF has no exception.
History
Last changed by/on | SAP | 20041228 |
SAP Release Created in |