SAP ABAP Class CL_DEMO_OUTPUT_HTML (Converts demo output stream to HTML)
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_HTML | |
| Short Description | Converts demo output stream to HTML | |
| 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 | 20120504 | 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_HTML has no interface implemented.
Friends
Class CL_DEMO_OUTPUT_HTML 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 HTML | 20120504 | |
| 2 | Static method | Private | Method | Formats output data | 20120917 | |
| 3 | Static method | Private | Method | Formats HTML output data | 20120511 | |
| 4 | Static method | Private | Method | Formats JSON output data | 20120902 | |
| 5 | Static method | Private | Method | Formats text output data (empty spaces) | 20120510 | |
| 6 | Static method | Private | Method | Formats XML output data | 20120509 | |
| 7 | Static method | Public | Event handling method | Event Handler for COMPLETED from CL_DEMO_OUTPUT_STREAM | 20120504 | |
| 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 | 20120505 |
Types
Class CL_DEMO_OUTPUT_HTML 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 | 20120504 | |||
| 2 | RV_HTML | Value transfer | Type reference (TYPE) | STRING | HTML-Datei | 20120504 |
| # | 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_HTML | Call by reference | Type reference (TYPE) | STRING | HTML-Datei | 20120917 |
Method FORMAT_DATA on class CL_DEMO_OUTPUT_HTML has no exception.
Method FORMAT_HTML Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CV_HTML | Call by reference | Type reference (TYPE) | STRING | HTML-Datei | 20120511 |
Method FORMAT_HTML on class CL_DEMO_OUTPUT_HTML has no exception.
Method FORMAT_JSON Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CV_HTML | Call by reference | Type reference (TYPE) | STRING | HTML-Datei | 20120902 |
Method FORMAT_JSON on class CL_DEMO_OUTPUT_HTML has no exception.
Method FORMAT_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CV_HTML | Call by reference | Type reference (TYPE) | STRING | HTML-Datei | 20120510 |
Method FORMAT_TEXT on class CL_DEMO_OUTPUT_HTML has no exception.
Method FORMAT_XML Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CV_HTML | Call by reference | Type reference (TYPE) | STRING | HTML-Datei | 20120509 |
| # | 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) | 20120504 |
Method HANDLE_OUTPUT on class CL_DEMO_OUTPUT_HTML 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_HTML has no exception.
Event Signatures
Event COMPLETED Signature
| # | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_HTML | Exporting | Value transfer | Type reference (TYPE) | STRING | HTML-Datei | 20120505 |
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 732 |