SAP ABAP Class CL_AUNIT_TEXT_DESCRIPTION (INTERNAL: Text Repository)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-TOO-UT (Application Component) ABAP Unit
⤷
SABP_UNIT_CORE (Package) INTERNAL: NO REUSE - Core functionality
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_AUNIT_TEXT | INTERNAL: Text repository access | 20051213 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_AUNIT_TEXT_DESCRIPTION | ABAP Unit: Text converter | 20051213 |
Properties
| Class | CL_AUNIT_TEXT_DESCRIPTION | |
| Short Description | INTERNAL: Text Repository | |
| Super Class | ||
| Instantiability of a Class | 1 | Protected |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SABP_UNIT_CORE | INTERNAL: NO REUSE - Core functionality |
| Created | 20051213 | SAP |
| Last change | 20090618 | 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... |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_AUNIT_TEXT | INTERNAL: Text repository access | 20051213 | ||
| 2 | IF_AUNIT_TEXT_DESCRIPTION | ABAP Unit: Text converter | 20051213 |
Friends
Class CL_AUNIT_TEXT_DESCRIPTION has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | Type reference (TYPE) | TY_T_CACHE | 20051213 | ||||
| 2 | Instance attribute | Private | Type reference (TYPE) | TAUNIT_INDENT | 20051213 | ||||
| 3 | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | 20080103 | ||||
| 4 | Instance attribute | Private | Type reference (TYPE) | SYLANGU | Language | 20051213 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | TY_T_TEXTTAB | 20051213 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Protected | Constructor | CONSTRUCTOR | 20051213 | |
| 2 | Static method | Public | Method | Creates new Instance | 20051213 | |
| 3 | Instance method | Private | Method | Gets Text for Id | 20080103 | |
| 4 | Instance method | Private | Method | Replaces Wildcards with Parameters | 20080103 |
Events
Class CL_AUNIT_TEXT_DESCRIPTION has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_S_CACHE | Private | See coding | 20051213 | begin of ty_S_Cache,
langu type syLangu,
indent type int1,
handle type ref to cl_Aunit_Text_Description,
end of ty_S_Cache
|
||
| 2 | TY_T_CACHE | Private | See coding | 20051213 | ty_T_Cache type standard table of ty_S_Cache
with default key
|
||
| 3 | TY_T_TEXTTAB | Private | See coding | 20051213 | ty_T_TextTab type standard table of Taunit with default key
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | INDENT | Call by reference | Type reference (TYPE) | INT1 | 0 | Indention | 20051213 | ||
| 2 | LANGUAGE | Call by reference | Type reference (TYPE) | SYLANGU | SY-LANGU | Language | 20051213 |
Method CONSTRUCTOR on class CL_AUNIT_TEXT_DESCRIPTION has no exception.
Method GET_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | INDENTION | Call by reference | Type reference (TYPE) | INT1 | 2 | Space per Indention Level | 20051213 | ||
| 2 | LANGUAGE | Call by reference | Type reference (TYPE) | SYLANGU | SY-LANGU | Language Key of Current Text Environment | 20051213 | ||
| 3 | RESULT | Value transfer | Object reference (TYPE REF TO) | CL_AUNIT_TEXT_DESCRIPTION | ABAP Unit Texts | 20051213 |
Method GET_INSTANCE on class CL_AUNIT_TEXT_DESCRIPTION has no exception.
Method __FETCH_RAW_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID | Call by reference | Type reference (TYPE) | TAUNIT-ID | ID for ABAP Unit Text | 20080103 | |||
| 2 | RESULT | Value transfer | Type reference (TYPE) | TAUNIT-TEXT | 20080103 |
Method __FETCH_RAW_TEXT on class CL_AUNIT_TEXT_DESCRIPTION has no exception.
Method __FILL_IN_PARAMS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PARAMS | Call by reference | Type reference (TYPE) | STRING_TABLE | Table of Strings | 20080103 | |||
| 2 | RAW | Call by reference | Type reference (TYPE) | TAUNIT-TEXT | Text, 255 Characters | 20080103 | |||
| 3 | RESULT | Value transfer | Type reference (TYPE) | STRING | 20080103 |
Method __FILL_IN_PARAMS on class CL_AUNIT_TEXT_DESCRIPTION has no exception.
History
| Last changed by/on | SAP | 20090618 |
| SAP Release Created in | 710 |