SAP ABAP Class CL_AREN_CLUSTER_BINDATA (Cluster for Binary Data)
Hierarchy
☛
SAP_ABA (Software Component) Cross-Application Component
⤷
CA-FS-ARE (Application Component) Archiving Engine
⤷
ARFA_ARCHIVING_COCKPIT (Package) Archiving Cockpit
⤷
⤷
Properties
| Class | CL_AREN_CLUSTER_BINDATA | |
| Short Description | Cluster for Binary Data | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ARFA_ARCHIVING_COCKPIT | Archiving Cockpit |
| Created | 20060602 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_AREN_CLUSTER_BINDATA has no forward declaration.
Interfaces
Class CL_AREN_CLUSTER_BINDATA has no interface implemented.
Friends
Class CL_AREN_CLUSTER_BINDATA has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | Type reference (TYPE) | I | 20060602 | ||||
| 2 | Instance attribute | Private | Type reference (TYPE) | TYP_TAH_DATAOBJS | 20060803 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20060602 | ||
| 2 | Instance method | Public | Method | 20060602 | ||
| 3 | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20060602 | |
| 4 | Instance method | Public | Method | 20060803 | ||
| 5 | Instance method | Public | Method | 20060602 | ||
| 6 | Instance method | Public | Method | 20060803 | ||
| 7 | Instance method | Public | Method | 20060602 | ||
| 8 | Static method | Public | Method | 20060602 |
Events
Class CL_AREN_CLUSTER_BINDATA has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TYP_DATANAME | Public | Type reference (TYPE) | AREN_STR_CLUSTER_BINDATA-NAME | 20060803 | |
|
| 2 | TYP_STR_CLUST | Public | Type reference (TYPE) | AREN_STR_CLUSTER_BINDATA | Structure for Storing Binary Data in Clusters | 20060602 | |
| 3 | TYP_STR_DATAOBJ | Private | See coding | 20060803 | BEGIN OF typ_str_dataobj,
name TYPE string,
tab_clust TYPE typ_tab_clust,
END OF typ_str_dataobj
|
||
| 4 | TYP_TAB_CLUST | Public | See coding | 20060602 | typ_tab_clust TYPE STANDARD TABLE OF typ_str_clust WITH DEFAULT KEY
|
||
| 5 | TYP_TAB_XSTRINGS | Public | See coding | 20060602 | typ_tab_xstrings TYPE STANDARD TABLE OF xstring WITH DEFAULT KEY
|
||
| 6 | TYP_TAH_DATAOBJS | Private | See coding | 20060803 | typ_tah_dataobjs TYPE HASHED TABLE OF typ_str_dataobj
WITH UNIQUE KEY name
|
Method Signatures
Method APPEND_CLUSTER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_TAB_CLUST | Call by reference | Type reference (TYPE) | TYP_TAB_CLUST | 20060602 |
Method APPEND_CLUSTER on class CL_AREN_CLUSTER_BINDATA has no exception.
Method APPEND_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_DATA | Call by reference | Type reference (TYPE) | XSTRING | 20060602 | ||||
| 2 | I_NAME | Call by reference | Type reference (TYPE) | TYP_DATANAME | 20060803 |
Method APPEND_DATA on class CL_AREN_CLUSTER_BINDATA has no exception.
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_AREN_CLUSTER_BINDATA has no parameter.
Method CLASS_CONSTRUCTOR on class CL_AREN_CLUSTER_BINDATA has no exception.
Method CLEAR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_NAME | Call by reference | Type reference (TYPE) | TYP_DATANAME | 20060803 |
Method CLEAR on class CL_AREN_CLUSTER_BINDATA has no exception.
Method GET_CLUSTER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_NAME | Call by reference | Type reference (TYPE) | TYP_DATANAME | 20060803 | ||||
| 2 | R_TAB_CLUST | Value transfer | Type reference (TYPE) | TYP_TAB_CLUST | 20060602 |
Method GET_CLUSTER on class CL_AREN_CLUSTER_BINDATA has no exception.
Method GET_CLUSTER_ALL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_TAB_CLUST | Value transfer | Type reference (TYPE) | TYP_TAB_CLUST | 20060803 |
Method GET_CLUSTER_ALL on class CL_AREN_CLUSTER_BINDATA has no exception.
Method GET_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_NAME | Call by reference | Type reference (TYPE) | TYP_DATANAME | 20060803 | ||||
| 2 | R_TAB_DATA | Value transfer | Type reference (TYPE) | TYP_TAB_XSTRINGS | 20060602 |
Method GET_DATA on class CL_AREN_CLUSTER_BINDATA has no exception.
Method S_CREATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_REF_CLUSTER | Value transfer | Object reference (TYPE REF TO) | CL_AREN_CLUSTER_BINDATA | Cluster für Binärdaten | 20060602 |
Method S_CREATE on class CL_AREN_CLUSTER_BINDATA has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 710 |