SAP ABAP Class CL_RSDDTREX_STRING (Generic String Class)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-BEX-OT (Application Component) OLAP Technology
⤷
RSDDTREX_CORE (Package) BWA services that are also needed in the core
⤷
⤷
Properties
| Class | CL_RSDDTREX_STRING | |
| Short Description | Generic String Class | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RSDDTREX_CORE | BWA services that are also needed in the core |
| Created | 20080206 | SAP |
| Last change | 20130531 | 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
Class CL_RSDDTREX_STRING has no interface implemented.
Friends
Class CL_RSDDTREX_STRING 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) | STRING | Carriage Return | 20080724 | |||
| 2 | Static Attribute | Public | Type reference (TYPE) | STRING | Carriage Return and Line Feed | 20080724 | |||
| 3 | Static Attribute | Public | Type reference (TYPE) | STRING | Line Feed | 20080724 | |||
| 4 | Static Attribute | Public | Type reference (TYPE) | STRING | 20080724 | ||||
| 5 | Instance attribute | Private | Type reference (TYPE) | I | 0 | Column | 20080208 | ||
| 6 | Instance attribute | Private | Type reference (TYPE) | I | 0 | Line indent | 20080207 | ||
| 7 | Instance attribute | Private | Type reference (TYPE) | RS_BOOL | RS_C_TRUE | Indicating a new line | 20080207 | ||
| 8 | Instance attribute | Private | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Resolve tabs into spaces | 20080208 | ||
| 9 | Instance attribute | Private | Type reference (TYPE) | I | 4 | Tab width in characters | 20080208 | ||
| 10 | Instance attribute | Private | Type reference (TYPE) | STRING | Current string value | 20080206 | |||
| 11 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_ABAP_CONV_IN_CE | Code Page and Endian Conversion (External -> System Format) | 20080207 |
Methods
Events
Class CL_RSDDTREX_STRING has no event.
Types
Class CL_RSDDTREX_STRING has no local type.
Method Signatures
Method ADD_INDENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | INDENT | Call by reference | Type reference (TYPE) | I | 20080207 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20080207 |
Method APPEND Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | LEAD_SPACES | Call by reference | Type reference (TYPE) | I | 20080207 | ||||
| 2 | VALUE | Call by reference | Type reference (TYPE) | STRING | 20080207 |
Method APPEND on class CL_RSDDTREX_STRING has no exception.
Method APPEND_CHAR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | LEAD_SPACES | Call by reference | Type reference (TYPE) | I | 20080207 | ||||
| 2 | VALUE | Call by reference | Type reference (TYPE) | CLIKE | 20080207 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20080207 |
Method APPEND_CRLF Signature
Method APPEND_CRLF on class CL_RSDDTREX_STRING has no parameter.
Method APPEND_CRLF on class CL_RSDDTREX_STRING has no exception.
Method APPEND_LF Signature
Method APPEND_LF on class CL_RSDDTREX_STRING has no parameter.
Method APPEND_LF on class CL_RSDDTREX_STRING has no exception.
Method APPEND_NUMC Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_VALUE | Value transfer | Type reference (TYPE) | NUMC4 | Integer value | 20080807 |
Method APPEND_NUMC on class CL_RSDDTREX_STRING has no exception.
Method APPEND_SPACE Signature
Method APPEND_SPACE on class CL_RSDDTREX_STRING has no parameter.
Method APPEND_SPACE on class CL_RSDDTREX_STRING has no exception.
Method APPEND_STRING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | VALUE | Call by reference | Object reference (TYPE REF TO) | CL_RSDDTREX_STRING | Generic String Class | 20080807 |
Method APPEND_STRING on class CL_RSDDTREX_STRING has no exception.
Method APPEND_TAB Signature
Method APPEND_TAB on class CL_RSDDTREX_STRING has no parameter.
Method APPEND_TAB on class CL_RSDDTREX_STRING has no exception.
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_RSDDTREX_STRING has no parameter.
Method CLASS_CONSTRUCTOR on class CL_RSDDTREX_STRING has no exception.
Method CLEAR Signature
Method CLEAR on class CL_RSDDTREX_STRING has no parameter.
Method CLEAR on class CL_RSDDTREX_STRING has no exception.
Method CREATE_LF Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | LF | Value transfer | Type reference (TYPE) | STRING | 20080208 |
Method CREATE_LF on class CL_RSDDTREX_STRING has no exception.
Method CREATE_SUBSTRING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_SUBSTRING | Value transfer | Type reference (TYPE) | STRING | 20080901 | ||||
| 2 | I_END_INDEX | Value transfer | Type reference (TYPE) | I | -1 | 20080901 | |||
| 3 | I_START_INDEX | Value transfer | Type reference (TYPE) | I | 20080901 |
Method CREATE_SUBSTRING on class CL_RSDDTREX_STRING has no exception.
Method CREATE_TAB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | TAB | Value transfer | Type reference (TYPE) | STRING | Tab Character | 20080208 |
Method CREATE_TAB on class CL_RSDDTREX_STRING has no exception.
Method GET Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | VALUE | Value transfer | Type reference (TYPE) | STRING | 20080206 |
Method GET on class CL_RSDDTREX_STRING has no exception.
Method GET_UNICODE_CONVERTER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONVERTER | Value transfer | Object reference (TYPE REF TO) | CL_ABAP_CONV_IN_CE | Code Page and Endian Conversion (External -> System Format) | 20080207 |
Method GET_UNICODE_CONVERTER on class CL_RSDDTREX_STRING has no exception.
Method INDEX_OF Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_INDEX | Value transfer | Type reference (TYPE) | I | 20080901 | ||||
| 2 | I_PATTERN | Call by reference | Type reference (TYPE) | STRING | 20080901 |
Method INDEX_OF on class CL_RSDDTREX_STRING has no exception.
Method IS_EMPTY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_RETURN_VALUE | Value transfer | Type reference (TYPE) | RS_BOOL | Boolean | 20080807 |
Method IS_EMPTY on class CL_RSDDTREX_STRING has no exception.
Method REPLACE_CHARACTER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_FIND_CHARACTER | Value transfer | Type reference (TYPE) | C | Character to find | 20090212 | |||
| 2 | I_REPLACE_CHARACTER | Value transfer | Type reference (TYPE) | C | Replacement character | 20090212 |
Method REPLACE_CHARACTER on class CL_RSDDTREX_STRING has no exception.
Method SET Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | VALUE | Call by reference | Type reference (TYPE) | STRING | 20080206 |
Method SET on class CL_RSDDTREX_STRING has no exception.
Method SET_RESOLVE_TABS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | VALUE | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20080208 |
Method SET_RESOLVE_TABS on class CL_RSDDTREX_STRING has no exception.
Method SET_TAB_WIDTH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | WIDTH | Call by reference | Type reference (TYPE) | I | 20080208 |
Method SET_TAB_WIDTH on class CL_RSDDTREX_STRING has no exception.
Method SIZE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIZE | Value transfer | Type reference (TYPE) | I | 20080207 |
Method SIZE on class CL_RSDDTREX_STRING has no exception.
Method WRITE Signature
Method WRITE on class CL_RSDDTREX_STRING has no parameter.
Method WRITE on class CL_RSDDTREX_STRING has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 711 |