SAP ABAP Class CL_RSTT_DOBJ_STRUC (Data Object Class: Structure)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-BEX-OT (Application Component) OLAP Technology
⤷
RSTT_ENGINE (Package) Trace Tool for SAP Netweaver 2005 (BW): Engine Layer
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_RSTT_DOBJ_COMPLEX | Data Object Class: Complex Data Object | 20041130 |
Properties
| Class | CL_RSTT_DOBJ_STRUC | |
| Short Description | Data Object Class: Structure | |
| Super Class | CL_RSTT_DOBJ_COMPLEX | Data Object Class: Complex Data Object |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RSTT_ENGINE | Trace Tool for SAP Netweaver 2005 (BW): Engine Layer |
| Created | 20041111 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_RSTT_DOBJ_STRUC has no interface implemented.
Friends
Class CL_RSTT_DOBJ_STRUC has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Object reference (TYPE REF TO) | CL_ABAP_STRUCTDESCR | Runtime Type Services | 20041127 | |||
| 2 | Instance attribute | Public | Type reference (TYPE) | RSTT_STRUCKIND | Type of structure | 20041112 | |||
| 3 | Instance attribute | Public | Type reference (TYPE) | CT_T_COMPDESCR | Component Table | 20041112 | |||
| 4 | Instance attribute | Protected | Type reference (TYPE) | RSTT_FLAG | Structure Contains Includes | 20041112 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20041111 | |
| 2 | Static method | Protected | Event handling method | Event Handler: Generates Structure Instance | 20041111 | |
| 3 | Instance method | Public | Method | Returns Component Description Table of Structure | 20041111 | |
| 4 | Instance method | Public | Method | Delivers Component Type Name of Component | 20041111 | |
| 5 | Static method | Public | Method | Dummy Load (for Registration of Event Handler) | 20041111 |
Events
Class CL_RSTT_DOBJ_STRUC has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | CT_S_COMPDESCR | Public | See coding | Line Structure of Component Table (incl. Type Name) | 20041114 | BEGIN OF ct_s_compdescr,
name TYPE abap_compname,
typname TYPE rstt_comptypnm,
length TYPE i,
decimals TYPE i,
type_kind TYPE abap_typekind,
END OF ct_s_compdescr
|
|
| 2 | CT_T_COMPDESCR | Public | See coding | Component Table (incl. Type Name) | 20041114 | ct_t_compdescr TYPE STANDARD TABLE OF ct_s_compdescr
WITH KEY name
|
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_RSTT_DOBJ_STRUC has no parameter.
Method CLASS_CONSTRUCTOR on class CL_RSTT_DOBJ_STRUC has no exception.
Method CREATE_STRUC_OBJECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_DOBJNM | Value transfer | Attribute reference (LIKE) | 20041111 | |||||
| 2 | E_DOBJTYPNM | Value transfer | Attribute reference (LIKE) | 20041111 | |||||
| 3 | E_R_STRUC | Value transfer | Attribute reference (LIKE) | >INVALID< | 20041111 |
Method CREATE_STRUC_OBJECT on class CL_RSTT_DOBJ_STRUC has no exception.
Method GET_COMPONENTS Signature
Method GET_COMPONENTS on class CL_RSTT_DOBJ_STRUC has no parameter.
Method GET_COMPONENTS on class CL_RSTT_DOBJ_STRUC has no exception.
Method GET_COMPONENT_TYPE Signature
Method GET_COMPONENT_TYPE on class CL_RSTT_DOBJ_STRUC has no parameter.
Method GET_COMPONENT_TYPE on class CL_RSTT_DOBJ_STRUC has no exception.
Method LOAD_CLASS Signature
Method LOAD_CLASS on class CL_RSTT_DOBJ_STRUC has no parameter.
Method LOAD_CLASS on class CL_RSTT_DOBJ_STRUC has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 700 |