SAP ABAP Class CL_SATC_STD_TEST_BASIC_INFO (Self Test Domain - Attribute Handler)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-TOO-ATF (Application Component) ABAP Test Frameworks ( ATC, CheckMan, Code Inspector)
⤷
SATC_STDLIB_SELFTEST (Package) INTERNAL: - *NO* REUSE - check-o-rama stuff
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SATC_SET_ATTHND_MEMORY | Handler for one attribute - in memory | 20070302 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SATC_SET_ATTHND_PERSISTENCE | Handler for one attribute - persistence | 20070302 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SATC_SET_ATTRIBUTE_HANDLER | Plug-in / Handler for one attribute | 20070222 |
Properties
| Class | CL_SATC_STD_TEST_BASIC_INFO | |
| Short Description | Self Test Domain - Attribute Handler | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SATC_STDLIB_SELFTEST | INTERNAL: - *NO* REUSE - check-o-rama stuff |
| Created | 20070222 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 2 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_SATC_SET_ATTHND_MEMORY | Handler for one attribute - in memory | 20070302 | ||
| 2 | IF_SATC_SET_ATTHND_PERSISTENCE | Handler for one attribute - persistence | 20070302 | ||
| 3 | IF_SATC_SET_ATTRIBUTE_HANDLER | Plug-in / Handler for one attribute | 20070222 |
Friends
Class CL_SATC_STD_TEST_BASIC_INFO has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | TY_T_KEY_BASIC_ATTRIBUTE_INFOS | 20070612 | ||||
| 2 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_SATC_SET | Implementation Self Test Domain | 20070504 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | IF_SATC_SET=>TY_S_INFO | Set Related Information | 20070307 |
Methods
Class CL_SATC_STD_TEST_BASIC_INFO has no method.
Events
Class CL_SATC_STD_TEST_BASIC_INFO has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_STATE | Private | See coding | 20070802 | ty_state type c length 1
|
||
| 2 | TY_S_KEY_BASIC_ATTRIBUTE_INFO | Private | See coding | 20070612 | begin of ty_s_key_basic_attribute_info,
prog_name type syrepid,
test_key type i,
date_created type sydatum,
record_type type int2,
serialized_data type xstring,
text_data type string,
state type ty_state,
end of ty_s_key_basic_attribute_info
|
||
| 3 | TY_T_KEY_BASIC_ATTRIBUTE_INFOS | Private | See coding | 20070612 | ty_t_key_basic_attribute_infos
type standard table of ty_s_key_basic_attribute_info
with non-unique key prog_name test_key date_created
with unique hashed key key components prog_name test_key date_created
|
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 710 |