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
# Method Level Visibility Method type Description Created on
1 CLEAR Instance method Public Method Delete Content 20021107
2 CLOSE Instance method Public Method Write Process Completed, Flush Content 20020925
3 ESCAPE_STRING Static method Public Method 20021128
4 ESCAPE_STRING_JAVASCRIPT Static method Public Method 20021130
5 ESCAPE_STRING_XML Static method Public Method 20030117
6 ESCAPE_STRING_XML_ATTR_VALUE Instance method Public Method 20030117
7 ESCAPE_STRING_XML_CHAR_DATA Static method Public Method 20030117
8 FLUSH Instance method Public Method 20021122
9 FLUSH_TO_WRITER Instance method Public Method Write Content in Specified Writer 20021107
10 GET_CONTENT Instance method Public Method Writer Content 20021107
11 GET_DATA_LENGTH Instance method Public Method 20050607
12 NEW_LINE Instance method Public Method Print(' ') 20020927
13 OUT Instance method Public Method Write a Text Segment (Without Escaping!) 20021129
14 POP_ESCAPING Instance method Public Method 20021129
15 PRINT Instance method Public Method Write a Text (Any Type) in the Output Stream 20021107
16 PRINT_STRING Instance method Public Method Writing Text Section 20020927
17 PUSH_ESCAPING Instance method Public Method 20021129
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 Importing DATA Call by reference Type reference (TYPE) CSEQUENCE 20021130
2 Returning ESCAPED Value transfer Type reference (TYPE) STRING 20021128
3 Importing 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 Importing DATA Call by reference Type reference (TYPE) CSEQUENCE 20021130
2 Returning 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 Importing DATA Call by reference Type reference (TYPE) CSEQUENCE 20030117
2 Returning 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 Importing DATA Call by reference Type reference (TYPE) CSEQUENCE 20030117
2 Returning 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 Importing DATA Call by reference Type reference (TYPE) CSEQUENCE 20030117
2 Returning 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 Importing 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 Returning 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 Returning 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 Importing 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 Importing CURRENCY Call by reference Type reference (TYPE) C zu benutzende Währung (nur für Packed) 20021107
2 Importing ESCAPING Call by reference Type reference (TYPE) I CO_CURRENT_DEFAULT CO_RAW | CO_URL | CO_HTML | CO_WML | CO_JAVASCRIPT 20021129
3 Importing NEWLINE Call by reference Type reference (TYPE) C SPACE ' ': no newline, 'X': add newline 20021107
4 Importing NUM_DECIMALS Call by reference Type reference (TYPE) I -1 Anzahl Dezimalstellen 20021107
5 Importing 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 Importing DATA Call by reference Type reference (TYPE) CSEQUENCE 20020927
2 Importing ESCAPING Call by reference Type reference (TYPE) I CO_CURRENT_DEFAULT CO_RAW | CO_URL | CO_HTML | CO_WML | CO_JAVASCRIPT 20021128
3 Importing LENGTH Call by reference Type reference (TYPE) I -1 Länge des auszugebenden Teils 20021107
4 Importing 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 Importing 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