SAP ABAP Interface IF_RSD_KYF_PROP (Properties of a 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 - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_RSD_KYF_PROP | Properties of Key Figure | 20130122 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_RSFBP_KYF_PROP | Characteristic Properties of Open ODS View | 20130712 |
Properties
| Interface | IF_RSD_KYF_PROP | |
| Short Description | Properties of a Key Figure |
General Data
| Package | RSD_IOBJ_MD_RUNTIME | Metadata API for InfoObject runtime |
| Created | 20130122 | SAP |
| Last changed | 20140121 | SAP |
| Unicode checks active |
Forward declarations
Interface IF_RSD_KYF_PROP has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_RSD_IOBJ_PROP | Properties of an InfoObject | 20130122 |
Friends
Interface IF_RSD_KYF_PROP has no friend.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | N_C_ASO_TYPE | Constant | Public | See coding | Type of the association | 20130206 | |||
| 2 | N_C_KYFSEMANTIC | Constant | Public | See coding | Constants for kyfsemantic of stock cover | 20130423 | |||
| 3 | N_C_STOCK_COVER_CALCTP | Constant | Public | See coding | Constants for stock cover calculation type | 20130423 | |||
| 4 | N_S_GEN | Instance attribute | Public | Attribute reference (LIKE) | 20130201 | ||||
| 5 | N_S_KYF | Instance attribute | Public | Type reference (TYPE) | GT_S_KYF_PROP | Properties of a Key Figure InfoObject | 20130122 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Get aggregation type | 20130201 | |
| 2 | Instance method | Public | Method | Get name of associated key figure | 20130206 | |
| 3 | Instance method | Public | Method | 20130201 | ||
| 4 | Instance method | Public | Method | 20130201 | ||
| 5 | Instance method | Public | Method | 20130201 | ||
| 6 | Instance method | Public | Method | Get ABAP DATADESCR Instance(extended for amount kyf) | 20130212 | |
| 7 | Instance method | Public | Method | Get stock cover properties | 20130423 | |
| 8 | Instance method | Public | Method | Get unit mode | 20130201 |
Events
Interface IF_RSD_KYF_PROP has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | GT_S_AGGR_TYPE | Public | See coding | Aggregation type | 20130201 | BEGIN OF gt_s_aggr_type,
aggrgen TYPE rsdaggrgen,
aggrexc TYPE rsdaggrexc,
aggrcha TYPE rsaggrcha,
END OF gt_s_aggr_type
|
|
| 2 | GT_S_KYF_PROP | Public | See coding | Properties of a Key Figure InfoObject | 20130122 | BEGIN OF gt_s_kyf_prop,
kyfbasnm TYPE rschabasnm,
kyftp TYPE rskyftp,
kyfdecim TYPE rskyfdecim,
ncumfl TYPE rsncumfl,
kyfsemantic TYPE rsdkyfsemantic,
END OF gt_s_kyf_prop
|
|
| 3 | GT_S_STOCK_COVER_PROP | Public | See coding | 20130424 | BEGIN OF gt_s_stock_cover_prop,
calctype TYPE rsdstock_cover_calctype,
periods TYPE rsdstock_cover_periods,
END OF gt_s_stock_cover_prop
|
||
| 4 | GT_S_UNIT_MODE | Public | See coding | Unit mode | 20130201 | BEGIN OF gt_s_unit_mode, " Fields are ordered as on RSA1->Type/unit
unitp TYPE rsunitp,
fixcuky TYPE rsfixcuky,
fixunit TYPE rsfixunit,
uninm TYPE rsuninm,
END OF gt_s_unit_mode
|
|
| 5 | NT_ASSOCIATION_TYPE | Public | See coding | Type of the association | 20130206 | nt_association_type(1) TYPE c
|
Method Signatures
Method GET_AGGREGATION_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_S_AGGREGATION_TYPE | Value transfer | Type reference (TYPE) | GT_S_AGGR_TYPE | Aggregation type | 20130201 |
Method GET_AGGREGATION_TYPE on Interface IF_RSD_KYF_PROP has no exception.
Method GET_ASSOCIATED_KYFNM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_ASO_TYPE | Call by reference | Type reference (TYPE) | NT_ASSOCIATION_TYPE | Type of the association to key figure | 20130606 | |||
| 2 | R_ASO_KYFNM | Value transfer | Type reference (TYPE) | RSKYFNM | Name of associated key figure | 20130206 |
Method GET_ASSOCIATED_KYFNM on Interface IF_RSD_KYF_PROP has no exception.
Method GET_DATADESCR Signature
Method GET_DATADESCR on Interface IF_RSD_KYF_PROP has no parameter.
Method GET_DATADESCR on Interface IF_RSD_KYF_PROP has no exception.
Method GET_DESCRIPTION Signature
Method GET_DESCRIPTION on Interface IF_RSD_KYF_PROP has no parameter.
Method GET_DESCRIPTION on Interface IF_RSD_KYF_PROP has no exception.
Method GET_FIELD_NAME Signature
Method GET_FIELD_NAME on Interface IF_RSD_KYF_PROP has no parameter.
Method GET_FIELD_NAME on Interface IF_RSD_KYF_PROP has no exception.
Method GET_LONG_DATADESCR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_R_DATADESCR | Value transfer | Object reference (TYPE REF TO) | CL_ABAP_DATADESCR | Runtime Type Services | 20130212 |
Method GET_LONG_DATADESCR on Interface IF_RSD_KYF_PROP has no exception.
Method GET_STOCK_COVER_PROPERTIES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_S_STOCK_COVER_PROP | Value transfer | Type reference (TYPE) | GT_S_STOCK_COVER_PROP | Stock cover properties | 20130424 |
Method GET_STOCK_COVER_PROPERTIES on Interface IF_RSD_KYF_PROP has no exception.
Method GET_UNIT_MODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_S_UNIT_MODE | Value transfer | Type reference (TYPE) | GT_S_UNIT_MODE | Unit mode | 20130201 |
Method GET_UNIT_MODE on Interface IF_RSD_KYF_PROP has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 740 |