SAP ABAP Class CL_SQF_RESULT_PLAIN_TEXT (Plain text)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-UTL (Application Component) Workbench Utilities
⤷
SQF_API (Package) API
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_SQF_RESULT | Result | 20081031 |
Properties
| Class | CL_SQF_RESULT_PLAIN_TEXT | |
| Short Description | Plain text | |
| Super Class | CL_SQF_RESULT | Result |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SQF_API | API |
| Created | 20081031 | 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) |
Interfaces
Class CL_SQF_RESULT_PLAIN_TEXT has no interface implemented.
Friends
Class CL_SQF_RESULT_PLAIN_TEXT 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_TEXT_TABLE | 20081031 | ||||
| 2 | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | abap_true | 20081107 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | I | 20081212 | ||||
| 4 | Instance attribute | Private | Type reference (TYPE) | I | 20081212 | ||||
| 5 | Instance attribute | Private | Type reference (TYPE) | I | 20081212 | ||||
| 6 | Instance attribute | Private | Type reference (TYPE) | I | 20081212 | ||||
| 7 | Constant | Public | Type reference (TYPE) | SOBJ_NAME | 'CL_SQF_RESULT_PLAIN_TEXT' | Object Name in Object Directory | 20081031 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Add a string to the text | 20081031 | |
| 2 | Instance method | Public | Method | Add a table of strings to the text | 20081031 | |
| 3 | Instance method | Public | Method | 20081107 | ||
| 4 | Instance method | Public | Method | get positions which describe selected text | 20081212 | |
| 5 | Instance method | Public | Method | Get text | 20081031 | |
| 6 | Instance method | Public | Method | Set text as string | 20081031 | |
| 7 | Instance method | Public | Method | Set text as table of strings | 20081031 | |
| 8 | Instance method | Public | Method | 20081107 | ||
| 9 | Instance method | Public | Method | get positions which describe selected text | 20081212 |
Events
Class CL_SQF_RESULT_PLAIN_TEXT has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_TEXT_TABLE | Public | See coding | 20081031 | TY_TEXT_TABLE type standard table of string with default key
|
Method Signatures
Method ADD_STRING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_STRING | Call by reference | Type reference (TYPE) | STRING | 20081031 |
Method ADD_STRING on class CL_SQF_RESULT_PLAIN_TEXT has no exception.
Method ADD_STRING_TABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_STRING_TABLE | Call by reference | Type reference (TYPE) | TY_TEXT_TABLE | 20081031 |
Method ADD_STRING_TABLE on class CL_SQF_RESULT_PLAIN_TEXT has no exception.
Method GET_FONT_FIXED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RE_FONT_FIXED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20081107 |
Method GET_FONT_FIXED on class CL_SQF_RESULT_PLAIN_TEXT has no exception.
Method GET_SELECTION_POS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EX_FROM_LINE | Call by reference | Type reference (TYPE) | I | line from which selection starts | 20081212 | |||
| 2 | EX_FROM_POS | Call by reference | Type reference (TYPE) | I | starting position of selection in line linefrom | 20081212 | |||
| 3 | EX_TO_LINE | Call by reference | Type reference (TYPE) | I | line at which selection ends | 20081212 | |||
| 4 | EX_TO_POS | Call by reference | Type reference (TYPE) | I | end position of selection within line lineto | 20081212 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Error while retrieving position of selected text! | 20081212 |
Method GET_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EX_TEXT | Call by reference | Type reference (TYPE) | TY_TEXT_TABLE | 20081031 |
Method GET_TEXT on class CL_SQF_RESULT_PLAIN_TEXT has no exception.
Method SET_CONTENT_BY_STRING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_STRING | Call by reference | Type reference (TYPE) | STRING | 20081031 |
Method SET_CONTENT_BY_STRING on class CL_SQF_RESULT_PLAIN_TEXT has no exception.
Method SET_CONTENT_BY_STRING_TABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_STRING_TABLE | Call by reference | Type reference (TYPE) | TY_TEXT_TABLE | 20081031 |
Method SET_CONTENT_BY_STRING_TABLE on class CL_SQF_RESULT_PLAIN_TEXT has no exception.
Method SET_FONT_FIXED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_FONT_FIXED | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20081107 |
Method SET_FONT_FIXED on class CL_SQF_RESULT_PLAIN_TEXT has no exception.
Method SET_SELECTION_POS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_FROM_LINE | Call by reference | Type reference (TYPE) | I | line from which selection starts | 20081212 | |||
| 2 | IM_FROM_POS | Call by reference | Type reference (TYPE) | I | starting position of selection in line linefrom | 20081212 | |||
| 3 | IM_TO_LINE | Call by reference | Type reference (TYPE) | I | line at which selection ends | 20081212 | |||
| 4 | IM_TO_POS | Call by reference | Type reference (TYPE) | I | end position of selection within line lineto | 20081212 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Error while retrieving position of selected text! | 20081212 |
History
| Last changed by/on | SAP | 20090618 |
| SAP Release Created in | 720 |