SAP ABAP Class CL_RSAWBN_OBJ_IOBJ (AWB Object InfoCube)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-WHM-AWB (Application Component) Data Warehousing Workbench
⤷
RSAWBN_OBJ (Package) DW Workbench: Object Implementations
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_RSAWBN_OBJ | Master Class AWB Objects | 20040715 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSAWBN_OBJ_OVERVIEW | Field List for the Object Overview | 20041117 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSAWBN_SER_SEARCH_GET_DATA | Returns Data for the Search for an Object | 20050503 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_RSAWBN_OBJ_IOBJ_CHA | AWB Object InfoObject Characteristic | 20041115 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CL_RSAWBN_OBJ_IOBJ_ISTREE | AWB Object InfoObject in InfoSource Tree | 20041117 |
| 3 | Inheritance (c INHERITING FROM c_ref) | CL_RSAWBN_OBJ_IOBJ_KYF | AWB Object InfoObject Characteristic | 20041115 |
| 4 | Inheritance (c INHERITING FROM c_ref) | CL_RSAWBN_OBJ_IOBJ_TIM | AWB Object InfoObject Characteristic | 20041115 |
| 5 | Inheritance (c INHERITING FROM c_ref) | CL_RSAWBN_OBJ_IOBJ_UNI | AWB Object InfoObject Characteristic | 20041115 |
Properties
| Class | CL_RSAWBN_OBJ_IOBJ | |
| Short Description | AWB Object InfoCube | |
| Super Class | CL_RSAWBN_OBJ | Master Class AWB Objects |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RSAWBN_OBJ | DW Workbench: Object Implementations |
| Created | 20040715 | SAP |
| Last change | 20140121 | 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) | |
| 2 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_RSAWBN_OBJ_OVERVIEW | Field List for the Object Overview | 20041117 | ||
| 2 | IF_RSAWBN_SER_SEARCH_GET_DATA | Returns Data for the Search for an Object | 20050503 |
Friends
Class CL_RSAWBN_OBJ_IOBJ has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Type reference (TYPE) | RSD_IOBJTP | 20041116 | ||||
| 2 | Instance attribute | Protected | Type reference (TYPE) | RSD_S_IOBJ | 20060103 | ||||
| 3 | Instance attribute | Protected | Type reference (TYPE) | RSD_S_VCHA | 20130122 | ||||
| 4 | Static Attribute | Protected | Type reference (TYPE) | TY_TH_ICON | 20130131 | ||||
| 5 | Static Attribute | Private | See coding | 20130122 | |||||
| 6 | Static Attribute | Private | See coding | 20130131 | |||||
| 7 | Static Attribute | Private | See coding | 20060103 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | 20050503 | ||
| 2 | Instance method | Public | Method | 20060316 | ||
| 3 | Static method | Public | Method | 20130131 | ||
| 4 | Static method | Public | Method | 20060103 | ||
| 5 | Static method | Public | Method | 20130131 |
Events
Class CL_RSAWBN_OBJ_IOBJ has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_S_ICON | Protected | See coding | 20130131 | begin of TY_S_ICON,
OBJSTAT TYPE RSOBJSTAT,
IOBJTYP TYPE RSIOBJTP,
ICONTEXT TYPE ICON_TEXT,
end of ty_s_icon
|
||
| 2 | TY_TH_ICON | Protected | See coding | 20130131 | ty_th_icon type HASHED TABLE OF ty_s_icon with UNIQUE key objstat iobjtyp
|
Method Signatures
Method GET_ALL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_T_VCHA | Call by reference | Type reference (TYPE) | RSD_T_VCHA | 20130122 | ||||
| 2 | I_REFRESH | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Boolean | 20050503 | ||
| 3 | RE_T_IOBJ | Value transfer | Type reference (TYPE) | RSD_T_IOBJ | 20050503 |
Method GET_ALL on class CL_RSAWBN_OBJ_IOBJ has no exception.
Method GET_IOBJTYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RE_IOBJTYPE | Value transfer | Type reference (TYPE) | RSD_IOBJTP | 20060316 |
Method GET_IOBJTYPE on class CL_RSAWBN_OBJ_IOBJ has no exception.
Method GET_IOBJ_ICON Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_ICON_TEXT | Value transfer | Type reference (TYPE) | ICON_TEXT | Carrier field for icons | 20130131 | |||
| 2 | I_IOBJTYP | Call by reference | Type reference (TYPE) | RSIOBJTP | Type of an InfoObject | 20130131 | |||
| 3 | I_OBJSTAT | Call by reference | Type reference (TYPE) | RSOBJSTAT | Object Status | 20130131 |
Method GET_IOBJ_ICON on class CL_RSAWBN_OBJ_IOBJ has no exception.
Method GET_SINGLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_IMAGE | Call by reference | Type reference (TYPE) | ICON_TEXT | Tree Control: Ikone / Bild | 20060103 | |||
| 2 | E_S_IOBJ | Call by reference | Type reference (TYPE) | RSD_S_IOBJ | 20060103 | ||||
| 3 | E_S_VCHA | Call by reference | Type reference (TYPE) | RSD_S_VCHA | 20060315 | ||||
| 4 | I_BYPASS_BUFFER | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Boolean | 20060103 | ||
| 5 | I_OBJNM | Call by reference | Type reference (TYPE) | RSAWBNOBJNM | Objektname eines Objektes in der AWB | 20060103 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | AWB Exception Object not found | 20060103 |
Method HAS_HIERARCHIES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_HAS_HIER | Value transfer | Type reference (TYPE) | RS_BOOL | Boolean | 20130131 | |||
| 2 | I_IOBJNM | Call by reference | Type reference (TYPE) | RSAWBNOBJNM | InfoObject | 20130131 |
Method HAS_HIERARCHIES on class CL_RSAWBN_OBJ_IOBJ has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 700 |