SAP ABAP Class CL_SATC_AC_TEXT_HANDLE_TXTMSG (Text handle: Description via 'textpool' of program)
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 (Package) INTERNAL: - *NO* REUSE - Test services
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_SATC_AC_TEXT_HANDLE | Text handle: Abstract base class | 20091106 |
Properties
| Class | CL_SATC_AC_TEXT_HANDLE_TXTMSG | |
| Short Description | Text handle: Description via 'textpool' of program | |
| Super Class | CL_SATC_AC_TEXT_HANDLE | Text handle: Abstract base class |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SATC_ABAP_CHECK_SVC | INTERNAL: - *NO* REUSE - Test services |
| Created | 20091106 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_SATC_AC_TEXT_HANDLE_TXTMSG has no forward declaration.
Interfaces
Class CL_SATC_AC_TEXT_HANDLE_TXTMSG has no interface implemented.
Friends
Class CL_SATC_AC_TEXT_HANDLE_TXTMSG has no friend class.
Attributes
Class CL_SATC_AC_TEXT_HANDLE_TXTMSG has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Adds Text Message For One Single Program | 20091106 | |
| 2 | Instance method | Public | Method | Add TRMSG message | 20091106 | |
| 3 | Instance method | Public | Method | Resets State | 20091106 | |
| 4 | Instance method | Private | Method | Add TRMSG lines to result array | 20091106 | |
| 5 | Instance method | Private | Method | Reads Textpool | 20091106 |
Events
Class CL_SATC_AC_TEXT_HANDLE_TXTMSG has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_S_MESSAGE | Public | See coding | 20091106 | begin of ty_S_Message,
!key type c length 8,
!wildcards type ty_T_Wildcards,
end of ty_S_Message
|
||
| 2 | TY_S_WILDCARD | Public | See coding | 20091106 | begin of ty_S_Wildcard,
name type c length 8,
value type c length 64,
end of ty_S_Wildcard
|
||
| 3 | TY_T_MESSAGES | Public | See coding | 20091106 | ty_T_Messages type standard table of ty_S_Message
with default key
|
||
| 4 | TY_T_WILDCARDS | Public | See coding | 20091106 | ty_T_Wildcards type standard table of ty_S_Wildcard with default key
|
Method Signatures
Method ADD_TEXT_POOL_MESSAGES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_MESSAGES | Call by reference | Type reference (TYPE) | TY_T_MESSAGES | 20091106 | ||||
| 2 | I_PROGRAM_NAME | Call by reference | Type reference (TYPE) | PROGNAME | ABAP Program Name | 20091106 |
Method ADD_TEXT_POOL_MESSAGES on class CL_SATC_AC_TEXT_HANDLE_TXTMSG has no exception.
Method ADD_TRMSG_MESSAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_KEYWORD | Call by reference | Type reference (TYPE) | TRMSG-KEYWORD | 20091106 | ||||
| 2 | I_MESSAGE_NUMBER | Call by reference | Type reference (TYPE) | TRMSG-MSGNUMBER | 20091106 | ||||
| 3 | I_WILDCARDS | Call by reference | Type reference (TYPE) | TY_T_WILDCARDS | 20091106 |
Method ADD_TRMSG_MESSAGE on class CL_SATC_AC_TEXT_HANDLE_TXTMSG has no exception.
Method RESET Signature
Method RESET on class CL_SATC_AC_TEXT_HANDLE_TXTMSG has no parameter.
Method RESET on class CL_SATC_AC_TEXT_HANDLE_TXTMSG has no exception.
Method __ADD_TRMSG_LINES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CH_RESULT | Call by reference | Type reference (TYPE) | IF_SATC_AC_TEXT_HANDLE=>TY_T_TEXT_LINES | 20091106 | ||||
| 2 | I_INDEX | Call by reference | Type reference (TYPE) | I | 20091106 | ||||
| 3 | I_TEXT_INFO | Call by reference | Type reference (TYPE) | TY_S_TEXT_INFO | 20091106 |
Method __ADD_TRMSG_LINES on class CL_SATC_AC_TEXT_HANDLE_TXTMSG has no exception.
Method __READ_TEXT_ELEMENTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_PROGRAM_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | 20091106 | ||||
| 2 | RESULT | Value transfer | Type reference (TYPE) | TEXTPOOL_TABLE | Predefine | 20091106 |
Method __READ_TEXT_ELEMENTS on class CL_SATC_AC_TEXT_HANDLE_TXTMSG has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 740 |