SAP ABAP Class IF_DEMO_OUTPUT (Demo Output with Instance Methods)
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_DEMO_OUTPUT | Demo Output with Static Methods or Instance Methods | 20121212 |
Properties
| Class | IF_DEMO_OUTPUT | |
| Short Description | Demo Output with Instance Methods | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20120504 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class IF_DEMO_OUTPUT has no forward declaration.
Interfaces
Class IF_DEMO_OUTPUT has no interface implemented.
Friends
Class IF_DEMO_OUTPUT has no friend class.
Attributes
Class IF_DEMO_OUTPUT has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Opens a header level | 20121212 | |
| 2 | Instance method | Public | Method | Shows the current output and deletes it | 20121212 | |
| 3 | Instance method | Public | Method | Closes a header level | 20121212 | |
| 4 | Instance method | Public | Method | Gets the current output and opens a new output | 20121213 | |
| 5 | Instance method | Public | Method | Adds a horizontal HTML line | 20121212 | |
| 6 | Instance method | Public | Method | Closes header level and opens a new level | 20121212 | |
| 7 | Instance method | Public | Method | Adds non-proportional text or data to the output | 20121213 | |
| 8 | Instance method | Public | Method | Adds a data object to the output | 20121212 | |
| 9 | Instance method | Public | Method | Adds HTML data to the output | 20121212 | |
| 10 | Instance method | Public | Method | Adds JSON data to the output | 20121212 | |
| 11 | Instance method | Public | Method | Adds text to the output | 20121212 | |
| 12 | Instance method | Public | Method | Adds XML data to the output | 20121212 |
Events
Class IF_DEMO_OUTPUT has no event.
Types
Class IF_DEMO_OUTPUT has no local type.
Method Signatures
Method BEGIN_SECTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | OUTPUT | Value transfer | Object reference (TYPE REF TO) | IF_DEMO_OUTPUT | 20121212 | ||||
| 2 | TITLE | Call by reference | Type reference (TYPE) | CLIKE | 20121212 |
Method BEGIN_SECTION on class IF_DEMO_OUTPUT has no exception.
Method DISPLAY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DATA | Call by reference | Type reference (TYPE) | ANY | Text oder Daten | 20121213 | |||
| 2 | NAME | Call by reference | Type reference (TYPE) | STRING | Name | 20130422 | |||
| 3 | OUTPUT | Value transfer | Object reference (TYPE REF TO) | IF_DEMO_OUTPUT | 20121212 |
Method DISPLAY on class IF_DEMO_OUTPUT has no exception.
Method END_SECTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | OUTPUT | Value transfer | Object reference (TYPE REF TO) | IF_DEMO_OUTPUT | 20121212 |
Method END_SECTION on class IF_DEMO_OUTPUT has no exception.
Method GET Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DATA | Call by reference | Type reference (TYPE) | ANY | Text oder Daten | 20121213 | |||
| 2 | NAME | Call by reference | Type reference (TYPE) | STRING | Name | 20130422 | |||
| 3 | OUTPUT | Value transfer | Type reference (TYPE) | STRING | Ausgabe | 20121213 |
Method GET on class IF_DEMO_OUTPUT has no exception.
Method LINE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | OUTPUT | Value transfer | Object reference (TYPE REF TO) | IF_DEMO_OUTPUT | 20121212 |
Method LINE on class IF_DEMO_OUTPUT has no exception.
Method NEXT_SECTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | OUTPUT | Value transfer | Object reference (TYPE REF TO) | IF_DEMO_OUTPUT | 20121212 | ||||
| 2 | TITLE | Call by reference | Type reference (TYPE) | CLIKE | 20121212 |
Method NEXT_SECTION on class IF_DEMO_OUTPUT has no exception.
Method WRITE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DATA | Call by reference | Type reference (TYPE) | ANY | Text oder Daten | 20121213 | |||
| 2 | NAME | Call by reference | Type reference (TYPE) | STRING | Name | 20130422 | |||
| 3 | OUTPUT | Value transfer | Object reference (TYPE REF TO) | IF_DEMO_OUTPUT | Demo-Ausgaben mit Instanzmethoden | 20121213 |
Method WRITE on class IF_DEMO_OUTPUT has no exception.
Method WRITE_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NAME | Call by reference | Type reference (TYPE) | STRING | Name | 20130422 | |||
| 2 | OUTPUT | Value transfer | Object reference (TYPE REF TO) | IF_DEMO_OUTPUT | 20121212 | ||||
| 3 | VALUE | Call by reference | Type reference (TYPE) | DATA | Daten | 20121212 |
Method WRITE_DATA on class IF_DEMO_OUTPUT has no exception.
Method WRITE_HTML Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | HTML | Call by reference | Type reference (TYPE) | CSEQUENCE | 20121212 | ||||
| 2 | OUTPUT | Value transfer | Object reference (TYPE REF TO) | IF_DEMO_OUTPUT | 20121212 |
Method WRITE_HTML on class IF_DEMO_OUTPUT has no exception.
Method WRITE_JSON Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | JSON | Call by reference | Type reference (TYPE) | SIMPLE | 20121212 | ||||
| 2 | OUTPUT | Value transfer | Object reference (TYPE REF TO) | IF_DEMO_OUTPUT | 20121212 |
Method WRITE_JSON on class IF_DEMO_OUTPUT has no exception.
Method WRITE_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | OUTPUT | Value transfer | Object reference (TYPE REF TO) | IF_DEMO_OUTPUT | 20121212 | ||||
| 2 | TEXT | Call by reference | Type reference (TYPE) | CLIKE | Text | 20121212 |
Method WRITE_TEXT on class IF_DEMO_OUTPUT has no exception.
Method WRITE_XML Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | OUTPUT | Value transfer | Object reference (TYPE REF TO) | IF_DEMO_OUTPUT | 20121212 | ||||
| 2 | XML | Call by reference | Type reference (TYPE) | SIMPLE | 20121212 |
Method WRITE_XML on class IF_DEMO_OUTPUT has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in |