SAP ABAP Class CL_PROCESS_STEP_POC (Domain Model: Process Step)
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 | Inheritance (c INHERITING FROM c_ref) | CL_STEP_POC | Domain Model: Abstract Step | 00000000 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_APPLICATION_STEP_POC | Domain Model: Application Step (Cockpit, PI Sheet,...) | 19990726 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CL_REPEATABLE_PROCESS_STEP_POC | Domain Model: Repeatable Process Step | 00000000 |
Properties
| Class | CL_PROCESS_STEP_POC | |
| Short Description | Domain Model: Process Step | |
| Super Class | CL_STEP_POC | Domain Model: Abstract Step |
| 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 | 19981204 | 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) |
Interfaces
Class CL_PROCESS_STEP_POC has no interface implemented.
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CB_APPLICATION_STEP_POC | 20010511 | Base Agent Domain Model: Step | |
| 2 | CB_PROCESS_STEP_POC | 20010511 | Base Agent Domain Model: Step | |
| 3 | CB_REPEATABLE_PROCESS_STEP_POC | 20010511 | Base Agent Domain Model: Step |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Type reference (TYPE) | TY_STEP_TAB | Table of Children | 19981211 | |||
| 2 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_PARTITION_POC | Partition | 19990115 | |||
| 3 | Instance attribute | Protected | Type reference (TYPE) | POC_DB_C_STEP_TAB | Persistent Collection: Table of Children | 19991021 | |||
| 4 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_PROCESS_STEP_POC | Status | 19991111 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Adds Subordinate Step | 19981210 | |
| 2 | Instance method | Public | Constructor | Constructor | 19991111 | |
| 3 | Static method | Public | Method | CONSTRUCTION: Creates (Persistent) Example | 19990928 | |
| 4 | Instance method | Public | Method | Gets Step for Component | 19990324 | |
| 5 | Instance method | Public | Method | Gets Component for Step | 19990706 | |
| 6 | Instance method | Public | Event handling method | Event Handler for Copied Partition | 19990907 | |
| 7 | Instance method | Public | Event handling method | Event Handler: Subordinate Step Has Changed | 19990723 | |
| 8 | Instance method | Public | Event handling method | Event Handler: Subordinate Step Was Initialized | 20000607 |
Events
Class CL_PROCESS_STEP_POC has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_STEP_TAB | Protected | See coding | Table with Steps | 19981211 | |
|
| 2 | TY_STEP_TAB_WA | Protected | See coding | Work Area | 19981211 | |
Method Signatures
Method ADD_CHILD_STEP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_INITIALIZE | Call by reference | Type reference (TYPE) | BOOLE_D | Persistente Initialisierung | 19991021 | |||
| 2 | IM_NEW_ELEMENT | Call by reference | Type reference (TYPE) | BOOLE_D | Neues Element, kein Change-Event | 20000104 | |||
| 3 | IM_STEP | Call by reference | Object reference (TYPE REF TO) | CL_STEP_POC | Untergeordneter Schritt | 19981210 | |||
| 4 | IM_STEPCOMPONENT | Call by reference | Type reference (TYPE) | STRING | Bezeichung des Schrittes | 19981210 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | OS-Ausnahme | 19991021 | ||
| 2 | Versuch sich selbst als Kind einzuhängen | 19990311 |
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_PROCESS_STEP_POC has no parameter.
Method CONSTRUCTOR on class CL_PROCESS_STEP_POC has no exception.
Method CREATE_PROCESS_STEP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EX_PROCESS_STEP_REF | Call by reference | Object reference (TYPE REF TO) | CL_PROCESS_STEP_POC | Erzeugtes Exemplar | 19990928 | |||
| 2 | IM_PARTITION_REF | Call by reference | Object reference (TYPE REF TO) | CL_PARTITION_POC | Partition | 19990928 | |||
| 3 | IM_PERSISTENT | Call by reference | Type reference (TYPE) | BOOLE_D | 'X' | Persistentes Exemplar | 19990928 |
Method CREATE_PROCESS_STEP on class CL_PROCESS_STEP_POC has no exception.
Method GET_STEP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EX_STEP_REF | Call by reference | Object reference (TYPE REF TO) | CL_STEP_POC | Schritt | 19990324 | |||
| 2 | IM_STEPCOMPONENT | Call by reference | Type reference (TYPE) | STRING | Komponente (evtl. zusammengesetzt) | 19990324 | |||
| 3 | IM_VALUENAME | Call by reference | Type reference (TYPE) | POC_VALUENAME | Value name | 20080814 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Komponente nicht gefunden | 19990324 |
Method GET_STEP_COMPONENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EX_STEPCOMPONENT | Value transfer | Type reference (TYPE) | STRING | Komponente | 19990706 | |||
| 2 | IM_FULL_PATH | Value transfer | Type reference (TYPE) | BOOLE_D | Voller Komponentenname | 19990706 | |||
| 3 | IM_STEP_REF | Call by reference | Object reference (TYPE REF TO) | CL_STEP_POC | Schritt | 19990706 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Schritt nicht gefunden | 19990706 |
Method ON_PARTITION_COPY_REQUESTED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SENDER | Call by reference | Type reference (TYPE) | 19990907 |
Method ON_PARTITION_COPY_REQUESTED on class CL_PROCESS_STEP_POC has no exception.
Method ON_STEP_CHANGED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EX_DEFAULT | Call by reference | Attribute reference (LIKE) | 20000113 | |||||
| 2 | EX_STATE | Call by reference | Attribute reference (LIKE) | 20020507 | |||||
| 3 | EX_VALUE_CHANGED | Call by reference | Attribute reference (LIKE) | 20020507 |
Method ON_STEP_CHANGED on class CL_PROCESS_STEP_POC has no exception.
Method ON_STEP_INITIALIZED Signature
Method ON_STEP_INITIALIZED on class CL_PROCESS_STEP_POC has no parameter.
Method ON_STEP_INITIALIZED on class CL_PROCESS_STEP_POC has no exception.
History
| Last changed by/on | SAP | 20100310 |
| SAP Release Created in |