SAP ABAP Class CD_FSL_FACADE_ACTION (Test Dummy for ECH Action in Facade Tests)
Hierarchy
☛
SAP_BS_FND (Software Component) SAP Business Suite Foundation
⤷
FS (Application Component) Financial Services
⤷
FSL_UTILITIES (Package) Auxiliary Functions
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_ECH_ACTION | Interface - Action Class | 20090213 |
Properties
| Class | CD_FSL_FACADE_ACTION | |
| Short Description | Test Dummy for ECH Action in Facade Tests | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 5 | |
| Package | FSL_UTILITIES | Auxiliary Functions |
| Created | 20090213 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CD_FSL_FACADE_ACTION has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_ECH_ACTION | Interface - Action Class | 20090213 |
Friends
Class CD_FSL_FACADE_ACTION has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Public | Type reference (TYPE) | T_STR_CALLED | Calls: First Try Complete | 20090216 | |||
| 2 | Static Attribute | Public | Type reference (TYPE) | T_STR_CALLED | Calls: Fail | 20090216 | |||
| 3 | Static Attribute | Public | Type reference (TYPE) | T_STR_CALLED | Calls: Finalize After Retry | 20090216 | |||
| 4 | Static Attribute | Public | Type reference (TYPE) | T_STR_CALLED | Calls: Finish | 20090216 | |||
| 5 | Static Attribute | Public | Type reference (TYPE) | T_STR_CALLED | Calls: No Calls | 20090215 | |||
| 6 | Static Attribute | Public | Type reference (TYPE) | T_STR_CALLED | Calls: Retry | 20090215 | |||
| 7 | Instance attribute | Private | Type reference (TYPE) | ECH_DTE_ERROR_OBJECT_ID | Error Object ID | 20090213 | |||
| 8 | Static Attribute | Private | Type reference (TYPE) | T_TAB_CALLED_BY_ECH_GUID | Table with Calls per ECH GUID | 20090213 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Constructor | Class Constructor | 20090215 | |
| 2 | Instance method | Private | Method | Supplies Currently Called Reference | 20090213 | |
| 3 | Instance method | Public | Method | Secures Called Entry for ECH GUID | 20090213 | |
| 4 | Static method | Public | Method | Gets Instance | 20090213 | |
| 5 | Static method | Public | Method | Supplies Calls for ECH GUID | 20090213 | |
| 6 | Static method | Public | Method | Resets Static Status | 20090216 |
Events
Class CD_FSL_FACADE_ACTION has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | T_STR_CALLED | Public | See coding | Calls | 20090213 | begin of T_STR_CALLED,
action_retry type abap_bool,
action_finish type abap_bool,
action_fail type abap_bool,
action_no_rollback type abap_bool,
action_finalize type abap_bool,
end of t_str_called
|
|
| 2 | T_STR_CALLED_BY_ECH_GUID | Private | See coding | Calls per ECH GUID | 20090213 | begin of t_str_called_by_ech_guid,
ech_guid type ech_dte_error_object_id,
str_called type t_str_called,
end of t_str_called_by_ech_guid
|
|
| 3 | T_TAB_CALLED_BY_ECH_GUID | Private | See coding | Table with Calls per ECH GUID | 20090213 | t_tab_called_by_ech_guid type sorted table of t_str_called_by_ech_guid with unique key ech_guid
|
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CD_FSL_FACADE_ACTION has no parameter.
Method CLASS_CONSTRUCTOR on class CD_FSL_FACADE_ACTION has no exception.
Method GET_CALLED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_REF_CALLED | Value transfer | Object reference (TYPE REF TO) | T_STR_CALLED | Aufrufe | 20090213 |
Method GET_CALLED on class CD_FSL_FACADE_ACTION has no exception.
Method INIT_CALLED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_ECH_GUID | Call by reference | Type reference (TYPE) | ECH_DTE_ERROR_OBJECT_ID | Fehlerobjekt-ID | 20090213 | |||
| 2 | R_REF_CALLED | Value transfer | Object reference (TYPE REF TO) | T_STR_CALLED | Aufrufe | 20090213 |
Method INIT_CALLED on class CD_FSL_FACADE_ACTION has no exception.
Method S_CREATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_REF_INSTANCE | Value transfer | Object reference (TYPE REF TO) | CD_FSL_FACADE_ACTION | Testdummy for ECH Action in Facade Tests | 20090213 |
Method S_CREATE on class CD_FSL_FACADE_ACTION has no exception.
Method S_GET_CALLED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_ECH_GUID | Call by reference | Type reference (TYPE) | ECH_DTE_ERROR_OBJECT_ID | Fehlerobjekt-ID | 20090213 | |||
| 2 | R_STR_CALLED | Value transfer | Type reference (TYPE) | T_STR_CALLED | Aufrufe | 20090213 |
Method S_GET_CALLED on class CD_FSL_FACADE_ACTION has no exception.
Method S_RESET Signature
Method S_RESET on class CD_FSL_FACADE_ACTION has no parameter.
Method S_RESET on class CD_FSL_FACADE_ACTION has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 300 |