SAP ABAP Class CL_RSPO_BINBUF (Buffer to store binary data via XSTRING/ITAB)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-CCM-PRN (Application Component) Print and Output Management
⤷
SPOO (Package) Spool

⤷

⤷

Properties
Class | CL_RSPO_BINBUF | |
Short Description | Buffer to store binary data via XSTRING/ITAB | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SPOO | Spool |
Created | 20100629 | SAP |
Last change | 20131127 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_RSPO_BINBUF has no forward declaration.
Interfaces
Class CL_RSPO_BINBUF has no interface implemented.
Friends
Class CL_RSPO_BINBUF has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Public | Type reference (TYPE) | I | length of data | 20100629 | ||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | T_BINTAB256 | table of 256 bytes per row | 20100629 | ||
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | XSTRING | data as xstring | 20100629 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Empty buffer | 20100629 |
2 | ![]() |
Instance method | Public | Constructor | create empty buffer object | 20100629 |
3 | ![]() |
Instance method | Public | Method | Fill buffer from RAW128 table | 20100629 |
4 | ![]() |
Instance method | Public | Method | Fill buffer from RAW256 table | 20100629 |
5 | ![]() |
Instance method | Public | Method | Fill buffer from XSTRING | 20100629 |
6 | ![]() |
Instance method | Public | Method | Read RAW128 table from buffer | 20100629 |
7 | ![]() |
Instance method | Public | Method | Read RAW256 table from buffer | 20100629 |
8 | ![]() |
Instance method | Public | Method | Read XSTRING from buffer | 20100629 |
Events
Class CL_RSPO_BINBUF has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | T_BINLINE256 | Public | See coding | 256 raw bytes | 20100629 | begin of T_BINLINE256,
data(256) type x,
end of T_BINLINE256
|
|
2 | T_BINTAB128 | Public | See coding | table of 128 bytes per row (RSPOLPBI) | 20100629 | T_BINTAB128 type standard table of RSPOLPBI with non-unique default key
|
|
3 | T_BINTAB256 | Public | See coding | table of 256 bytes per row | 20100629 | T_BINTAB256 type standard table of t_binline256 with non-unique default key
|
Method Signatures
Method CLEAR Signature
Method CLEAR on class CL_RSPO_BINBUF has no parameter.
Method CLEAR on class CL_RSPO_BINBUF has no exception.
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_RSPO_BINBUF has no parameter.
Method CONSTRUCTOR on class CL_RSPO_BINBUF has no exception.
Method FILL_ITAB128 Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IN_BYTECOUNT | Call by reference | Type reference (TYPE) | I | length of data | 20100629 | ||
2 | ![]() |
IN_ITAB | Call by reference | Type reference (TYPE) | T_BINTAB128 | table of 128 bytes per row (RSPOLPBI) | 20100629 |
Method FILL_ITAB128 on class CL_RSPO_BINBUF has no exception.
Method FILL_ITAB256 Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IN_BYTECOUNT | Call by reference | Type reference (TYPE) | I | valid databytes in IN_ITAB | 20100629 | ||
2 | ![]() |
IN_ITAB | Call by reference | Type reference (TYPE) | T_BINTAB256 | table of 256 bytes per row | 20100629 |
Method FILL_ITAB256 on class CL_RSPO_BINBUF has no exception.
Method FILL_XSTRING Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IN_XSTRING | Call by reference | Type reference (TYPE) | XSTRING | data | 20100629 |
Method FILL_XSTRING on class CL_RSPO_BINBUF has no exception.
Method READ_ITAB128 Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RT_ITAB | Value transfer | Type reference (TYPE) | T_BINTAB128 | table of 128 bytes per row (RSPOLPBI) | 20100629 |
Method READ_ITAB128 on class CL_RSPO_BINBUF has no exception.
Method READ_ITAB256 Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RT_ITAB | Value transfer | Type reference (TYPE) | T_BINTAB256 | table of 256 bytes per row | 20100629 |
Method READ_ITAB256 on class CL_RSPO_BINBUF has no exception.
Method READ_XSTRING Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RT_XSTRING | Value transfer | Type reference (TYPE) | XSTRING | Buffer data | 20100629 |
Method READ_XSTRING on class CL_RSPO_BINBUF has no exception.
History
Last changed by/on | SAP | 20131127 |
SAP Release Created in | 703 |