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 BEGIN_SECTION Instance method Public Method Opens a header level 20121212
2 DISPLAY Instance method Public Method Shows the current output and deletes it 20121212
3 END_SECTION Instance method Public Method Closes a header level 20121212
4 GET Instance method Public Method Gets the current output and opens a new output 20121213
5 LINE Instance method Public Method Adds a horizontal HTML line 20121212
6 NEXT_SECTION Instance method Public Method Closes header level and opens a new level 20121212
7 WRITE Instance method Public Method Adds non-proportional text or data to the output 20121213
8 WRITE_DATA Instance method Public Method Adds a data object to the output 20121212
9 WRITE_HTML Instance method Public Method Adds HTML data to the output 20121212
10 WRITE_JSON Instance method Public Method Adds JSON data to the output 20121212
11 WRITE_TEXT Instance method Public Method Adds text to the output 20121212
12 WRITE_XML 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 Returning OUTPUT Value transfer Object reference (TYPE REF TO) IF_DEMO_OUTPUT 20121212
2 Importing 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 Importing DATA Call by reference Type reference (TYPE) ANY Text oder Daten 20121213
2 Importing NAME Call by reference Type reference (TYPE) STRING Name 20130422
3 Returning 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 Returning 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 Importing DATA Call by reference Type reference (TYPE) ANY Text oder Daten 20121213
2 Importing NAME Call by reference Type reference (TYPE) STRING Name 20130422
3 Returning 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 Returning 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 Returning OUTPUT Value transfer Object reference (TYPE REF TO) IF_DEMO_OUTPUT 20121212
2 Importing 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 Importing DATA Call by reference Type reference (TYPE) ANY Text oder Daten 20121213
2 Importing NAME Call by reference Type reference (TYPE) STRING Name 20130422
3 Returning 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 Importing NAME Call by reference Type reference (TYPE) STRING Name 20130422
2 Returning OUTPUT Value transfer Object reference (TYPE REF TO) IF_DEMO_OUTPUT 20121212
3 Importing 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 Importing HTML Call by reference Type reference (TYPE) CSEQUENCE 20121212
2 Returning 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 Importing JSON Call by reference Type reference (TYPE) SIMPLE 20121212
2 Returning 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 Returning OUTPUT Value transfer Object reference (TYPE REF TO) IF_DEMO_OUTPUT 20121212
2 Importing 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 Returning OUTPUT Value transfer Object reference (TYPE REF TO) IF_DEMO_OUTPUT 20121212
2 Importing 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