SAP ABAP Class CL_RSD_KYF_PROP (Properties of Key Figure)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-WHM-MTD (Application Component) Metadata (Repository)
⤷
RSD_IOBJ_MD_RUNTIME (Package) Metadata API for InfoObject runtime
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_RSD_IOBJ_PROP | Properties of an InfoObject | 20130123 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSD_KYF_PROP | Properties of a Key Figure | 20130122 |
Properties
| Class | CL_RSD_KYF_PROP | |
| Short Description | Properties of Key Figure | |
| Super Class | CL_RSD_IOBJ_PROP | Properties of an InfoObject |
| Instantiability of a Class | 1 | Protected |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RSD_IOBJ_MD_RUNTIME | Metadata API for InfoObject runtime |
| Created | 20130122 | SAP |
| Last change | 20140121 | 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
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_RSD_KYF_PROP | Properties of a Key Figure | 20130122 |
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_RSD_IOBJ_PROP_CACHE | 20130122 | Cache for Properties of an InfoObject |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Attribute reference (LIKE) | 20130122 | |||||
| 2 | Instance attribute | Private | Type reference (TYPE) | PT_S_KYF | Structure containing Key Figure related fields | 20130220 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | RSD_T_IOBJ_CMP | Compounding of InfoObjects | 20130212 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | Fill Key Figure buffer | 20130220 | |
| 2 | Instance method | Protected | Constructor | CONSTRUCTOR | 20130122 | |
| 3 | Instance method | Public | Method | initialize during data access phase | 20130221 | |
| 4 | Instance method | Public | Method | initialize during Prefill phase | 20130221 |
Events
Class CL_RSD_KYF_PROP has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | GT_S_KYF_PROP | Protected | Attribute reference (LIKE) | 20130122 | |
||
| 2 | PT_S_KYF | Private | See coding | Structure containing Key Figure related fields | 20130220 | BEGIN OF pt_s_kyf,
aggrgen TYPE rsdaggrgen,
aggrexc TYPE rsdaggrexc,
aggrcha TYPE string, " convert to RSAGGRCHA
unitp TYPE rsunitp,
fixcuky TYPE rsfixcuky,
fixunit TYPE rsfixunit,
uninm TYPE string, " convert to RSUNINM
stock_cover_calctype TYPE rsdstock_cover_calctype,
stock_cover_periods TYPE rsdstock_cover_periods,
END OF pt_s_kyf
|
Method Signatures
Method BUFFER_KYF Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_S_DTA_PRO | Call by reference | Type reference (TYPE) | RSD_S_DTA_PRO | InfoObject Properties in Data Target | 20130220 |
Method BUFFER_KYF on class CL_RSD_KYF_PROP has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_ID | Call by reference | Type reference (TYPE) | RSSID | Master data ID | 20130201 | |||
| 2 | I_KYFNM | Call by reference | Type reference (TYPE) | RSKYFNM | Key figure | 20130122 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | InfoObject does not exist | 20130122 |
Method INIT_BY_GET Signature
Method INIT_BY_GET on class CL_RSD_KYF_PROP has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | InfoObject does not exist | 20130304 |
Method INIT_PREFILL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_S_DTA_PRO | Call by reference | Type reference (TYPE) | RSD_S_DTA_PRO | InfoObject Properties in Data Target | 20130221 | |||
| 2 | I_T_IOBJ_CMP | Call by reference | Type reference (TYPE) | RSD_T_IOBJ_CMP | Compounding of InfoObjects | 20130221 |
Method INIT_PREFILL on class CL_RSD_KYF_PROP has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 740 |