SAP ABAP Class IF_WD_HTML_WRITER (API to Create HTML)
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_WDR_HTML_WRITER | Service Class to Create HTML (internal) | 20120710 |
Properties
Class | IF_WD_HTML_WRITER | |
Short Description | API to Create HTML | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | ||
Created | 20120710 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class IF_WD_HTML_WRITER has no forward declaration.
Interfaces
Class IF_WD_HTML_WRITER has no interface implemented.
Friends
Class IF_WD_HTML_WRITER has no friend class.
Attributes
Class IF_WD_HTML_WRITER has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Write Attributes (name="value") | 20120710 |
2 | ![]() |
Instance method | Public | Method | Add Class (class="... name") | 20120710 |
3 | ![]() |
Instance method | Public | Method | Add Style (styles="... name:value") | 20120710 |
4 | ![]() |
Instance method | Public | Method | Write Text | 20120710 |
5 | ![]() |
Instance method | Public | Method | Write Element With No Closing Tag ( |
20120710 |
6 | ![]() |
Instance method | Public | Method | Write Closing Element () | 20120710 |
7 | ![]() |
Instance method | Public | Method | Create HTML | 20120710 |
8 | ![]() |
Instance method | Public | Method | Write Element (20120710 |
|
Events
Class IF_WD_HTML_WRITER has no event.
Types
Class IF_WD_HTML_WRITER has no local type.
Method Signatures
Method ADD_ATTRIBUTE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
NAME | Call by reference | Type reference (TYPE) | STRING | Attributname | 20120710 | ||
2 | ![]() |
VALUE | Call by reference | Type reference (TYPE) | STRING | Attributwert | 20120710 | ||
3 | ![]() |
WRITER | Value transfer | Object reference (TYPE REF TO) | IF_WD_HTML_WRITER | API zur Erzeugung von HTML | 20120710 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ausnahmeklasse für Verwendung von Web Dynpro HTML Elemente | 20120710 |
Method ADD_CLASS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
NAME | Call by reference | Type reference (TYPE) | STRING | Wert des Class-Attributs | 20120710 | ||
2 | ![]() |
WRITER | Value transfer | Object reference (TYPE REF TO) | IF_WD_HTML_WRITER | API zur Erzeugung von HTML | 20120710 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ausnahmeklasse für Verwendung von Web Dynpro HTML Elemente | 20120710 |
Method ADD_STYLE 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 des Style Attributs | 20120710 | ||
2 | ![]() |
VALUE | Call by reference | Type reference (TYPE) | STRING | Wert des Style Attributs | 20120710 | ||
3 | ![]() |
WRITER | Value transfer | Object reference (TYPE REF TO) | IF_WD_HTML_WRITER | API zur Erzeugung von HTML | 20120710 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ausnahmeklasse für Verwendung von Web Dynpro HTML Elemente | 20120710 |
Method ADD_TEXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
TEXT | Call by reference | Type reference (TYPE) | STRING | 20120710 | |||
2 | ![]() |
WRITER | Value transfer | Object reference (TYPE REF TO) | IF_WD_HTML_WRITER | API zur Erzeugung von HTML | 20120710 |
Method ADD_TEXT on class IF_WD_HTML_WRITER has no exception.
Method EMPTY_ELEMENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
TAG | Call by reference | Type reference (TYPE) | STRING | Tagname, z.B. br | 20120710 | ||
2 | ![]() |
WRITER | Value transfer | Object reference (TYPE REF TO) | IF_WD_HTML_WRITER | API zur Erzeugung von HTML | 20120710 |
Method EMPTY_ELEMENT on class IF_WD_HTML_WRITER has no exception.
Method END_ELEMENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
TAG | Call by reference | Type reference (TYPE) | STRING | Tagname | 20120710 | ||
2 | ![]() |
WRITER | Value transfer | Object reference (TYPE REF TO) | IF_WD_HTML_WRITER | API zur Erzeugung von HTML | 20120710 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ausnahmeklasse für Verwendung von Web Dynpro HTML Elemente | 20120712 |
Method GET_HTML Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
HTML | Value transfer | Type reference (TYPE) | STRING | Erzeugtes HTML | 20120710 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ausnahmeklasse für Verwendung von Web Dynpro HTML Elemente | 20120712 |
Method START_ELEMENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
TAG | Call by reference | Type reference (TYPE) | STRING | Tagname | 20120710 | ||
2 | ![]() |
WRITER | Value transfer | Object reference (TYPE REF TO) | IF_WD_HTML_WRITER | API zur Erzeugung von HTML | 20120710 |
Method START_ELEMENT on class IF_WD_HTML_WRITER has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in |