SAP ABAP Class CL_BICS_MD_ATTR (Attribute in MD Layer)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-BEX-OT (Application Component) OLAP Technology
⤷
BW_BICS_CONSUMER_METADATA (Package) BW BICS Consumer Metadata
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_BICS_OBJECT | Root Object for BICS Entities | 20110721 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_BICS_IOBJ_MEMBER_ACCESSOR | Access Object for Attributes | 20110304 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_BICS_MD_ATTR | Attribute MD Layer | 20100708 |
| 4 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_BICS_MD_CONTEXT | MD Context | 20111212 |
| 5 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_BICS_MD_IOBJ | InfoObject MD Layer | 20100708 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_BICS_ATTR | Attributes in Selector Layer | 20100708 |
Properties
| Class | CL_BICS_MD_ATTR | |
| Short Description | Attribute in MD Layer | |
| Super Class | CL_BICS_OBJECT | Root Object for BICS Entities |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | BW_BICS_CONSUMER_METADATA | BW BICS Consumer Metadata |
| Created | 20100708 | 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 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 3 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_BICS_IOBJ_MEMBER_ACCESSOR | Access Object for Attributes | 20110304 | ||
| 2 | IF_BICS_MD_ATTR | Attribute MD Layer | 20100708 | ||
| 3 | IF_BICS_MD_CONTEXT | MD Context | 20111212 | ||
| 4 | IF_BICS_MD_IOBJ | InfoObject MD Layer | 20100708 |
Friends
Class CL_BICS_MD_ATTR 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) | ABAP_BOOL | 20130221 | ||||
| 2 | Instance attribute | Protected | Object reference (TYPE REF TO) | IF_RSD_IOBJ_PROP | Properties of an InfoObject | 20130221 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20100708 |
Events
Class CL_BICS_MD_ATTR has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TN_S_IOBJNM | Public | See coding | InfoObject with Metadata | 20110630 | BEGIN OF tn_s_iobjnm,
iobjnm TYPE RSD_IOBJNM,
s_cob_pro TYPE RSD_S_COB_PRO,
END OF tn_s_iobjnm
|
|
| 2 | TN_TS_IOBJNM | Public | See coding | List of InfoObjects with Metadata | 20110630 | TN_TS_IOBJNM TYPE SORTED TABLE OF tn_s_iobjnm
WITH UNIQUE KEY iobjnm
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_IOBJNM | Call by reference | Type reference (TYPE) | RSD_IOBJNM | 20130221 | ||||
| 2 | I_R_PARENT | Call by reference | Object reference (TYPE REF TO) | IF_BICS_MD_ATTR_CONTAINER | Attributscontainer MD-Layer | 20110629 | |||
| 3 | I_R_PROV_ATTR | Call by reference | Object reference (TYPE REF TO) | IF_RSBOLAP_SO_ATTRIBUTE | Objekt ist Attributs-Kontainer | 20100708 |
Method CONSTRUCTOR on class CL_BICS_MD_ATTR has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 730 |