SAP ABAP Interface IF_BICS_IOBJ_MEMBER_ACCESSOR (Access Object for Attributes)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-BEX-OT (Application Component) OLAP Technology
⤷
BW_BICS_CONSUMER_SELECTOR (Package) BW BICS Consumer Selector
⤷
⤷
Meta Relationship - Used By
Properties
| Interface | IF_BICS_IOBJ_MEMBER_ACCESSOR | |
| Short Description | Access Object for Attributes |
General Data
| Package | BW_BICS_CONSUMER_SELECTOR | BW BICS Consumer Selector |
| Created | 20100407 | SAP |
| Last changed | 20130531 | SAP |
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | CL_BICS_MEMBER_ACCESS_MODE | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
| 2 | CL_BICS_PRESENTATION | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
| 3 | IF_BICS_OBJECT | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Interface IF_BICS_IOBJ_MEMBER_ACCESSOR has no interface.
Friends
Interface IF_BICS_IOBJ_MEMBER_ACCESSOR has no friend.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | N_MEMBER_ACCESS_HANDLE | Instance attribute | Public | Type reference (TYPE) | I | Counter Reading When Obtaining Current List | 20110714 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Read an Attribute | 20100416 | |
| 2 | Instance method | Public | Method | Read All Members | 20100407 | |
| 3 | Instance method | Public | Method | Read Master Data Access Type | 20120120 | |
| 4 | Instance method | Public | Method | Mögliche Stammdatenzugriffsarten lesen | 20120719 | |
| 5 | Instance method | Public | Method | Read Sorting for Member Access | 20100618 | |
| 6 | Instance method | Public | Method | Read an Attribute | 20100407 | |
| 7 | Instance method | Public | Method | Set Master Data Access Type | 20120120 |
Events
Interface IF_BICS_IOBJ_MEMBER_ACCESSOR has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TN_S_MEMBER_IDENTIFIER | Public | See coding | Unique Name for a Characteristic | 20100407 | BEGIN OF tn_s_member_identifier,
key_name TYPE if_bics_object=>tn_name,
key_id TYPE if_bics_object=>tn_id,
value_name TYPE if_bics_object=>tn_name,
value_id TYPE if_bics_object=>tn_id,
END OF tn_s_member_identifier
|
Method Signatures
Method GET_MEMBER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_MEMBER_NAME | Call by reference | Type reference (TYPE) | IF_BICS_OBJECT=>TN_NAME | Member Name (default als interner Schlüssel) | 20100416 | |||
| 2 | I_R_MEMBER_TYPE | Call by reference | Object reference (TYPE REF TO) | CL_BICS_MEMBER_TYPE | Ausprägungstyp | 20100416 | |||
| 3 | I_R_PRESENTATION | Call by reference | Object reference (TYPE REF TO) | CL_BICS_PRESENTATION | CL_BICS_PRESENTATION=>N_CR_KEY_INTERNAL | Darstellung von Membern in BICS | 20100416 | ||
| 4 | R_R_IOBJ_MEMBER | Value transfer | Object reference (TYPE REF TO) | IF_BICS_IOBJ_MEMBER | Ausprägung eines InfoObjekts | 20100507 |
Method GET_MEMBER on Interface IF_BICS_IOBJ_MEMBER_ACCESSOR has no exception.
Method GET_MEMBERS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_MAX_ROWS | Call by reference | Type reference (TYPE) | I | 0 | Maximale Anzahl von Membern (0 = Alle) | 20100607 | ||
| 2 | R_R_MEMBERS | Value transfer | Object reference (TYPE REF TO) | IF_BICS_IOBJ_MEMBER_CONTAINER | Listobjekt für Ausprägungen | 20100407 |
Method GET_MEMBERS on Interface IF_BICS_IOBJ_MEMBER_ACCESSOR has no exception.
Method GET_MEMBER_ACCESS_MODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_R_MEMBER_ACCESS_MODE | Value transfer | Object reference (TYPE REF TO) | CL_BICS_MEMBER_ACCESS_MODE | Stammdatenzugriffsart | 20120120 |
Method GET_MEMBER_ACCESS_MODE on Interface IF_BICS_IOBJ_MEMBER_ACCESSOR has no exception.
Method GET_MEMBER_ACCESS_MODES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_T_MEMBER_ACCESS_MODES | Value transfer | Type reference (TYPE) | CL_BICS_MEMBER_ACCESS_MODE=>TN_T_MEMBER_ACCESS_MODE | 20120719 |
Method GET_MEMBER_ACCESS_MODES on Interface IF_BICS_IOBJ_MEMBER_ACCESSOR has no exception.
Method GET_MEMBER_ACCESS_SORTING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_R_SORTING | Value transfer | Object reference (TYPE REF TO) | IF_BICS_SORTING | Sortierung | 20100618 |
Method GET_MEMBER_ACCESS_SORTING on Interface IF_BICS_IOBJ_MEMBER_ACCESSOR has no exception.
Method GET_MEMBER_BY_IDENTIFIER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_R_MEMBER_TYPE | Call by reference | Object reference (TYPE REF TO) | CL_BICS_MEMBER_TYPE | Ausprägungstyp | 20100407 | |||
| 2 | I_S_MEMBER_IDENTIFIER | Call by reference | Type reference (TYPE) | TN_S_MEMBER_IDENTIFIER | Eindeutiger Bezeichner einer Ausprägung | 20100407 | |||
| 3 | R_R_MEMBER | Value transfer | Object reference (TYPE REF TO) | IF_BICS_IOBJ_MEMBER | Ausprägung eines InfoObjekts | 20100407 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahme für Listen: unbekannter Eintrag | 20100407 |
Method SET_MEMBER_ACCESS_MODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_R_MEMBER_ACCESS_MODE | Call by reference | Object reference (TYPE REF TO) | CL_BICS_MEMBER_ACCESS_MODE | Stammdatenzugriffsart | 20120120 |
Method SET_MEMBER_ACCESS_MODE on Interface IF_BICS_IOBJ_MEMBER_ACCESSOR has no exception.
Meta Relationship - Used By (full list)
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 730 |