SAP ABAP Class CL_SAM_RUNTIME_STATIC (S&AM runtime class for static scenarios)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ESI-SAM (Application Component) Status and Action Management
⤷
SESF_SAM_RT (Package) S&AM Runtime
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SAM_RUNTIME | S&AM runtime interface | 20100621 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SAM_RUNTIME_ACCESS | S&AM: "Access" interface pattern | 20100621 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SAM_RUNTIME_TRANSACTION | S&AM: Transaction interface pattern | 20100621 |
Properties
| Class | CL_SAM_RUNTIME_STATIC | |
| Short Description | S&AM runtime class for static scenarios | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SESF_SAM_RT | S&AM Runtime |
| Created | 20100621 | SAP |
| Last change | 20110908 | 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) | |
| 2 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 3 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_SAM_RUNTIME | S&AM runtime interface | 20100621 | ||
| 2 | IF_SAM_RUNTIME_ACCESS | S&AM: "Access" interface pattern | 20100621 | ||
| 3 | IF_SAM_RUNTIME_TRANSACTION | S&AM: Transaction interface pattern | 20100621 |
Friends
Class CL_SAM_RUNTIME_STATIC has no friend class.
Attributes
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | 20100621 | ||
| 2 | Instance method | Private | Method | 20100621 | ||
| 3 | Instance method | Private | Method | 20100621 | ||
| 4 | Instance method | Private | Method | 20100621 | ||
| 5 | Instance method | Private | Method | 20100621 | ||
| 6 | Instance method | Private | Method | 20100621 | ||
| 7 | Instance method | Private | Method | 20100621 | ||
| 8 | Instance method | Private | Method | 20100621 | ||
| 9 | Instance method | Private | Method | 20100621 | ||
| 10 | Instance method | Private | Method | 20100621 |
Events
Class CL_SAM_RUNTIME_STATIC has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TTH_ACTION_ALLOWED | Private | See coding | 20100621 | tth_action_allowed TYPE HASHED TABLE OF ty_action_allowed
WITH UNIQUE KEY hash_key
|
||
| 2 | TTS_ACTION_INFO | Private | See coding | 20100621 | tts_action_info TYPE SORTED TABLE OF
ty_action_info
WITH UNIQUE KEY action_name property_value
|
||
| 3 | TTS_AGGR_ALL | Private | See coding | 20100621 | tts_aggr_all TYPE SORTED TABLE OF ty_aggr_all WITH UNIQUE KEY node_name trigger_node node_id
|
||
| 4 | TTS_AGGR_TRIGGER | Private | See coding | 20100621 | tts_aggr_trigger TYPE SORTED TABLE OF ty_aggr_trigger WITH UNIQUE KEY node_name name node_id
|
||
| 5 | TTS_OVR_TRIGGER | Private | See coding | 20100621 | tts_ovr_trigger TYPE SORTED TABLE OF ty_ovr_trigger WITH UNIQUE KEY node_name name node_id
|
||
| 6 | TTS_POP_ALL | Private | See coding | 20100621 | tts_pop_all TYPE SORTED TABLE OF ty_pop_all WITH UNIQUE KEY node_name trigger_node node_id
|
||
| 7 | TTS_POP_TRIGGER | Private | See coding | 20100621 | tts_pop_trigger TYPE SORTED TABLE OF ty_pop_trigger WITH UNIQUE KEY node_name name node_id
|
||
| 8 | TTS_STATUS_CHANGED | Private | See coding | 20100621 | tts_status_changed TYPE SORTED TABLE OF ty_status_changed WITH NON-UNIQUE KEY node_name schema_name node_id
|
||
| 9 | TY_ACTION_ALLOWED | Private | See coding | 20100621 | BEGIN OF ty_action_allowed,
hash_key TYPE string,
actions_allowed TYPE tts_action_info,
complete TYPE boolean,
END OF ty_action_allowed
|
||
| 10 | TY_ACTION_INFO | Private | See coding | 20100621 | BEGIN OF ty_action_info,
action_name TYPE string,
property_value TYPE string,
END OF ty_action_info
|
||
| 11 | TY_AGGR_ALL | Private | See coding | 20100621 | BEGIN OF ty_aggr_all,
node_name TYPE string,
trigger_node TYPE string,
trigger_schema TYPE if_sam_types=>ty_status_schema,
node_id TYPE sesf_bo_node_id,
END OF ty_aggr_all
|
||
| 12 | TY_AGGR_TRIGGER | Private | See coding | 20100621 | BEGIN OF ty_aggr_trigger,
node_name TYPE string,
name TYPE sam_derivators,
node_id TYPE sesf_bo_node_id,
END OF ty_aggr_trigger
|
||
| 13 | TY_OVR_TRIGGER | Private | See coding | 20100621 | BEGIN OF ty_ovr_trigger,
node_name TYPE string,
name TYPE sam_derivators,
node_id TYPE sesf_bo_node_id,
schema_name TYPE sam_schema_name,
parent_node_id TYPE sesf_bo_node_id,
parent_node_name TYPE string,
source_variables TYPE if_sam_types=>tt_status_variable,
target_variable TYPE sam_status_var,
END OF ty_ovr_trigger
|
||
| 14 | TY_POP_ALL | Private | See coding | 20100621 | BEGIN OF ty_pop_all,
node_name TYPE string,
trigger_node TYPE string,
trigger_schema TYPE if_sam_types=>ty_status_schema,
node_id TYPE sesf_bo_node_id,
END OF ty_pop_all
|
||
| 15 | TY_POP_TRIGGER | Private | See coding | 20100621 | BEGIN OF ty_pop_trigger,
node_name TYPE string,
name TYPE sam_derivators,
node_id TYPE sesf_bo_node_id,
src_schema TYPE if_sam_types=>ty_status_schema,
END OF ty_pop_trigger
|
||
| 16 | TY_STATUS_CHANGED | Private | See coding | 20100621 | BEGIN OF ty_status_changed,
node_name TYPE sam_node_name,
schema_name TYPE if_sam_types=>ty_status_schema,
node_id TYPE sesf_bo_node_id,
status_variable TYPE if_sam_types=>ty_status_variable,
status_value TYPE sam_status_val,
parent_node_id TYPE sesf_bo_node_id,
parent_node_name TYPE sam_node_name,
root_node_id TYPE sesf_bo_node_id,
status_data TYPE if_sam_types=>tts_sam_status_data,
END OF ty_status_changed
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IB_SIMULATION | Call by reference | Type reference (TYPE) | BOOLEAN | 20100621 | ||||
| 2 | ID_BO_NAME | Call by reference | Type reference (TYPE) | STRING | 20100621 | ||||
| 3 | IO_SAM_FACTORY | Call by reference | Object reference (TYPE REF TO) | IF_SAM_APPLICATION_FACTORY | 20100621 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20100621 | |||
| 2 | 20100621 |
Method _GET_ACTION_ALLOWED_BUFFER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ED_COMPLETE | Call by reference | Type reference (TYPE) | BOOLEAN | 20100621 | ||||
| 2 | ED_HASH_KEY | Call by reference | Type reference (TYPE) | STRING | 20100621 | ||||
| 3 | ETS_ACTION_INFO | Call by reference | Type reference (TYPE) | TTS_ACTION_INFO | 20100621 | ||||
| 4 | ID_NODE_NAME | Call by reference | Type reference (TYPE) | STRING | 20100621 | ||||
| 5 | ID_SCHEMA_NAME | Call by reference | Type reference (TYPE) | IF_SAM_TYPES=>TY_STATUS_SCHEMA | 20100621 | ||||
| 6 | ITS_STATUS_VALUES | Call by reference | Type reference (TYPE) | IF_SAM_TYPES=>TTS_SAM_STATUS_DATA | 20100621 |
Method _GET_ACTION_ALLOWED_BUFFER on class CL_SAM_RUNTIME_STATIC has no exception.
Method _ROLLBACK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | LX_INTERNAL_ERROR | Call by reference | Object reference (TYPE REF TO) | CX_SAM_INTERNAL_ERROR | 20100621 | ||||
| 2 | LX_PROCESSING_ERROR | Call by reference | Object reference (TYPE REF TO) | CX_SAM_PROCESSING_ERROR | 20100621 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20100621 |
Method _SET_ACTION_ALLOWED_BUFFER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_COMPLETE | Call by reference | Type reference (TYPE) | BOOLEAN | 20100621 | ||||
| 2 | ID_HASH_KEY | Call by reference | Type reference (TYPE) | STRING | 20100621 | ||||
| 3 | ITS_ACTION_INFO | Call by reference | Type reference (TYPE) | TTS_ACTION_INFO | 20100621 |
Method _SET_ACTION_ALLOWED_BUFFER on class CL_SAM_RUNTIME_STATIC has no exception.
Method _STATUS_CHANGED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ETS_MODIFIED_INSTANCES | Call by reference | Type reference (TYPE) | IF_SAM_TYPES=>TTS_SAM_INSTANCE | 20100621 | ||||
| 2 | IB_FROM_DERIVATION | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20100621 | ||||
| 3 | ID_ACTION_NAME | Call by reference | Type reference (TYPE) | SAM_ACTION_NAME | 20100621 | ||||
| 4 | ITS_STATUS_CHANGED | Call by reference | Type reference (TYPE) | TTS_STATUS_CHANGED | 20100621 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20100621 | |||
| 2 | 20100621 |
Method _TRIGGER_AGGREGATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ETS_MODIFIED_INSTANCES | Call by reference | Type reference (TYPE) | IF_SAM_TYPES=>TTS_SAM_INSTANCE | 20100621 | ||||
| 2 | ITS_AGGREGATION_TRIGGER | Call by reference | Type reference (TYPE) | TTS_AGGR_TRIGGER | 20100621 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20100621 | |||
| 2 | 20100621 |
Method _TRIGGER_AGGREGATION_ALL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ETS_MODIFIED_INSTANCES | Call by reference | Type reference (TYPE) | IF_SAM_TYPES=>TTS_SAM_INSTANCE | 20100621 | ||||
| 2 | ITS_AGGREGATION_ALL | Call by reference | Type reference (TYPE) | TTS_AGGR_ALL | 20100621 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20100621 | |||
| 2 | 20100621 |
Method _TRIGGER_OVERALL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ETS_MODIFIED_INSTANCES | Call by reference | Type reference (TYPE) | IF_SAM_TYPES=>TTS_SAM_INSTANCE | 20100621 | ||||
| 2 | ITS_OVERALL_TRIGGER | Call by reference | Type reference (TYPE) | TTS_OVR_TRIGGER | 20100621 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20100621 | |||
| 2 | 20100621 |
Method _TRIGGER_POPULATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ETS_MODIFIED_INSTANCES | Call by reference | Type reference (TYPE) | IF_SAM_TYPES=>TTS_SAM_INSTANCE | 20100621 | ||||
| 2 | ITS_POPULATION_TRIGGER | Call by reference | Type reference (TYPE) | TTS_POP_TRIGGER | 20100621 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20100621 | |||
| 2 | 20100621 |
Method _TRIGGER_POPULATION_ALL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ETS_MODIFIED_INSTANCES | Call by reference | Type reference (TYPE) | IF_SAM_TYPES=>TTS_SAM_INSTANCE | 20100621 | ||||
| 2 | ITS_POPULATION_ALL | Call by reference | Type reference (TYPE) | TTS_POP_ALL | 20100621 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20100621 | |||
| 2 | 20100621 |
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in |