SAP ABAP Class CL_RSR_RRI2_STOCK_COVER (Stock Coverage calculation)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-BEX-OT (Application Component) OLAP Technology
     RSROA_GEN (Package) OLAP: Generation
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSR_RRI2_BUILDER A Builder that builds artefacts in query generation 20130613
Properties
Class CL_RSR_RRI2_STOCK_COVER  
Short Description Stock Coverage calculation    
Super Class CL_RSR_RRI2_BUILDER A Builder that builds artefacts in query generation 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSROA_GEN   OLAP: Generation 
Created 20121204   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 RRI2 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 RRO01 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 RSD Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
4 RSDD Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
5 RZI0 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_RSR_RRI2_STOCK_COVER has no interface implemented.
Friends
Class CL_RSR_RRI2_STOCK_COVER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 PC_S_AGGRCHA_NO_TOTAL_TIME Constant Private See coding 20130227
2 PC_S_DEMAND_MISSING Constant Private See coding 20130308
3 PC_S_NO_DEMAND_KYF Constant Private See coding 20130429
4 PC_S_NO_STOCK_KYF Constant Private See coding 20130429
5 PC_S_PERIODS_NOT_GREATER_0 Constant Private See coding 20130502
6 PC_S_STOCK_MISSING Constant Private See coding 20130308
7 PC_S_TIMNM_MISSING Constant Private See coding 20130227
8 P_FAGGR_ONLY_FOR_STOCK_COVER Instance attribute Private Type reference (TYPE) RS_BOOL Flag: FAGGR is active only for stock coverage 20130717
9 P_R_BU Instance attribute Private Object reference (TYPE REF TO) CL_RSR_RRI2_BU Some Parts of FST Processing 20130108
10 P_TS_GEN_REF Instance attribute Private Type reference (TYPE) PT_TS_GEN_REF 20130114
11 P_TS_TUPLE Instance attribute Private Type reference (TYPE) PT_TS_TUPLE 20121212
Methods
# Method Level Visibility Method type Description Created on
1 ADAPT_BEFORE Instance method Public Method 20130107
2 ADAPT_CALLATE Instance method Public Method 20130115
3 ADAPT_CS_FEMS Instance method Public Method 20130104
4 ADAPT_CS_FEMS_FOR_CKF Instance method Private Method 20130104
5 ADAPT_CS_FEMS_FOR_CKF_OPERAND Instance method Private Method 20130104
6 ADAPT_CS_FEMS_FOR_KID_KYFNM Instance method Private Method 20130104
7 ADAPT_FST Instance method Public Method 20130226
8 ADAPT_GEN Instance method Public Method 20121213
9 ADAPT_KFB Instance method Public Method 20121211
10 ADAPT_RGID Instance method Public Method 20130220
11 ADAPT_TH_KYFNM Instance method Public Method adapt table of KYFNMs 20130212
12 BUILD_FST Instance method Private Method 20130226
13 BUILD_GEN Instance method Private Method 20130104
14 BUILD_KFB Instance method Private Method 20130213
15 CHECK_INFOPROV Instance method Public Method 20130227
16 CHECK_STOCK_COVER_KYFNM Static method Public Method 20130102
17 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20121204
18 CREATE_DEMAND_FEMS Instance method Private Method 20130129
19 ENHANCE_T_BKYFNM Instance method Public Method enhance table of basis keyfigures 20130130
20 FAGGR_COLLECT_BL Instance method Public Method collect BNRs which remain in FAGGR optimization 20130201
21 FILL_TS_STOCK_COVER Instance method Public Method 20121214
22 GET_STOCK_COVER_IN_INFOPROV Static method Public Method 20130227
23 RECHECK_FAGGR Instance method Public Method recheck if FAGGr is active 20130717
24 SET_FAGGR_ONLY_FOR_STOCK_COVER Instance method Public Method FAGGR is active only for stock coverage 20130717
25 _ENHANCE_T_BKYFNM Instance method Private Method enhance table of basis keyfigures 20130130
26 _FAGGR_COLLECT_BL Instance method Private Method collect BNRs which remain in FAGGR optimization 20130201
Events
Class CL_RSR_RRI2_STOCK_COVER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 PT_S_GEN_REF Private See coding 20130114 BEGIN OF pt_s_gen_ref, gid_stock_cover TYPE rri2_sx_gen-gid, kyfnm_stock_cover TYPE rskyfnm, gid_stock TYPE rri2_sx_gen-gid, gid_demand TYPE rri2_sx_gen-gid, timid TYPE rssid, END OF pt_s_gen_ref
2 PT_S_TUPLE Private See coding 20121212 BEGIN OF pt_s_tuple, kyfnm_stock_cover TYPE rskyfnm, fems_stock_cover TYPE rrfems, kyfnm_stock TYPE rskyfnm, kyfnm_demand TYPE rskyfnm, fems_demand TYPE rrfems, csid_demand TYPE rrcsid, timid TYPE rssid, END OF pt_s_tuple
3 PT_TS_GEN_REF Private See coding 20130114 pt_ts_gen_ref TYPE SORTED TABLE OF pt_s_gen_ref WITH UNIQUE KEY gid_stock_cover
4 PT_TS_TUPLE Private See coding 20121212 pt_ts_tuple TYPE SORTED TABLE OF pt_s_tuple WITH UNIQUE KEY kyfnm_stock_cover fems_stock_cover
Method Signatures

Method ADAPT_BEFORE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_BEFORE Call by reference Type reference (TYPE) RRBEFORE Can be calculated before aggregation 20130107
2 Importing I_KYFNM Call by reference Type reference (TYPE) RSKYFNM Key figure 20130107

Method ADAPT_BEFORE on class CL_RSR_RRI2_STOCK_COVER has no exception.

Method ADAPT_CALLATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_CALLATE Call by reference Type reference (TYPE) RSZCALLATE Calculate according to aggregation 20130115
2 Importing I_KYFNM Call by reference Type reference (TYPE) RSKYFNM Key figure 20130115

Method ADAPT_CALLATE on class CL_RSR_RRI2_STOCK_COVER has no exception.

Method ADAPT_CS_FEMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_S_RKB1F Call by reference Type reference (TYPE) RRKB1F SAP-EIS drill-down report or CO-PA report parameters 20130104
2 Changing C_THX_CS Call by reference Type reference (TYPE) RRO01_THX_CS Constant Selections 20130104
3 Changing C_TH_FEMS Call by reference Type reference (TYPE) RRI2_TH_FEMS 20130104
4 Changing C_TSX_FK Call by reference Type reference (TYPE) RRI2_TSX_FK 20130108
5 Changing C_TS_CSC Call by reference Type reference (TYPE) RRSI_TS_SID SID (or Integer) Table 20130104
6 Changing C_TS_SPARA Call by reference Type reference (TYPE) RRI2_TS_SPARA 20130104
7 Importing I_R_NCUM Call by reference Object reference (TYPE REF TO) CL_RSR_RRI2_NCUM Certain Parts of Non-Cumulatives 20130104
8 Importing I_THX_KENNZ Call by reference Type reference (TYPE) RRI2_THX_KENNZ 20130104
9 Importing I_TSX_CHAFREE Call by reference Type reference (TYPE) RRO01_TSX_CHAFREE 20130128
10 Importing I_TSX_FST_K Call by reference Type reference (TYPE) RZI0_TSX_FST 20130104

Method ADAPT_CS_FEMS on class CL_RSR_RRI2_STOCK_COVER has no exception.

Method ADAPT_CS_FEMS_FOR_CKF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_S_RKB1F Call by reference Type reference (TYPE) RRKB1F SAP-EIS drill-down report or CO-PA report parameters 20130104
2 Changing C_THX_CS Call by reference Type reference (TYPE) RRO01_THX_CS Constant Selections 20130104
3 Changing C_TH_FEMS Call by reference Type reference (TYPE) RRI2_TH_FEMS 20130104
4 Changing C_TSX_FK Call by reference Type reference (TYPE) RRI2_TSX_FK 20130108
5 Changing C_TS_CSC Call by reference Type reference (TYPE) RRSI_TS_SID SID (or Integer) Table 20130104
6 Changing C_TS_SPARA Call by reference Type reference (TYPE) RRI2_TS_SPARA 20130104
7 Importing I_ELTUID Call by reference Type reference (TYPE) RZI0_ELTUID 20130104
8 Importing I_KID Call by reference Type reference (TYPE) RSSID Master data ID 20130104
9 Importing I_R_NCUM Call by reference Object reference (TYPE REF TO) CL_RSR_RRI2_NCUM Certain Parts of Non-Cumulatives 20130104
10 Importing I_TSX_FST_K Call by reference Type reference (TYPE) RZI0_TSX_FST 20130104
11 Importing I_TS_TIMID_CS_DEMAND Call by reference Type reference (TYPE) RRSI_TS_SID SID (or Integer) Table 20130129

Method ADAPT_CS_FEMS_FOR_CKF on class CL_RSR_RRI2_STOCK_COVER has no exception.

Method ADAPT_CS_FEMS_FOR_CKF_OPERAND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_S_RKB1F Call by reference Type reference (TYPE) RRKB1F SAP-EIS drill-down report or CO-PA report parameters 20130104
2 Changing C_THX_CS Call by reference Type reference (TYPE) RRO01_THX_CS Constant Selections 20130104
3 Changing C_TH_FEMS Call by reference Type reference (TYPE) RRI2_TH_FEMS 20130104
4 Changing C_TSX_FK Call by reference Type reference (TYPE) RRI2_TSX_FK 20130108
5 Changing C_TS_CSC Call by reference Type reference (TYPE) RRSI_TS_SID SID (or Integer) Table 20130104
6 Changing C_TS_SPARA Call by reference Type reference (TYPE) RRI2_TS_SPARA 20130104
7 Importing I_KID Call by reference Type reference (TYPE) RSSID Master data ID 20130104
8 Importing I_OFLG Call by reference Type reference (TYPE) RSZOPERTP Type of operand 20130104
9 Importing I_OPER Call by reference Type reference (TYPE) RSZOPER Formula operand 20130104
10 Importing I_R_NCUM Call by reference Object reference (TYPE REF TO) CL_RSR_RRI2_NCUM Certain Parts of Non-Cumulatives 20130104
11 Importing I_TSX_FST_K Call by reference Type reference (TYPE) RZI0_TSX_FST 20130104
12 Importing I_TS_TIMID_CS_DEMAND Call by reference Type reference (TYPE) RRSI_TS_SID SID (or Integer) Table 20130129

Method ADAPT_CS_FEMS_FOR_CKF_OPERAND on class CL_RSR_RRI2_STOCK_COVER has no exception.

Method ADAPT_CS_FEMS_FOR_KID_KYFNM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_S_RKB1F Call by reference Type reference (TYPE) RRKB1F SAP-EIS drill-down report or CO-PA report parameters 20130104
2 Changing C_THX_CS Call by reference Type reference (TYPE) RRO01_THX_CS Constant Selections 20130104
3 Changing C_TH_FEMS Call by reference Type reference (TYPE) RRI2_TH_FEMS 20130104
4 Changing C_TSX_FK Call by reference Type reference (TYPE) RRI2_TSX_FK 20130108
5 Changing C_TS_CSC Call by reference Type reference (TYPE) RRSI_TS_SID SID (or Integer) Table 20130104
6 Changing C_TS_SPARA Call by reference Type reference (TYPE) RRI2_TS_SPARA 20130104
7 Importing I_KID Call by reference Type reference (TYPE) RSSID Master data ID 20130104
8 Importing I_KYFNM_STOCK_COVER Call by reference Type reference (TYPE) RSKYFNM Key figure 20130104
9 Importing I_R_NCUM Call by reference Object reference (TYPE REF TO) CL_RSR_RRI2_NCUM Certain Parts of Non-Cumulatives 20130104
10 Importing I_TS_TIMID_CS_DEMAND Call by reference Type reference (TYPE) RRSI_TS_SID SID (or Integer) Table 20130129

Method ADAPT_CS_FEMS_FOR_KID_KYFNM on class CL_RSR_RRI2_STOCK_COVER has no exception.

Method ADAPT_FST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_TSX_FST Call by reference Type reference (TYPE) RZI0_TSX_FST 20130226

Method ADAPT_FST on class CL_RSR_RRI2_STOCK_COVER has no exception.

Method ADAPT_GEN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_NXFEMS Call by reference Type reference (TYPE) RRXFEMS Bit String of Affected FEMS 20130108
2 Changing C_TH_CUGEN Call by reference Type reference (TYPE) RRI2_TH_CUGEN 20130107
3 Changing C_TKX_GEN Call by reference Type reference (TYPE) RRI2_TKX_GEN 20121213
4 Changing C_TSX_CHF Call by reference Type reference (TYPE) RRK_TSX_CHF Reference Characteristics 20130108
5 Changing C_TS_CTTNM Call by reference Type reference (TYPE) RRO01_TS_CTTNM Currency Translation Types 20130107
6 Changing C_XBUFEMS Call by reference Type reference (TYPE) RRXFEMS Bit String of Affected FEMS 20130108
7 Importing I_S_RKB1F Call by reference Type reference (TYPE) RRKB1F SAP-EIS drill-down report or CO-PA report parameters 20130108
8 Importing I_TSX_ISETAGGR Call by reference Type reference (TYPE) RRI2_TSX_ISETAGGR 20130108
9 Importing I_TSX_NKYFNM Call by reference Type reference (TYPE) RRK_TSX_NKYFNM Non-Cumulative Values 20130114
10 Importing I_TS_LOOKUP Call by reference Type reference (TYPE) RRO01_TS_LOOKUP Replacements from... 20130514
11 Importing I_TS_PARTPROV Call by reference Type reference (TYPE) RRO01_TS_PARTPROV PartProviders and Their Properties 20130107

Method ADAPT_GEN on class CL_RSR_RRI2_STOCK_COVER has no exception.

Method ADAPT_KFB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_TS_KFB Call by reference Type reference (TYPE) RRO01_TS_KFB 20121211
2 Importing I_TKX_GEN Call by reference Type reference (TYPE) RRI2_TKX_GEN 20121211

Method ADAPT_KFB on class CL_RSR_RRI2_STOCK_COVER has no exception.

Method ADAPT_RGID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_RGID Call by reference Type reference (TYPE) I 20130220
2 Importing I_SX_GEN Call by reference Type reference (TYPE) RRI2_SX_GEN 20130220
3 Importing I_TKX_GEN Call by reference Type reference (TYPE) RRI2_TKX_GEN 20130220

Method ADAPT_RGID on class CL_RSR_RRI2_STOCK_COVER has no exception.

Method ADAPT_TH_KYFNM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_TH_KYFNM Call by reference Type reference (TYPE) RSD_TH_KYFNM 20130212

Method ADAPT_TH_KYFNM on class CL_RSR_RRI2_STOCK_COVER has no exception.

Method BUILD_FST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_SX_FST Call by reference Type reference (TYPE) RZI0_SX_FST 20130226
2 Importing I_AGGRCHA Call by reference Type reference (TYPE) RSAGGRCHA Reference characteristic for exception aggregation 20130226
3 Importing I_AGGREXC Call by reference Type reference (TYPE) RSAGGREXC Exception aggregation 20130226
4 Importing I_OPER Call by reference Type reference (TYPE) RSZOPER Formula operand 20130226
5 Importing I_S_FST_TEMPLATE Call by reference Type reference (TYPE) RZI0_S_FST 20130226

Method BUILD_FST on class CL_RSR_RRI2_STOCK_COVER has no exception.

Method BUILD_GEN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_NXFEMS Call by reference Type reference (TYPE) RRXFEMS Bit String of Affected FEMS 20130107
2 Changing C_TH_CUGEN Call by reference Type reference (TYPE) RRI2_TH_CUGEN 20130107
3 Changing C_TSX_CHF Call by reference Type reference (TYPE) RRK_TSX_CHF Reference Characteristics 20130107
4 Changing C_XBUFEMS Call by reference Type reference (TYPE) RRXFEMS Bit String of Affected FEMS 20130107
5 Exporting E_SX_GEN Call by reference Type reference (TYPE) RRI2_SX_GEN 20130104
6 Importing I_CHFGID Call by reference Type reference (TYPE) I 20130201
7 Importing I_CSID Call by reference Type reference (TYPE) RRCSID ID for Constant Selection 20130108
8 Importing I_FEMS Call by reference Type reference (TYPE) RRFEMS Selection of Structure Elements 20130104
9 Importing I_KYFNM Call by reference Type reference (TYPE) RSD_KYFNM 20130107
10 Importing I_RGID Call by reference Type reference (TYPE) I 20130219
11 Importing I_STOCK_COVER Call by reference Type reference (TYPE) RRSTOCK_COVER stock cover 20130107
12 Importing I_SX_GEN_TEMPLATE Call by reference Type reference (TYPE) RRI2_SX_GEN 20130104
13 Importing I_S_RKB1F Call by reference Type reference (TYPE) RRKB1F SAP-EIS drill-down report or CO-PA report parameters 20130107
14 Importing I_TIMID Call by reference Type reference (TYPE) RSSID Master data ID 20130211
15 Importing I_TSX_ISETAGGR Call by reference Type reference (TYPE) RRI2_TSX_ISETAGGR 20130107
16 Importing I_TSX_NKYFNM Call by reference Type reference (TYPE) RRK_TSX_NKYFNM Non-Cumulative Values 20130114
17 Importing I_TS_LOOKUP Call by reference Type reference (TYPE) RRO01_TS_LOOKUP Replacements from... 20130514

Method BUILD_GEN on class CL_RSR_RRI2_STOCK_COVER has no exception.

Method BUILD_KFB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_TS_KFB Call by reference Type reference (TYPE) RRO01_TS_KFB 20130213
2 Importing I_GID Call by reference Type reference (TYPE) I 20130213
3 Importing I_KID Call by reference Type reference (TYPE) RSRKID Structure Element Combination ID 20130213
4 Importing I_TKX_GEN Call by reference Type reference (TYPE) RRI2_TKX_GEN 20130213

Method BUILD_KFB on class CL_RSR_RRI2_STOCK_COVER has no exception.

Method CHECK_INFOPROV Signature

Method CHECK_INFOPROV on class CL_RSR_RRI2_STOCK_COVER has no parameter.
Method CHECK_INFOPROV on class CL_RSR_RRI2_STOCK_COVER has no exception.

Method CHECK_STOCK_COVER_KYFNM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_KYFNM Call by reference Type reference (TYPE) RSKYFNM Key figure 20130102
2 Importing I_S_DTA_PRO Call by reference Type reference (TYPE) RSD_S_DTA_PRO InfoObject Properties in Data Target 20130902
3 Returning R_STOCK_COVER_KYFNM Value transfer Type reference (TYPE) RS_BOOL Boolean 20130102

Method CHECK_STOCK_COVER_KYFNM on class CL_RSR_RRI2_STOCK_COVER has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_BU Call by reference Object reference (TYPE REF TO) CL_RSR_RRI2_BU Some Parts of FST Processing 20130108
2 Importing I_R_QUERY_GENERATOR Call by reference Object reference (TYPE REF TO) CL_RSR_RRI2_QUERY_GENERATOR Servi 20130404

Method CONSTRUCTOR on class CL_RSR_RRI2_STOCK_COVER has no exception.

Method CREATE_DEMAND_FEMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_TH_FEMS Call by reference Type reference (TYPE) RRI2_TH_FEMS 20130129
2 Changing C_TS_SPARA Call by reference Type reference (TYPE) RRI2_TS_SPARA 20130129
3 Exporting E_FEMS Call by reference Type reference (TYPE) RRFEMS Selection of Structure Elements 20130129
4 Importing I_FEMS_TEMPLATE Call by reference Type reference (TYPE) RRFEMS Selection of Structure Elements 20130129
5 Importing I_SX_CS Call by reference Type reference (TYPE) RRO01_SX_CS Constant Selections 20130129

Method CREATE_DEMAND_FEMS on class CL_RSR_RRI2_STOCK_COVER has no exception.

Method ENHANCE_T_BKYFNM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_T_BKYFNM Call by reference Type reference (TYPE) RRI2_T_BKYFNM 20130130
2 Changing C_WAERSKZ Call by reference Type reference (TYPE) RRWAERSKZ Key figure of currency affected 20130213
3 Importing I_HIGHPRECFL Call by reference Type reference (TYPE) RSDHIGHPRECFL Process key figure with high precision 20130130
4 Importing I_KYFNM Call by reference Type reference (TYPE) C 20130130
5 Importing I_R_BU Call by reference Object reference (TYPE REF TO) CL_RSR_RRI2_BU Some Parts of FST Processing 20130130
6 Importing I_TSX_ISETAGGR Call by reference Type reference (TYPE) RRI2_TSX_ISETAGGR 20130130
7 Importing I_TSX_NKYFNM Call by reference Type reference (TYPE) RRK_TSX_NKYFNM Non-Cumulative Values 20130130
8 Importing I_TS_CHF Call by reference Type reference (TYPE) RRK_TS_CH Mandatory Characteristics 20130130

Method ENHANCE_T_BKYFNM on class CL_RSR_RRI2_STOCK_COVER has no exception.

Method FAGGR_COLLECT_BL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_TS_BNR Call by reference Type reference (TYPE) RRSI_TS_SID SID (or Integer) Table 20130201
2 Importing I_TKX_GEN Call by reference Type reference (TYPE) RRI2_TKX_GEN 20130201

Method FAGGR_COLLECT_BL on class CL_RSR_RRI2_STOCK_COVER has no exception.

Method FILL_TS_STOCK_COVER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_TS_STOCK_COVER Call by reference Type reference (TYPE) RRO01_TS_STOCK_COVER stock cover 20121214
2 Importing I_TKX_GEN Call by reference Type reference (TYPE) RRI2_TKX_GEN 20121214

Method FILL_TS_STOCK_COVER on class CL_RSR_RRI2_STOCK_COVER has no exception.

Method GET_STOCK_COVER_IN_INFOPROV Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INFOPROV Call by reference Type reference (TYPE) RSINFOPROV InfoProvider 20130426
2 Importing I_T_DTA_PRO Call by reference Type reference (TYPE) RSD_T_DTA_PRO InfoObject Properties in Data Target 20130429
3 Returning R_STOCK_COVER_IN_INFOPROV Value transfer Type reference (TYPE) RS_BOOL Boolean 20130227

Method GET_STOCK_COVER_IN_INFOPROV on class CL_RSR_RRI2_STOCK_COVER has no exception.

Method RECHECK_FAGGR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_FAGGR Call by reference Type reference (TYPE) RS_BOOL Flag: FAGGR active 20130717

Method RECHECK_FAGGR on class CL_RSR_RRI2_STOCK_COVER has no exception.

Method SET_FAGGR_ONLY_FOR_STOCK_COVER Signature

Method SET_FAGGR_ONLY_FOR_STOCK_COVER on class CL_RSR_RRI2_STOCK_COVER has no parameter.
Method SET_FAGGR_ONLY_FOR_STOCK_COVER on class CL_RSR_RRI2_STOCK_COVER has no exception.

Method _ENHANCE_T_BKYFNM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_T_BKYFNM Call by reference Type reference (TYPE) RRI2_T_BKYFNM 20130130
2 Changing C_WAERSKZ Call by reference Type reference (TYPE) RRWAERSKZ Key figure of currency affected 20130213
3 Importing I_HIGHPRECFL Call by reference Type reference (TYPE) RSDHIGHPRECFL Process key figure with high precision 20130130
4 Importing I_KYFNM Call by reference Type reference (TYPE) C 20130130
5 Importing I_R_BU Call by reference Object reference (TYPE REF TO) CL_RSR_RRI2_BU Some Parts of FST Processing 20130130
6 Importing I_TSX_ISETAGGR Call by reference Type reference (TYPE) RRI2_TSX_ISETAGGR 20130130
7 Importing I_TSX_NKYFNM Call by reference Type reference (TYPE) RRK_TSX_NKYFNM Non-Cumulative Values 20130130
8 Importing I_TS_CHF Call by reference Type reference (TYPE) RRK_TS_CH Mandatory Characteristics 20130130

Method _ENHANCE_T_BKYFNM on class CL_RSR_RRI2_STOCK_COVER has no exception.

Method _FAGGR_COLLECT_BL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_TS_BNR Call by reference Type reference (TYPE) RRSI_TS_SID SID (or Integer) Table 20130201
2 Importing I_GID Call by reference Type reference (TYPE) I 20130201
3 Importing I_TKX_GEN Call by reference Type reference (TYPE) RRI2_TKX_GEN 20130201

Method _FAGGR_COLLECT_BL on class CL_RSR_RRI2_STOCK_COVER has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 740