SAP ABAP Interface IF_ABAP_WRITER (General Write Stream)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ABA-LA (Application Component) Syntax, Compiler, Runtime
⤷
SABP_STREAMS_AND_LOCATORS (Package) Streams and Locators
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface composition (i COMPRISING i_ref) | IF_ABAP_C_WRITER | General Character-like Write Stream | 20080212 |
| 2 | Interface composition (i COMPRISING i_ref) | IF_ABAP_DB_WRITER | General Database Write Stream | 20080117 |
| 3 | Interface composition (i COMPRISING i_ref) | IF_ABAP_MEMORY_WRITER | General Memory Write Stream | 20080807 |
| 4 | Interface composition (i COMPRISING i_ref) | IF_ABAP_X_WRITER | General Binary Write Stream | 20080212 |
| 5 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_ABAP_C_WRITER | General Character Write Stream | 20080116 |
| 6 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_ABAP_X_WRITER | General Binary Write Stream | 20080416 |
Properties
| Interface | IF_ABAP_WRITER | |
| Short Description | General Write Stream |
General Data
| Package | SABP_STREAMS_AND_LOCATORS | Streams and Locators |
| Created | 20080116 | SAP |
| Last changed | 20090618 | SAP |
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | ABAP | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_ABAP_CLOSE_RESOURCE | Close Resource | 20080416 |
Friends
Interface IF_ABAP_WRITER has no friend.
Attributes
Interface IF_ABAP_WRITER has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20080212 | ||
| 2 | Instance method | Public | Method | Persisting of a Write Stream | 20080116 | |
| 3 | Instance method | Public | Method | 20080212 | ||
| 4 | Instance method | Public | Method | Is it a binary write stream? | 20080116 | |
| 5 | Instance method | Public | Method | Writing of Data in a Stream | 20080116 |
Events
Interface IF_ABAP_WRITER has no event.
Types
Interface IF_ABAP_WRITER has no local type.
Method Signatures
Method CLOSE Signature
Method CLOSE on Interface IF_ABAP_WRITER has no parameter.
Method CLOSE on Interface IF_ABAP_WRITER has no exception.
Method FLUSH Signature
Method FLUSH on Interface IF_ABAP_WRITER has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ressource bereits geschlossen | 20080116 | ||
| 2 | Allgemeiner Fehler beim Strom | 20080116 |
Method IS_CLOSED Signature
Method IS_CLOSED on Interface IF_ABAP_WRITER has no parameter.
Method IS_CLOSED on Interface IF_ABAP_WRITER has no exception.
Method IS_X_WRITER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20080116 |
Method IS_X_WRITER on Interface IF_ABAP_WRITER has no exception.
Method WRITE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DATA | Call by reference | Type reference (TYPE) | ANY | Zu schreibende Daten. | 20080116 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Parameter mit ungültigem Typ | 20080116 | ||
| 2 | Ressource bereits geschlossen | 20080116 | ||
| 3 | Allgemeiner Fehler beim Strom | 20080117 |
History
| Last changed by/on | SAP | 20090618 |
| SAP Release Created in | 711 |