SAP ABAP Class IF_BICS_MD_ATTR (Attribute MD Layer)
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface composition (i COMPRISING i_ref) | IF_BICS_EVENT_SOURCE | Basis Event Source | 20100120 |
| 2 | Interface composition (i COMPRISING i_ref) | IF_BICS_MD_CONTEXT | MD Context | 20111212 |
| 3 | Interface composition (i COMPRISING i_ref) | IF_BICS_MD_IOBJ | InfoObject MD Layer | 20100120 |
| 4 | Interface composition (i COMPRISING i_ref) | IF_BICS_OBJECT | Root Object for BICS Entities | 20100120 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface composition (i COMPRISING i_ref) | IF_BICS_ATTR | Attribute Selector Layer | 20100121 |
| 2 | Interface composition (i COMPRISING i_ref) | IF_BICS_QV_ATTR | Attribute QV Layer | 20100121 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_BICS_MD_ATTR | Attribute in MD Layer | 20100708 |
Properties
| Class | IF_BICS_MD_ATTR | |
| Short Description | Attribute MD Layer | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20100120 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class IF_BICS_MD_ATTR has no interface implemented.
Friends
Class IF_BICS_MD_ATTR 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) | IF_BICS_MD_CHARACTERISTIC | Characteristics MD Layer | 20110629 | |||
| 2 | Instance attribute | Public | Object reference (TYPE REF TO) | IF_BICS_MD_ATTR_CONTAINER | Attribute Container MD Layer | 20110629 | |||
| 3 | Instance attribute | Public | Type reference (TYPE) | IF_BICS_MD_CHARACTERISTIC=>TN_S_MD_CHARACTERISTIC | MD Characteristic Structure | 20110629 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Read MD Attribute Container | 20100120 |
Events
Class IF_BICS_MD_ATTR has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TN_S_MD_ATTR | Public | See coding | Structure Container of this Object | 20100120 | BEGIN OF tn_s_md_attr,
name TYPE if_bics_object=>tn_name,
id TYPE if_bics_object=>tn_id,
ref TYPE REF TO if_bics_md_attr,
meta_context TYPE tn_s_md_attr_meta_context,
selector_context TYPE tn_s_md_attr_selector_context,
query_context TYPE tn_s_md_attr_query_context,
END OF tn_s_md_attr
|
|
| 2 | TN_S_MD_ATTR_META_CONTEXT | Public | See coding | 20120529 | BEGIN OF tn_s_md_attr_meta_context,
text TYPE if_bics_object=>tn_text,
dimension TYPE if_bics_object=>tn_name,
base_char_name TYPE if_bics_object=>tn_name,
is_navigational_attribute TYPE abap_bool,
infoobject_type TYPE if_bics_md_characteristic=>tn_infoobject_type,
data_type TYPE if_bics_md_characteristic=>tn_data_type,
intlen TYPE if_bics_md_characteristic=>tn_data_length,
outputlen TYPE if_bics_md_characteristic=>tn_data_length,
decimals TYPE if_bics_md_characteristic=>tn_data_length,
conversion_exit TYPE convexit,
lowercase TYPE abap_bool,
presentations TYPE cl_bics_presentation=>tn_t_presentation,
END OF tn_s_md_attr_meta_context
|
||
| 3 | TN_S_MD_ATTR_QUERY_CONTEXT | Public | See coding | 20120529 | BEGIN OF tn_s_md_attr_query_context,
resultset_presentations TYPE cl_bics_presentation=>tn_t_presentation,
END OF tn_s_md_attr_query_context
|
||
| 4 | TN_S_MD_ATTR_SELECTOR_CONTEXT | Public | See coding | 20120529 | BEGIN OF tn_s_md_attr_selector_context,
member_access_presentations TYPE cl_bics_presentation=>tn_t_presentation,
END OF tn_s_md_attr_selector_context
|
||
| 5 | TN_T_MD_ATTR | Public | See coding | 20100628 | tn_t_md_attr TYPE STANDARD TABLE OF tn_s_md_attr
WITH KEY name
|
||
| 6 | TN_T_MD_ATTR_NAME | Public | See coding | 20120529 | tn_t_md_attr_name TYPE TABLE OF if_bics_object=>tn_name WITH DEFAULT KEY
|
Method Signatures
Method GET_MD_ATTRCONTAINER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_R_MD_ATTRIBUTE_CONTAINER | Value transfer | Object reference (TYPE REF TO) | IF_BICS_MD_ATTR_CONTAINER | Attributscontainer MD-Layer | 20100120 |
Method GET_MD_ATTRCONTAINER on class IF_BICS_MD_ATTR has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in |