SAP ABAP Class CL_DEMO_OUTPUT_TEXT (Converts demo output stream too text)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ABA-LA (Application Component) Syntax, Compiler, Runtime
⤷
SABAP_DEMOS_OUTPUT_STREAM (Package) Non-UI-Specific Output Stream for Demo Programs
⤷
⤷
Properties
| Class | CL_DEMO_OUTPUT_TEXT | |
| Short Description | Converts demo output stream too text | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SABAP_DEMOS_OUTPUT_STREAM | Non-UI-Specific Output Stream for Demo Programs |
| Created | 20121121 | 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_DEMO_OUTPUT_TEXT has no interface implemented.
Friends
Class CL_DEMO_OUTPUT_TEXT 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) | ABAP_BOOL | ABAP_TRUE | Display if SAP GUI exists | 20121122 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Private | Method | Converts XML output stream to text | 20121121 | |
| 2 | Static method | Private | Method | Formats tabular data output | 20121121 | |
| 3 | Static method | Private | Method | Formats HTML output data | 20121121 | |
| 4 | Static method | Private | Method | Formats JSON output data | 20121121 | |
| 5 | Static method | Private | Method | Formats text output data | 20121121 | |
| 6 | Static method | Private | Method | Formats XML output data | 20121121 | |
| 7 | Static method | Public | Event handling method | Event Handler for COMPLETED from CL_DEMO_OUTPUT_STREAM | 20121121 | |
| 8 | Static method | Public | Method | Switches display on or off | 20121122 |
Events
| # | Event | Type | Visibility | Description | Created on |
|---|---|---|---|---|---|
| 1 | COMPLETED | Static Event (1) |
Public (2) |
Conversion completed | 20121121 |
Types
Class CL_DEMO_OUTPUT_TEXT has no local type.
Method Signatures
Method CONVERT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_XML | Call by reference | Type reference (TYPE) | XSTRING | XML-Ausgabestrom | 20121121 | |||
| 2 | RV_TEXT | Value transfer | Type reference (TYPE) | STRING | 20121121 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20131028 |
Method FORMAT_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CV_TEXT | Call by reference | Type reference (TYPE) | STRING | 20121121 |
Method FORMAT_DATA on class CL_DEMO_OUTPUT_TEXT has no exception.
Method FORMAT_HTML Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CV_TEXT | Call by reference | Type reference (TYPE) | STRING | 20121121 |
Method FORMAT_HTML on class CL_DEMO_OUTPUT_TEXT has no exception.
Method FORMAT_JSON Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CV_TEXT | Call by reference | Type reference (TYPE) | STRING | 20121121 |
Method FORMAT_JSON on class CL_DEMO_OUTPUT_TEXT has no exception.
Method FORMAT_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CV_TEXT | Call by reference | Type reference (TYPE) | STRING | 20121121 |
Method FORMAT_TEXT on class CL_DEMO_OUTPUT_TEXT has no exception.
Method FORMAT_XML Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CV_TEXT | Call by reference | Type reference (TYPE) | STRING | 20121121 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20131028 |
Method HANDLE_OUTPUT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_OUTPUT | Value transfer | Attribute reference (LIKE) | 20121121 |
Method HANDLE_OUTPUT on class CL_DEMO_OUTPUT_TEXT has no exception.
Method SET_DISPLAY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_MODE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | An oder aus | 20121122 |
Method SET_DISPLAY on class CL_DEMO_OUTPUT_TEXT has no exception.
Event Signatures
Event COMPLETED Signature
| # | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_TEXT | Exporting | Value transfer | Type reference (TYPE) | STRING | 20121121 |
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 740 |