SAP ABAP Class CL_PARTITION_POC (Domain Model: Partition of Elements)
Hierarchy
☛
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
⤷
PP-PI-PMA-PMC (Application Component) Browser-Based PI Sheet / Cockpit
⤷
CMX_POC (Package) Manufacturing Execution: Browser-Based PI Sheet
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_OS_SERVICE_POC | Domain Model: Persistence Services | 19991109 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_OS_STATE | State Management for a 'Managed Object' | 19991020 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SY_MESS_POC | POC: System Message Processing | 19991109 |
Properties
| Class | CL_PARTITION_POC | |
| Short Description | Domain Model: Partition of Elements | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | CMX_POC | Manufacturing Execution: Browser-Based PI Sheet |
| Created | 19990112 | SAP |
| Last change | 20100310 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 2 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_OS_SERVICE_POC | Domain Model: Persistence Services | 19991109 | ||
| 2 | IF_OS_STATE | State Management for a 'Managed Object' | 19991020 | ||
| 3 | IF_SY_MESS_POC | POC: System Message Processing | 19991109 |
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CB_PARTITION_POC | 20010511 | Base Agent Domain Model: Partition |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | I | Number of Elements | 19990120 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | TY_ELEMENT_TAB | Element Table | 19990112 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | BOOLE_D | Partition is Controlled Externally | 19990907 | |||
| 4 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_PARTITION_POC | Master Partition (All Copies from Here) | 19990916 | |||
| 5 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_PARTITION_POC | Partition Copy | 19990201 | |||
| 6 | Instance attribute | Private | Type reference (TYPE) | BOOLE_D | Partition is Persistent | 19990922 | |||
| 7 | Instance attribute | Private | Type reference (TYPE) | POC_DB_C_PARTITION_TAB | Persistent Collection | 19991020 | |||
| 8 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_PARTITION_POC | Status | 19991020 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Adds New Element to Partition | 19990120 | |
| 2 | Instance method | Public | Constructor | Constructor | 19991020 | |
| 3 | Instance method | Public | Method | Copies all Elements of this Partition | 19990201 | |
| 4 | Static method | Public | Method | Creates Instance | 19990921 | |
| 5 | Instance method | Public | Method | Gets Copy of Element | 19990201 | |
| 6 | Instance method | Public | Method | Iterator: Gets First Element | 20000124 | |
| 7 | Instance method | Public | Method | Iterator: Gets Next Element | 20000124 | |
| 8 | Instance method | Public | Method | Gets Current Copy of Partition | 19990324 | |
| 9 | Instance method | Public | Method | Searches for Element Specified | 19990112 | |
| 10 | Instance method | Protected | Event handling method | Event Handler: Transaction Was Completed | 19991209 | |
| 11 | Instance method | Protected | Method | Registration to Event "Finished" of OS | 19991210 |
Events
| # | Event | Type | Visibility | Description | Created on |
|---|---|---|---|---|---|
| 1 | COPIED | Instance Event (0) |
Public (2) |
Partition was Copied | 19990907 |
| 2 | COPY_REQUESTED | Instance Event (0) |
Public (2) |
Partition was Requested | 19990907 |
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_ELEMENT_TAB | Private | See coding | Element Table | 19990112 | |
|
| 2 | TY_ELEMENT_TAB_WA | Private | See coding | Work Area | 19990112 | |
Method Signatures
Method ADD_ELEMENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_ELEMENT_REF | Call by reference | Object reference (TYPE REF TO) | IF_PARTITION_ITEM_POC | Elementreferenz | 19990120 | |||
| 2 | IM_INITIALIZE | Call by reference | Type reference (TYPE) | BOOLE_D | Persitente Initialisierung | 19991020 | |||
| 3 | IM_NEW_ELEMENT | Call by reference | Type reference (TYPE) | BOOLE_D | Neues Element, kein Change-Event | 20000120 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | OS-Ausnahme | 19991020 |
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_PARTITION_POC has no parameter.
Method CONSTRUCTOR on class CL_PARTITION_POC has no exception.
Method COPY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EX_PARTITION_REF | Call by reference | Object reference (TYPE REF TO) | CL_PARTITION_POC | Kopierte Partition | 19990201 | |||
| 2 | IM_COPY_BY_HANDLER | Call by reference | Type reference (TYPE) | BOOLE_D | Kopieren wird zuerst geprüft | 19990907 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Partition konnte nicht kopiert werden | 19990907 |
Method CREATE_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EX_INSTANCE | Value transfer | Object reference (TYPE REF TO) | CL_PARTITION_POC | Erzeugte Instanz | 19990921 | |||
| 2 | IM_HANDLED | Call by reference | Type reference (TYPE) | BOOLE_D | Von außen gesteuert | 19990921 | |||
| 3 | IM_PERSISTENT | Call by reference | Type reference (TYPE) | BOOLE_D | 'X' | Persistente Instanz | 19990921 |
Method CREATE_INSTANCE on class CL_PARTITION_POC has no exception.
Method GET_ELEMENT_COPY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EX_ELEMENT_REF | Call by reference | Object reference (TYPE REF TO) | IF_PARTITION_ITEM_POC | Kopie evtl. leer | 19990201 | |||
| 2 | IM_ELEMENT_REF | Call by reference | Object reference (TYPE REF TO) | IF_PARTITION_ITEM_POC | Zu suchende Kopie | 19990201 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Es ist keine Kopie vorhanden | 19990201 |
Method GET_FIRST_ELEMENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CH_COUNTER | Call by reference | Type reference (TYPE) | I | Zaehler | 20000124 | |||
| 2 | EX_ITEM | Value transfer | Object reference (TYPE REF TO) | IF_PARTITION_ITEM_POC | erstes Element | 20000124 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Nicht gefunden | 20000124 |
Method GET_NEXT_ELEMENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CH_COUNTER | Call by reference | Type reference (TYPE) | I | Zaehler | 20000124 | |||
| 2 | EX_ITEM | Call by reference | Object reference (TYPE REF TO) | IF_PARTITION_ITEM_POC | nächstes Element | 20000124 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Nicht gefunden | 20000124 |
Method GET_PARTITION_COPY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EX_PARTITION_REF | Call by reference | Object reference (TYPE REF TO) | CL_PARTITION_POC | Aktuelle Partitionskopie | 19990324 |
Method GET_PARTITION_COPY on class CL_PARTITION_POC has no exception.
Method IS_ELEMENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_ELEMENT_REF | Call by reference | Object reference (TYPE REF TO) | IF_PARTITION_ITEM_POC | Zu suchendes Element | 19990112 | |||
| 2 | RESULT | Value transfer | Type reference (TYPE) | BOOLE_D | Boolescher Rückgabewert | 19990112 |
Method IS_ELEMENT on class CL_PARTITION_POC has no exception.
Method ON_OS_TRANSACTION_FINISHED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SENDER | Call by reference | Type reference (TYPE) | 20000110 | |||||
| 2 | STATUS | Call by reference | Attribute reference (LIKE) | 19991209 |
Method ON_OS_TRANSACTION_FINISHED on class CL_PARTITION_POC has no exception.
Method REGISTER_TRANSACTION_FINISHED Signature
Method REGISTER_TRANSACTION_FINISHED on class CL_PARTITION_POC has no parameter.
Method REGISTER_TRANSACTION_FINISHED on class CL_PARTITION_POC has no exception.
Event Signatures
Event COPIED Signature
| # | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EX_PARTITION_COPY | Exporting | Value transfer | Object reference (TYPE REF TO) | CL_PARTITION_POC | Kopierte Partition | 19990907 |
Event COPY_REQUESTED Signature
Event COPY_REQUESTED on class CL_PARTITION_POC has no parameter.
History
| Last changed by/on | SAP | 20100310 |
| SAP Release Created in |