SAP ABAP Class IF_RSD_KYF_PROP (Properties of a Key Figure)
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface composition (i COMPRISING i_ref) | IF_RSD_IOBJ_PROP | Properties of an InfoObject | 20130122 |
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
| Class | IF_RSD_KYF_PROP | |
| Short Description | Properties of a Key Figure | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20130122 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class IF_RSD_KYF_PROP has no forward declaration.
Interfaces
Class IF_RSD_KYF_PROP has no interface implemented.
Friends
Class IF_RSD_KYF_PROP has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | See coding | Type of the association | 20130206 | ||||
| 2 | Constant | Public | See coding | Constants for kyfsemantic of stock cover | 20130423 | ||||
| 3 | Constant | Public | See coding | Constants for stock cover calculation type | 20130423 | ||||
| 4 | Instance attribute | Public | Attribute reference (LIKE) | 20130201 | |||||
| 5 | 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
Class 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 class 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 class IF_RSD_KYF_PROP has no exception.
Method GET_DATADESCR Signature
Method GET_DATADESCR on class IF_RSD_KYF_PROP has no parameter.
Method GET_DATADESCR on class IF_RSD_KYF_PROP has no exception.
Method GET_DESCRIPTION Signature
Method GET_DESCRIPTION on class IF_RSD_KYF_PROP has no parameter.
Method GET_DESCRIPTION on class IF_RSD_KYF_PROP has no exception.
Method GET_FIELD_NAME Signature
Method GET_FIELD_NAME on class IF_RSD_KYF_PROP has no parameter.
Method GET_FIELD_NAME on class 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 class 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 class 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 class IF_RSD_KYF_PROP has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in |