SAP ABAP Class CL_RSMD_RS_BASE (Base Class for cl_rsmd_rs Instances)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-BEX-OT (Application Component) OLAP Technology
⤷
RSMD_RS (Package) Master Data Read Services ( Value Help etc)
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SERIALIZABLE_OBJECT | Serializable Object | 20070307 |
Properties
| Class | CL_RSMD_RS_BASE | |
| Short Description | Base Class for cl_rsmd_rs Instances | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RSMD_RS | Master Data Read Services ( Value Help etc) |
| Created | 20070307 | 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) | |
| 2 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 3 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_SERIALIZABLE_OBJECT | Serializable Object | 20070307 |
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_RSMD_RS | 20070307 | Master Data Read services for flat value list | |
| 2 | CL_RSMD_RS_ADMIN | 20071205 | Shared memory administration | |
| 3 | CL_RSMD_RS_HANDLER | 20080225 | Handler for Shared Objects | |
| 4 | CL_RSMD_RS_SPECIAL | 20071107 | Master Data Read services for flat value list |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | RSCHANM | Characteristic | 20070307 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | RSSID | Master Data ID | 20070307 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | RSINFOPROV | Metadata InfoProvider | 20070307 | |||
| 4 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_RSD_CHA_PROP | Properties of Characteristic | 20130204 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | RS_BOOL | Boolean | 20070307 | |||
| 6 | Static Attribute | Private | Type reference (TYPE) | TP_TH_REF | 20070307 | ||||
| 7 | Instance attribute | Private | Type reference (TYPE) | RSMD_RS_T_META_DATA | Metadata for Master Data Read Services | 20070307 | |||
| 8 | Instance attribute | Private | Type reference (TYPE) | RSMD_RS_T_READ_MODE | Supported Read Modes | 20070307 | |||
| 9 | Instance attribute | Private | Type reference (TYPE) | RSDUUIDEXT | External Key of UUID | 20121023 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | 20070307 | ||
| 2 | Instance method | Private | Method | 20070307 | ||
| 3 | Static method | Public | Method | 20070307 | ||
| 4 | Instance method | Private | Method | 20070307 | ||
| 5 | Instance method | Private | Method | Prepare Metadata | 20070307 | |
| 6 | Instance method | Private | Method | 20070307 | ||
| 7 | Instance method | Private | Method | For Fetching Metadata for InfoObject | 20070307 |
Events
Class CL_RSMD_RS_BASE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TP_S_REF | Private | See coding | 20070307 | BEGIN OF tp_s_ref,
chanm TYPE rschanm,
infoprov TYPE rsinfoprov,
ref TYPE REF TO cl_rsmd_rs_base,
END OF tp_s_ref
|
||
| 2 | TP_TH_REF | Private | See coding | 20070307 | tp_th_ref TYPE HASHED TABLE OF tp_s_ref
WITH UNIQUE KEY chanm infoprov
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CHANM | Call by reference | Type reference (TYPE) | RSCHANM | Merkmal | 20070307 | |||
| 2 | I_INFOPROV | Call by reference | Type reference (TYPE) | RSINFOPROV | InfoProvider | 20070307 | |||
| 3 | I_WO_METADATA | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Boolean | 20080225 |
Method CONSTRUCTOR on class CL_RSMD_RS_BASE has no exception.
Method DESERIALIZE_HELPER Signature
Method DESERIALIZE_HELPER on class CL_RSMD_RS_BASE has no exception.
Method GET_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CHANM | Call by reference | Type reference (TYPE) | RSCHANM | Merkmal | 20070307 | |||
| 2 | I_INFOPROV | Call by reference | Type reference (TYPE) | RSINFOPROV | InfoProvider | 20070307 | |||
| 3 | R_R_RSMD_RS_BASE | Value transfer | Object reference (TYPE REF TO) | CL_RSMD_RS_BASE | Basisklasse für cl_rsmd_rs_instancen | 20070307 |
Method GET_INSTANCE on class CL_RSMD_RS_BASE has no exception.
Method SERIALIZE_HELPER Signature
Method SERIALIZE_HELPER on class CL_RSMD_RS_BASE has no exception.
Method _FILL_METADATA Signature
Method _FILL_METADATA on class CL_RSMD_RS_BASE has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | BW: Allgemeine Fehlerklasse | 20070307 |
Method _FILL_SUPPORTED_READMODES Signature
Method _FILL_SUPPORTED_READMODES on class CL_RSMD_RS_BASE has no parameter.
Method _FILL_SUPPORTED_READMODES on class CL_RSMD_RS_BASE has no exception.
Method _GET_METADATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_S_METADATA | Call by reference | Type reference (TYPE) | RSMD_RS_SX_METADATA | Struktur für Metadaten des InfoObject-Namens | 20070307 | |||
| 2 | I_ATTRTP | Call by reference | Type reference (TYPE) | RSATTRITP | 20070307 | ||||
| 3 | I_CHANM | Call by reference | Type reference (TYPE) | RSCHANM | Name des InfoObjects | 20070307 | |||
| 4 | I_INFOPROV | Call by reference | Type reference (TYPE) | RSINFOPROV | Name des InfoProviders | 20070307 | |||
| 5 | I_ROLE | Call by reference | Type reference (TYPE) | RSMD_RS_ROLE | Rolle für Metadaten eines InfoObjects | 20070307 | |||
| 6 | I_R_IOBJ_PROP | Call by reference | Object reference (TYPE REF TO) | IF_RSD_IOBJ_PROP | Properties of an InfoObject | 20130204 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | BI: Allgemeine Fehlerklasse | 20070307 |
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 710 |