SAP ABAP Class CL_DEMO_TEXT (Text Display)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ABA-LA (Application Component) Syntax, Compiler, Runtime
⤷
SABAPDEMOS (Package) Demos for ABAP Documentation, not meant for productive use

⤷

⤷

Properties
Class | CL_DEMO_TEXT | |
Short Description | Text Display | |
Super Class | ||
Instantiability of a Class | 0 | Private |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SABAPDEMOS | Demos for ABAP Documentation, not meant for productive use |
Created | 20060317 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_DEMO_TEXT has no forward declaration.
Interfaces
Class CL_DEMO_TEXT has no interface implemented.
Friends
Class CL_DEMO_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) | T_TEXT | Text Table | 20060317 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Appends lines to text | 20060317 |
2 | ![]() |
Instance method | Public | Method | Appends text table to text | 20060317 |
3 | ![]() |
Instance method | Public | Method | Deletes text | 20060317 |
4 | ![]() |
Instance method | Public | Method | Displays text in dialog box | 20060317 |
5 | ![]() |
Static method | Public | Method | Factory | 20060317 |
6 | ![]() |
Static method | Public | Method | Displays passed text string in dialog box | 20121121 |
Events
Class CL_DEMO_TEXT has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | T_LINE | Public | Type reference (TYPE) | CHAR80 | Line Type for Text | 20060317 |
|
2 | T_TEXT | Public | See coding | Table Type for Text | 20060317 | t_text TYPE STANDARD TABLE OF t_line
|
Method Signatures
Method ADD_LINE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
TEXT_LINE | Call by reference | Type reference (TYPE) | T_LINE | 20060317 |
Method ADD_LINE on class CL_DEMO_TEXT has no exception.
Method ADD_TABLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
TEXT_TABLE | Call by reference | Type reference (TYPE) | T_TEXT | 20060317 |
Method ADD_TABLE on class CL_DEMO_TEXT has no exception.
Method DELETE Signature
Method DELETE on class CL_DEMO_TEXT has no parameter.
Method DELETE on class CL_DEMO_TEXT has no exception.
Method DISPLAY Signature
Method DISPLAY on class CL_DEMO_TEXT has no parameter.
Method DISPLAY on class CL_DEMO_TEXT has no exception.
Method GET_HANDLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
TEXT | Value transfer | Object reference (TYPE REF TO) | CL_DEMO_TEXT | 20060317 |
Method GET_HANDLE on class CL_DEMO_TEXT has no exception.
Method SHOW_STRING Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
TEXT_STRING | Call by reference | Type reference (TYPE) | STRING | Textstring | 20121121 |
Method SHOW_STRING on class CL_DEMO_TEXT has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 710 |