SAP ABAP Class EUP_PROCESS_INSTANCE (Models a process instance.)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-GP (Application Component) Guided Procedure
⤷
S_EUP_GP (Package) Development GP
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | EUP_BLOCK_INSTANCE | Models a block instance. | 20041126 |
Properties
| Class | EUP_PROCESS_INSTANCE | |
| Short Description | Models a process instance. | |
| Super Class | EUP_BLOCK_INSTANCE | Models a block instance. |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | S_EUP_GP | Development GP |
| Created | 20041126 | SAP |
| Last change | 20050213 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class EUP_PROCESS_INSTANCE has no interface implemented.
Friends
Class EUP_PROCESS_INSTANCE has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Attribute reference (LIKE) | SY-UNAME | R/3 user unique id. | 20041126 | |||
| 2 | Instance attribute | Public | Object reference (TYPE REF TO) | EUP_PROCESS_INSTANCE | 20041222 | ||||
| 3 | Instance attribute | Public | Type reference (TYPE) | GUID_32 | Identifier | 20041126 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Private | Method | 20041207 | ||
| 2 | Instance method | Public | Constructor | 20041206 | ||
| 3 | Static method | Public | Method | Convert the RFC process instance hierarchy to objects. | 20041203 |
Events
Class EUP_PROCESS_INSTANCE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | LT_ACTION_INSTANCE_ENTRIES | Private | See coding | 20041207 | lt_action_instance_entries type hashed table of
lt_action_instance_entry with unique key id
|
||
| 2 | LT_ACTION_INSTANCE_ENTRY | Private | See coding | 20041203 | begin of lt_action_instance_entry,
ID type GUID_32,
action type ref to EUP_ACTION_INSTANCE,
parent_id type GUID_32,
order type int4,
end of lt_action_instance_entry
|
||
| 3 | LT_BLOCK_INSTANCE_ENTRIES | Private | See coding | 20041207 | lt_block_instance_entries type hashed table of
lt_block_instance_entry with unique key id
|
||
| 4 | LT_BLOCK_INSTANCE_ENTRY | Private | See coding | 20041203 | begin of lt_block_instance_entry,
ID type GUID_32,
block type ref to EUP_BLOCK_INSTANCE,
parent_id type GUID_32,
order type int4,
decision_action_id type guid_32,
parent_process_id type guid_32,
is_process type abap_bool,
end of lt_block_instance_entry
|
Method Signatures
Method ADJUST_PROCESS_REFERENCES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ACTION_ENTRIES | Call by reference | Type reference (TYPE) | LT_ACTION_INSTANCE_ENTRIES | 20041207 | ||||
| 2 | BLOCK_ENTRIES | Call by reference | Type reference (TYPE) | LT_BLOCK_INSTANCE_ENTRIES | 20041207 | ||||
| 3 | PROCESS_INSTANCE | Value transfer | Object reference (TYPE REF TO) | EUP_PROCESS_INSTANCE | Models a process instance. | 20041207 | |||
| 4 | PROCESS_INSTANCE_ID | Call by reference | Type reference (TYPE) | GUID_32 | 20041222 |
Method ADJUST_PROCESS_REFERENCES on class EUP_PROCESS_INSTANCE has no exception.
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class EUP_PROCESS_INSTANCE has no exception.
Method CREATE_PROCESS_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_PROCESS_INSTANCE | Call by reference | Object reference (TYPE REF TO) | EUP_PROCESS_INSTANCE | Models a process instance. | 20041206 | |||
| 2 | IV_PROCESS_INSTANCE_ID | Call by reference | Type reference (TYPE) | GUID_32 | GUID in 'CHAR' Format in Uppercase | 20041207 | |||
| 3 | IV_ST_ACTION_INSTANCES | Call by reference | Type reference (TYPE) | EUP_ST_ACTION_INSTANCE_TABLE | 20041203 | ||||
| 4 | IV_ST_BLOCK_INSTANCES | Call by reference | Type reference (TYPE) | EUP_ST_BLOCK_INSTANCE_TABLE | 20041203 |
Method CREATE_PROCESS_INSTANCE on class EUP_PROCESS_INSTANCE has no exception.
History
| Last changed by/on | SAP | 20050213 |
| SAP Release Created in | 700 |