SAP ABAP Class CL_SATC_AC_TEXT_HANDLE (Text handle: Abstract base class)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-TOO-ATF (Application Component) ABAP Test Frameworks ( ATC, CheckMan, Code Inspector)
⤷
SATC_ABAP_CHECK_SVC_API (Package) INTERNAL: - *NO* REUSE - Test services API

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SATC_AC_TEXT_HANDLE | Text handle: Operation to get text / display long text | 20061204 |
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_SATC_AC_TEXT_HANDLE_CI_RES | Text handle: Code Inspector Messages | 20120213 |
2 | Inheritance (c INHERITING FROM c_ref) | CL_SATC_AC_TEXT_HANDLE_COMMON | Text handle: Code locations and common text repositories | 20130523 |
3 | Inheritance (c INHERITING FROM c_ref) | CL_SATC_AC_TEXT_HANDLE_DUMMY | 'Text Handle': Fallback - not for common use | 20061209 |
4 | Inheritance (c INHERITING FROM c_ref) | CL_SATC_AC_TEXT_HANDLE_STACK | 'Text Handle': Description by stack entries | 20120301 |
5 | Inheritance (c INHERITING FROM c_ref) | CL_SATC_AC_TEXT_HANDLE_STRINGS | Text handle: Description as 'STRING_TABLE' | 20061210 |
6 | Inheritance (c INHERITING FROM c_ref) | CL_SATC_AC_TEXT_HANDLE_SYNTAX | Text handle: Code locations and T100 | 20130523 |
7 | Inheritance (c INHERITING FROM c_ref) | CL_SATC_AC_TEXT_HANDLE_T100 | Text handle: Description as T100 messages | 20061209 |
8 | Inheritance (c INHERITING FROM c_ref) | CL_SATC_AC_TEXT_HANDLE_T100MSG | Text handle: Description as T100 and TRMSG messages | 20090108 |
9 | Inheritance (c INHERITING FROM c_ref) | CL_SATC_AC_TEXT_HANDLE_T100STR | Text handle: Description by T100 and/or STRING_TABLE | 20081016 |
10 | Inheritance (c INHERITING FROM c_ref) | CL_SATC_AC_TEXT_HANDLE_TXTMSG | Text handle: Description via 'textpool' of program | 20091106 |
... | Click here to see Used By full list (12 items) |
Properties
Class | CL_SATC_AC_TEXT_HANDLE | |
Short Description | Text handle: Abstract base class | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SATC_ABAP_CHECK_SVC_API | INTERNAL: - *NO* REUSE - Test services API |
Created | 20061202 | SAP |
Last change | 20140121 | 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
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_SATC_AC_TEXT_HANDLE | Text handle: Operation to get text / display long text | 20061204 |
Friends
# | Friend | Modeled only | Created on | Description |
---|---|---|---|---|
1 | CL_SATC_AC_MEMENTO | 20061209 | Externalize/Rebuild object state |
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | TY_T_TEXT_INFOS | Sole Object State ! | 20061209 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Returns the name of the class pool (no local class) | 20061209 |
2 | ![]() |
Instance method | Protected | Method | Returns memento (externalized state) | 20061209 |
3 | ![]() |
Instance method | Protected | Method | Restores state from memento (externalized state) | 20061209 |
4 | ![]() |
Instance method | Protected | Method | Creates new Instance from encoded class, key and path | 20061209 |
Events
Class CL_SATC_AC_TEXT_HANDLE has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_S_TEXT_INFO | Protected | See coding | 20061209 | begin of ty_S_Text_Info,
id type string,
nbr type i,
text type string,
data type xstring,
end of ty_S_Text_Info
|
||
2 | TY_T_TEXT_INFOS | Protected | See coding | 20061209 | ty_T_Text_Infos type standard table of ty_S_Text_Info with default key
|
Method Signatures
Method GET_CLASS_NAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RESULT | Value transfer | Type reference (TYPE) | ABAP_ABSTYPENAME | ATC: Class name | 20061209 |
Method GET_CLASS_NAME on class CL_SATC_AC_TEXT_HANDLE has no exception.
Method _GET_MEMENTO_OF_INSTANCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RESULT | Value transfer | Type reference (TYPE) | SABP_D_SERIALIZED_DATA | Serialized Data (Export or Call Transformation) | 20061209 |
Method _GET_MEMENTO_OF_INSTANCE on class CL_SATC_AC_TEXT_HANDLE has no exception.
Method _INITIALIZE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_TEXT_INFOS | Call by reference | Type reference (TYPE) | TY_T_TEXT_INFOS | Sole State Member - for sub classse TOO! | 20061209 |
Method _INITIALIZE on class CL_SATC_AC_TEXT_HANDLE has no exception.
Method _NEW_INSTANCE_FROM_MEMENTO Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_MEMENTO | Call by reference | Type reference (TYPE) | SABP_D_SERIALIZED_DATA | Serialized Data (Export or Call Transformation) | 20061209 | ||
2 | ![]() |
RESULT | Value transfer | Object reference (TYPE REF TO) | CL_SATC_AC_TEXT_HANDLE | 20061209 |
Method _NEW_INSTANCE_FROM_MEMENTO on class CL_SATC_AC_TEXT_HANDLE has no exception.
Meta Relationship - Used By (full list)
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in | 710 |