SAP ABAP Class CL_ABAP_VIEW_OFFLEN (ABAP Structure View with Offsets and Lengths)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ABA-LA (Application Component) Syntax, Compiler, Runtime
⤷
SABP_CONVERT (Package) Conversion of Time Specifications
⤷
⤷
Properties
| Class | CL_ABAP_VIEW_OFFLEN | |
| Short Description | ABAP Structure View with Offsets and Lengths | |
| Super Class | ||
| Instantiability of a Class | 1 | Protected |
| Final |
General Data
| Message Class | ||
| Program status | S | System Program |
| Category | 0 | |
| Package | SABP_CONVERT | Conversion of Time Specifications |
| Created | 20000529 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_ABAP_VIEW_OFFLEN has no forward declaration.
Interfaces
Class CL_ABAP_VIEW_OFFLEN has no interface implemented.
Friends
Class CL_ABAP_VIEW_OFFLEN has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | XSTRING | Container for Binary Representation of View | 20000529 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Appends a New Entry | 20000529 | |
| 2 | Static method | Public | Method | Generates a View Instance | 20000529 | |
| 3 | Static method | Public | Method | Creates an Instance with Legacy View | 20010601 | |
| 4 | Static method | Public | Method | Creates an Instance with 16-Bit Unicode View | 20010601 | |
| 5 | Instance method | Public | Method | Returns the Binary Representation of the Structure View | 20000529 | |
| 6 | Instance method | Public | Method | Returns the Structure View as an Internal Table | 20010601 | |
| 7 | Instance method | Public | Method | Initializes a View Instance | 20000529 |
Events
Class CL_ABAP_VIEW_OFFLEN has no event.
Types
Class CL_ABAP_VIEW_OFFLEN has no local type.
Method Signatures
Method APPEND Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | LEN | Call by reference | Type reference (TYPE) | ILEN | Interne Länge eines Feldes | 20000529 | |||
| 2 | OFF | Call by reference | Type reference (TYPE) | IOFF | Offset eines Feldes vom Beginn einer Struktur (ab 0) | 20000529 |
Method APPEND on class CL_ABAP_VIEW_OFFLEN has no exception.
Method CREATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | REF | Value transfer | Object reference (TYPE REF TO) | CL_ABAP_VIEW_OFFLEN | Neue View-Instanz | 20000529 | |||
| 2 | TAB | Call by reference | Type reference (TYPE) | ABAPOFFLENTAB | Tabelle für Offset und Länge | 20000529 |
Method CREATE on class CL_ABAP_VIEW_OFFLEN has no exception.
Method CREATE_LEGACY_VIEW Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DATA | Call by reference | Type reference (TYPE) | ANY | Struktur, deren View erzeugt werden soll | 20010601 | |||
| 2 | REF | Value transfer | Object reference (TYPE REF TO) | CL_ABAP_VIEW_OFFLEN | ABAP Sturkturview mit Offset und Länge | 20010601 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Parameter mit ungültigem Typ | 20010601 |
Method CREATE_UNICODE16_VIEW Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DATA | Call by reference | Type reference (TYPE) | ANY | Struktur, deren View erzeugt werden soll | 20010601 | |||
| 2 | REF | Value transfer | Object reference (TYPE REF TO) | CL_ABAP_VIEW_OFFLEN | ABAP Strukturview mit Offset und Länge | 20010601 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Parameter mit ungültigem Typ | 20010601 |
Method GET_VIEW Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | VIEW | Value transfer | Type reference (TYPE) | XSTRING | View | 20000529 |
Method GET_VIEW on class CL_ABAP_VIEW_OFFLEN has no exception.
Method GET_VIEW_INTO_TABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | TAB | Call by reference | Type reference (TYPE) | ABAPOFFLENTAB | Tabelle für Offset und Länge | 20010601 |
Method GET_VIEW_INTO_TABLE on class CL_ABAP_VIEW_OFFLEN has no exception.
Method RESET Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | TAB | Call by reference | Type reference (TYPE) | ABAPOFFLENTAB | Tabelle für Offset und Länge | 20000529 |
Method RESET on class CL_ABAP_VIEW_OFFLEN has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 50A |