SAP ABAP Interface IF_WDR_WRITER (Interface for Writing Page Content)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
BC-WD-ABA-RUN (Application Component) Web Dynpro ABAP Runtime
⤷
SWDP_RUNTIME_CORE (Package) Web Dynpro Runtime: Core Functions
⤷
⤷
Properties
| Interface | IF_WDR_WRITER | |
| Short Description | Interface for Writing Page Content |
General Data
| Package | SWDP_RUNTIME_CORE | Web Dynpro Runtime: Core Functions |
| Created | 20020925 | SAP |
| Last changed | 20050705 | SAP |
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | IF_HTTP_ENTITY | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Interface IF_WDR_WRITER has no interface.
Friends
Interface IF_WDR_WRITER has no friend.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CO_CURRENT_DEFAULT | Constant | Public | Type reference (TYPE) | I | -999 | Parameter PRINT_STRING | 20021128 | |
| 2 | CO_HTML | Constant | Public | Type reference (TYPE) | I | IF_HTTP_ENTITY=>CO_ENCODING_HTML | Parameter PRINT_STRING | 20021107 | |
| 3 | CO_JAVASCRIPT | Constant | Public | Type reference (TYPE) | I | 987 | Parameter PRINT_STRING | 20021128 | |
| 4 | CO_RAW | Constant | Public | Type reference (TYPE) | I | IF_HTTP_ENTITY=>CO_ENCODING_RAW | Parameter PRINT_STRING | 20021107 | |
| 5 | CO_URL | Constant | Public | Type reference (TYPE) | I | IF_HTTP_ENTITY=>CO_ENCODING_URL | Parameter PRINT_STRING | 20021107 | |
| 6 | CO_WML | Constant | Public | Type reference (TYPE) | I | IF_HTTP_ENTITY=>CO_ENCODING_WML | Parameter PRINT_STRING | 20021107 | |
| 7 | CO_XML_ATTR_VALUE | Constant | Public | Type reference (TYPE) | I | 985 | Parameter PRINT_STRING | 20030117 | |
| 8 | CO_XML_CHAR_DATA | Constant | Public | Type reference (TYPE) | I | 986 | Parameter PRINT_STRING | 20030117 |
Methods
Events
Interface IF_WDR_WRITER has no event.
Types
Interface IF_WDR_WRITER has no local type.
Method Signatures
Method CLEAR Signature
Method CLEAR on Interface IF_WDR_WRITER has no parameter.
Method CLEAR on Interface IF_WDR_WRITER has no exception.
Method CLOSE Signature
Method CLOSE on Interface IF_WDR_WRITER has no parameter.
Method CLOSE on Interface IF_WDR_WRITER has no exception.
Method ESCAPE_STRING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DATA | Call by reference | Type reference (TYPE) | CSEQUENCE | 20021130 | ||||
| 2 | ESCAPED | Value transfer | Type reference (TYPE) | STRING | 20021128 | ||||
| 3 | ESCAPING | Call by reference | Type reference (TYPE) | I | 20021128 |
Method ESCAPE_STRING on Interface IF_WDR_WRITER has no exception.
Method ESCAPE_STRING_JAVASCRIPT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DATA | Call by reference | Type reference (TYPE) | CSEQUENCE | 20021130 | ||||
| 2 | ESCAPED | Value transfer | Type reference (TYPE) | STRING | 20021130 |
Method ESCAPE_STRING_JAVASCRIPT on Interface IF_WDR_WRITER has no exception.
Method ESCAPE_STRING_XML Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DATA | Call by reference | Type reference (TYPE) | CSEQUENCE | 20030117 | ||||
| 2 | ESCAPED | Value transfer | Type reference (TYPE) | STRING | 20030117 |
Method ESCAPE_STRING_XML on Interface IF_WDR_WRITER has no exception.
Method ESCAPE_STRING_XML_ATTR_VALUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DATA | Call by reference | Type reference (TYPE) | CSEQUENCE | 20030117 | ||||
| 2 | ESCAPED | Value transfer | Type reference (TYPE) | STRING | 20030117 |
Method ESCAPE_STRING_XML_ATTR_VALUE on Interface IF_WDR_WRITER has no exception.
Method ESCAPE_STRING_XML_CHAR_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DATA | Call by reference | Type reference (TYPE) | CSEQUENCE | 20030117 | ||||
| 2 | ESCAPED | Value transfer | Type reference (TYPE) | STRING | 20030117 |
Method ESCAPE_STRING_XML_CHAR_DATA on Interface IF_WDR_WRITER has no exception.
Method FLUSH Signature
Method FLUSH on Interface IF_WDR_WRITER has no parameter.
Method FLUSH on Interface IF_WDR_WRITER has no exception.
Method FLUSH_TO_WRITER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | OUT | Call by reference | Object reference (TYPE REF TO) | IF_WDR_WRITER | Interface zum Schreiben von Seiteninhalt | 20021107 |
Method FLUSH_TO_WRITER on Interface IF_WDR_WRITER has no exception.
Method GET_CONTENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTENT | Value transfer | Type reference (TYPE) | STRING | 20021107 |
Method GET_CONTENT on Interface IF_WDR_WRITER has no exception.
Method GET_DATA_LENGTH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DATA_LENGTH | Value transfer | Type reference (TYPE) | I | 20050607 |
Method GET_DATA_LENGTH on Interface IF_WDR_WRITER has no exception.
Method NEW_LINE Signature
Method NEW_LINE on Interface IF_WDR_WRITER has no parameter.
Method NEW_LINE on Interface IF_WDR_WRITER has no exception.
Method OUT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DATA | Call by reference | Type reference (TYPE) | STRING | 20021129 |
Method OUT on Interface IF_WDR_WRITER has no exception.
Method POP_ESCAPING Signature
Method POP_ESCAPING on Interface IF_WDR_WRITER has no parameter.
Method POP_ESCAPING on Interface IF_WDR_WRITER has no exception.
Method PRINT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CURRENCY | Call by reference | Type reference (TYPE) | C | zu benutzende Währung (nur für Packed) | 20021107 | |||
| 2 | ESCAPING | Call by reference | Type reference (TYPE) | I | CO_CURRENT_DEFAULT | CO_RAW | CO_URL | CO_HTML | CO_WML | CO_JAVASCRIPT | 20021129 | ||
| 3 | NEWLINE | Call by reference | Type reference (TYPE) | C | SPACE | ' ': no newline, 'X': add newline | 20021107 | ||
| 4 | NUM_DECIMALS | Call by reference | Type reference (TYPE) | I | -1 | Anzahl Dezimalstellen | 20021107 | ||
| 5 | VALUE | Call by reference | Type reference (TYPE) | ANY | Ausgabewert | 20021107 |
Method PRINT on Interface IF_WDR_WRITER has no exception.
Method PRINT_STRING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DATA | Call by reference | Type reference (TYPE) | CSEQUENCE | 20020927 | ||||
| 2 | ESCAPING | Call by reference | Type reference (TYPE) | I | CO_CURRENT_DEFAULT | CO_RAW | CO_URL | CO_HTML | CO_WML | CO_JAVASCRIPT | 20021128 | ||
| 3 | LENGTH | Call by reference | Type reference (TYPE) | I | -1 | Länge des auszugebenden Teils | 20021107 | ||
| 4 | OFFSET | Call by reference | Type reference (TYPE) | I | 0 | Offset in den String | 20021107 |
Method PRINT_STRING on Interface IF_WDR_WRITER has no exception.
Method PUSH_ESCAPING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | VALUE | Call by reference | Type reference (TYPE) | I | CO_RAW | CO_URL | CO_HTML | CO_WML | CO_JAVASCRIPT | 20021129 |
Method PUSH_ESCAPING on Interface IF_WDR_WRITER has no exception.
History
| Last changed by/on | SAP | 20050705 |
| SAP Release Created in | 630 |