SAP ABAP Interface IF_BSP_WRITER (Interface for Writing Page Content)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-BSP (Application Component) Business Server Pages
⤷
SBSP_RUNTIME (Package) Business Server Pages (BSP): Runtime Objects

⤷

⤷

Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_BSP_WRITER | BSP Writer | 20010807 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_BSP_WRITER_HTTP | BSP Writer | 20010924 |
Properties
Interface | IF_BSP_WRITER | |
Short Description | Interface for Writing Page Content |
General Data
Package | SBSP_RUNTIME | Business Server Pages (BSP): Runtime Objects |
Created | 20010713 | SAP |
Last changed | 20130531 | 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_BSP_WRITER has no interface.
Friends
Interface IF_BSP_WRITER has no friend.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | CO_CSS | Constant | Public | Type reference (TYPE) | I | 986 | Parameter PRINT_STRING | 20110628 | |
2 | CO_HTML | Constant | Public | Type reference (TYPE) | I | IF_HTTP_ENTITY=>CO_ENCODING_HTML | Parameter PRINT_STRING | 20010905 | |
3 | CO_JAVASCRIPT | Constant | Public | Type reference (TYPE) | I | 987 | Parameter PRINT_STRING | 20030224 | |
4 | CO_RAW | Constant | Public | Type reference (TYPE) | I | IF_HTTP_ENTITY=>CO_ENCODING_RAW | Parameter PRINT_STRING | 20010905 | |
5 | CO_URL | Constant | Public | Type reference (TYPE) | I | IF_HTTP_ENTITY=>CO_ENCODING_URL | Parameter PRINT_STRING | 20010905 | |
6 | CO_WML | Constant | Public | Type reference (TYPE) | I | IF_HTTP_ENTITY=>CO_ENCODING_WML | Parameter PRINT_STRING | 20011031 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Delete Content | 20010807 |
2 | ![]() |
Instance method | Public | Method | Endcode String | 20030224 |
3 | ![]() |
Instance method | Public | Method | Writes Content in Previous Writer | 20011026 |
4 | ![]() |
Instance method | Public | Method | Write Content in Specified Writer | 20010807 |
5 | ![]() |
Instance method | Public | Method | Writer Content | 20010807 |
6 | ![]() |
Instance method | Public | Method | Previous Writer in Stack | 20011026 |
7 | ![]() |
Instance method | Public | Method | Print(' ') | 20010807 |
8 | ![]() |
Instance method | Public | Method | Write a Text to the Output Stream | 20010713 |
9 | ![]() |
Instance method | Public | Method | Writing Text Section | 20010718 |
Events
Interface IF_BSP_WRITER has no event.
Types
Interface IF_BSP_WRITER has no local type.
Method Signatures
Method CLEAR Signature
Method CLEAR on Interface IF_BSP_WRITER has no parameter.
Method CLEAR on Interface IF_BSP_WRITER has no exception.
Method ENCODE_STRING Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ENCODING | Call by reference | Type reference (TYPE) | I | CO_RAW | CO_URL | CO_HTML | CO_JAVASCRIPT | 20030224 | ||
2 | ![]() |
IN | Call by reference | Type reference (TYPE) | STRING | $REF$ | 20030224 | ||
3 | ![]() |
OUT | Value transfer | Type reference (TYPE) | STRING | $REF$ | 20030224 |
Method ENCODE_STRING on Interface IF_BSP_WRITER has no exception.
Method FLUSH_TO_PREVIOUS_WRITER Signature
Method FLUSH_TO_PREVIOUS_WRITER on Interface IF_BSP_WRITER has no parameter.
Method FLUSH_TO_PREVIOUS_WRITER on Interface IF_BSP_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_BSP_WRITER | Interface zum Schreiben von Seiteninhalt | 20010807 |
Method FLUSH_TO_WRITER on Interface IF_BSP_WRITER has no exception.
Method GET_CONTENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
BODY | Value transfer | Type reference (TYPE) | STRING | 20010807 |
Method GET_CONTENT on Interface IF_BSP_WRITER has no exception.
Method GET_PREVIOUS_WRITER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
OUT | Value transfer | Object reference (TYPE REF TO) | IF_BSP_WRITER | Interface zum Schreiben von Seiteninhalt | 20011026 |
Method GET_PREVIOUS_WRITER on Interface IF_BSP_WRITER has no exception.
Method NEW_LINE Signature
Method NEW_LINE on Interface IF_BSP_WRITER has no parameter.
Method NEW_LINE on Interface IF_BSP_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) | 20010713 | ||
2 | ![]() |
NEWLINE | Call by reference | Type reference (TYPE) | C | ' ': no newline, 'X': add newline | 20010718 | ||
3 | ![]() |
NUM_DECIMALS | Call by reference | Type reference (TYPE) | I | -1 | Anzahl Dezimalstellen | 20010713 | |
4 | ![]() |
VALUE | Call by reference | Type reference (TYPE) | ANY | Ausgabewert | 20010713 |
Method PRINT on Interface IF_BSP_WRITER has no exception.
Method PRINT_STRING Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ENCODING | Call by reference | Type reference (TYPE) | I | CO_RAW | CO_RAW | CO_URL | CO_HTML| CO_JAVASCRIPT | 20010724 | |
2 | ![]() |
LENGTH | Call by reference | Type reference (TYPE) | I | -1 | Länge des auszugebenden Teils | 20010718 | |
3 | ![]() |
OFFSET | Call by reference | Type reference (TYPE) | I | 0 | Offset in den String | 20010718 | |
4 | ![]() |
VALUE | Call by reference | Type reference (TYPE) | STRING | Ausgabewert | 20010718 |
Method PRINT_STRING on Interface IF_BSP_WRITER has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 620 |