SAP ABAP Interface IF_DEMO_OUTPUT (Demo Output with Instance Methods)
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

⤷

⤷

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
Interface | IF_DEMO_OUTPUT | |
Short Description | Demo Output with Instance Methods |
General Data
Package | SABAP_DEMOS_OUTPUT_STREAM | Non-UI-Specific Output Stream for Demo Programs |
Created | 20120504 | SAP |
Last changed | 20140121 | SAP |
Unicode checks active |
Forward declarations
Interface IF_DEMO_OUTPUT has no forward declaration.
Interfaces
Interface IF_DEMO_OUTPUT has no interface.
Friends
Interface IF_DEMO_OUTPUT has no friend.
Attributes
Interface 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
Interface IF_DEMO_OUTPUT has no event.
Types
Interface 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 Interface 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 Interface 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 Interface 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 Interface 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 Interface 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 Interface 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 Interface 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 Interface 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 Interface 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 Interface 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 Interface 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 Interface IF_DEMO_OUTPUT has no exception.
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in | 732 |