SAP ABAP Class CL_RSR_RRI2_CELL_BUILDER (Builder for Cells)
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 20130617
Properties
Class CL_RSR_RRI2_CELL_BUILDER  
Short Description Builder for Cells    
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 20130617   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)
Interfaces
Class CL_RSR_RRI2_CELL_BUILDER has no interface implemented.
Friends
Class CL_RSR_RRI2_CELL_BUILDER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 P_FIRST Instance attribute Private Type reference (TYPE) RS_BOOL Flag to remember the first occurance 20130620
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_DISAGGREGATION_SETTINGS Instance method Private Method Check the cells disaggregation settings 20130620
2 CHECK_FOR_CURR_TRANS_IN_LRECH Instance method Private Method Check for currency translation in LRECH 20130620
3 CHECK_IS_FORMULA Instance method Private Method Check if the structure member is a formula 20130620
4 CHECK_MAX_STRUCTURE_MEMBERS Instance method Private Method Check that there are not more structure members than allowed 20130617
5 FILL_CELL_FEMS_INFO Instance method Private Method Fill the FEMS info into the cell 20130617
6 FILL_CELL_FLAGS Instance method Private Method Set some settings flags in the CELL 20130620
7 FILL_CELL_INFO Instance method Public Method Fill cell information 20130617
8 FILL_CELL_INFO_ACELL Instance method Private Method Fill the cell info if there are exception cells 20130617
9 FILL_CELL_INFO_LRECH Instance method Private Method Fill cell info if it is a formula 20130617
10 FILL_CELL_INFO_NO_STRUC Instance method Private Method Fill cell info if there is no structure 20130617
11 FILL_CELL_INFO_ONE_STRUC Instance method Private Method Fill cell info if there is no structure 20130617
12 FILL_CELL_INFO_TWO_STRUC Instance method Private Method Fill cell info if there is no structure 20130617
13 FILL_CELL_SETTINGS Instance method Private Method Fill cell settings 20130617
14 FILL_CURRENCY_TRANSLATION Instance method Private Method Fill the currency translation settings 20130620
15 FILL_DELETE_CELL Instance method Private Method Fill cell to delete 20130619
16 FILL_LRECH Instance method Private Method Fill the LRECH info 20130617
17 GET_CELL_CONTEXT_FOR_MESSAGE Instance method Private Method Get cell context for raising an error message 20130620
18 REMOVE_LRECH_INFO_FOR_CONSTFAG Instance method Private Method Remove the LRECH info if it is a constfag cell 20130619
19 SET_HIDDEN Instance method Private Method Set if the cell shall be hidden 20130620
20 SET_MWKZ Instance method Private Method Set the MWKZ in the cell 20130620
21 SET_QUELL Instance method Private Method Set the QUELL (source) info 20130617
22 SET_QUELL_IN_ACELL Instance method Private Method Set the QUELL info in ACELL 20130617
23 SET_QUELL_IN_STRUC Instance method Private Method set the QUELL info in the structure table 20130617
Events
Class CL_RSR_RRI2_CELL_BUILDER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TP_S_USE Private See coding 20130617 BEGIN OF tp_s_use, eltuid TYPE rs_uniidc25, level TYPE i, nos TYPE i, anz TYPE i, END OF tp_s_use
2 TP_TS_USE Private See coding 20130617 tp_ts_use TYPE SORTED TABLE OF tp_s_use WITH UNIQUE KEY eltuid INITIAL SIZE 30
Method Signatures

Method CHECK_DISAGGREGATION_SETTINGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_TH_CELL Call by reference Type reference (TYPE) RRO01_TH_CELL 20130620

Method CHECK_DISAGGREGATION_SETTINGS on class CL_RSR_RRI2_CELL_BUILDER has no exception.

Method CHECK_FOR_CURR_TRANS_IN_LRECH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INDEX Call by reference Type reference (TYPE) SYTABIX Row Index of Internal Tables 20130620
2 Importing I_TX_LRECH1 Call by reference Type reference (TYPE) RRI2_TX_LRECH1 20130620
3 Returning R_VAR Value transfer Type reference (TYPE) RS_BOOL Boolean 20130620

Method CHECK_FOR_CURR_TRANS_IN_LRECH on class CL_RSR_RRI2_CELL_BUILDER has no exception.

Method CHECK_IS_FORMULA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ELTUID Call by reference Type reference (TYPE) RZI0_ELTUID 20130620
2 Importing I_TH_STRUC Call by reference Type reference (TYPE) RRI2_TH_STRUC 20130620
3 Returning R_IS_FORMULA Value transfer Type reference (TYPE) RS_BOOL 20130620

Method CHECK_IS_FORMULA on class CL_RSR_RRI2_CELL_BUILDER has no exception.

Method CHECK_MAX_STRUCTURE_MEMBERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TH_STRUC Call by reference Type reference (TYPE) RRI2_TH_STRUC RZI0_THX_FORM Projection 20130617

Method CHECK_MAX_STRUCTURE_MEMBERS on class CL_RSR_RRI2_CELL_BUILDER has no exception.

Method FILL_CELL_FEMS_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_S_CELL Call by reference Type reference (TYPE) RRO01_S_CELL 20130617
2 Importing I_R_CURMEM Call by reference Object reference (TYPE REF TO) CL_RSR_RRI2_CURRENT_MEMBER 20130617
3 Importing I_THX_KENNZ Call by reference Type reference (TYPE) RRI2_THX_KENNZ 20130617
4 Importing I_TH_FEMZ Call by reference Type reference (TYPE) RRI2_TH_FEMZ 20130617
5 Importing I_TSX_FK Call by reference Type reference (TYPE) RRI2_TSX_FK 20130617

Method FILL_CELL_FEMS_INFO on class CL_RSR_RRI2_CELL_BUILDER has no exception.

Method FILL_CELL_FLAGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_TH_CELL Call by reference Type reference (TYPE) RRO01_TH_CELL 20130620
2 Changing C_TX_LRECH1 Call by reference Type reference (TYPE) RRI2_TX_LRECH1 20130620
3 Importing I_R_LRECH Call by reference Object reference (TYPE REF TO) CL_RSR_RRI2_LRECH Some Parts of LRECH Processing 20130620
4 Importing I_TH_STRUC1 Call by reference Type reference (TYPE) RRI2_TH_STRUC 20130620
5 Importing I_TH_STRUC2 Call by reference Type reference (TYPE) RRI2_TH_STRUC 20130620

Method FILL_CELL_FLAGS on class CL_RSR_RRI2_CELL_BUILDER has no exception.

Method FILL_CELL_INFO 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) RRO01_S_RKB1F 20130617
2 Changing C_THX_VAR Call by reference Type reference (TYPE) RRO01_THX_VAR 20130617
3 Changing C_THX_VREP Call by reference Type reference (TYPE) RRO01_THX_VREP 20130617
4 Changing C_TH_ACELL Call by reference Type reference (TYPE) RRI2_TH_ACELL 20130617
5 Changing C_TH_STRUC1 Call by reference Type reference (TYPE) RRI2_TH_STRUC 20130617
6 Changing C_TH_STRUC2 Call by reference Type reference (TYPE) RRI2_TH_STRUC 20130617
7 Changing C_TSX_CHF Call by reference Type reference (TYPE) RRK_TSX_CHF 20130617
8 Changing C_TSX_FST Call by reference Type reference (TYPE) RZI0_TSX_FST 20130617
9 Changing C_TS_CTTNM Call by reference Type reference (TYPE) RRO01_TS_CTTNM 20130617
10 Exporting E_TH_CELL Call by reference Type reference (TYPE) RRO01_TH_CELL 20130617
11 Exporting E_TX_LRECH1 Call by reference Type reference (TYPE) RRI2_TX_LRECH1 20130617
12 Importing I_R_CURMEM Call by reference Object reference (TYPE REF TO) CL_RSR_RRI2_CURRENT_MEMBER 20130617
13 Importing I_R_FAGGR Call by reference Object reference (TYPE REF TO) CL_RSR_RRI2_FAGGR 20130617
14 Importing I_R_LRECH Call by reference Object reference (TYPE REF TO) CL_RSR_RRI2_LRECH Some Parts of LRECH Processing 20130619
15 Importing I_R_PLAN Call by reference Object reference (TYPE REF TO) CL_RSR_RRI2_PLAN 20130617
16 Importing I_THX_KENNZ Call by reference Type reference (TYPE) RRI2_THX_KENNZ 20130617
17 Importing I_TH_FEMZ Call by reference Type reference (TYPE) RRI2_TH_FEMZ 20130617
18 Importing I_TSX_FK Call by reference Type reference (TYPE) RRI2_TSX_FK 20130617
19 Importing I_TS_CHFP Call by reference Type reference (TYPE) RRK_TS_CHFP 20130617
20 Importing I_TS_LOOKUP Call by reference Type reference (TYPE) RRO01_TS_LOOKUP 20130617
21 Importing I_T_MEM Call by reference Type reference (TYPE) RRO01_T_MEM 20130617

Method FILL_CELL_INFO on class CL_RSR_RRI2_CELL_BUILDER has no exception.

Method FILL_CELL_INFO_ACELL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_TH_CELL Call by reference Type reference (TYPE) RRO01_TH_CELL 20130617
2 Importing I_R_CURMEM Call by reference Object reference (TYPE REF TO) CL_RSR_RRI2_CURRENT_MEMBER 20130617
3 Importing I_R_PLAN Call by reference Object reference (TYPE REF TO) CL_RSR_RRI2_PLAN 20130617
4 Importing I_THX_KENNZ Call by reference Type reference (TYPE) RRI2_THX_KENNZ 20130617
5 Importing I_TH_ACELL Call by reference Type reference (TYPE) RRI2_TH_ACELL 20130617
6 Importing I_TH_FEMZ Call by reference Type reference (TYPE) RRI2_TH_FEMZ 20130617
7 Importing I_TSX_FK Call by reference Type reference (TYPE) RRI2_TSX_FK 20130617

Method FILL_CELL_INFO_ACELL on class CL_RSR_RRI2_CELL_BUILDER has no exception.

Method FILL_CELL_INFO_LRECH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_TH_CELL Call by reference Type reference (TYPE) RRO01_TH_CELL 20130617
2 Changing C_TSX_CHF Call by reference Type reference (TYPE) RRK_TSX_CHF 20130617
3 Exporting E_TX_LRECH1 Call by reference Type reference (TYPE) RRI2_TX_LRECH1 20130617
4 Importing I_COMPDIM Call by reference Type reference (TYPE) RRO01_S_RKB1F-COMPDIM 20130617
5 Importing I_R_FAGGR Call by reference Object reference (TYPE REF TO) CL_RSR_RRI2_FAGGR 20130617
6 Importing I_R_LRECH Call by reference Object reference (TYPE REF TO) CL_RSR_RRI2_LRECH Some Parts of LRECH Processing 20130619
7 Importing I_R_PLAN Call by reference Object reference (TYPE REF TO) CL_RSR_RRI2_PLAN 20130617
8 Importing I_TH_ACELL Call by reference Type reference (TYPE) RRI2_TH_ACELL 20130617
9 Importing I_TSX_FST Call by reference Type reference (TYPE) RZI0_TSX_FST 20130617
10 Importing I_TS_CHFP Call by reference Type reference (TYPE) RRK_TS_CHFP 20130617
11 Importing I_TS_LOOKUP Call by reference Type reference (TYPE) RRO01_TS_LOOKUP 20130617

Method FILL_CELL_INFO_LRECH on class CL_RSR_RRI2_CELL_BUILDER has no exception.

Method FILL_CELL_INFO_NO_STRUC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_TH_CELL Call by reference Type reference (TYPE) RRO01_TH_CELL 20130617
2 Importing I_R_CURMEM Call by reference Object reference (TYPE REF TO) CL_RSR_RRI2_CURRENT_MEMBER 20130617
3 Importing I_R_PLAN Call by reference Object reference (TYPE REF TO) CL_RSR_RRI2_PLAN 20130617
4 Importing I_THX_KENNZ Call by reference Type reference (TYPE) RRI2_THX_KENNZ 20130617
5 Importing I_TH_FEMZ Call by reference Type reference (TYPE) RRI2_TH_FEMZ 20130617
6 Importing I_TSX_FK Call by reference Type reference (TYPE) RRI2_TSX_FK 20130617

Method FILL_CELL_INFO_NO_STRUC on class CL_RSR_RRI2_CELL_BUILDER has no exception.

Method FILL_CELL_INFO_ONE_STRUC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_TH_CELL Call by reference Type reference (TYPE) RRO01_TH_CELL 20130617
2 Importing I_R_CURMEM Call by reference Object reference (TYPE REF TO) CL_RSR_RRI2_CURRENT_MEMBER 20130617
3 Importing I_R_PLAN Call by reference Object reference (TYPE REF TO) CL_RSR_RRI2_PLAN 20130617
4 Importing I_THX_KENNZ Call by reference Type reference (TYPE) RRI2_THX_KENNZ 20130617
5 Importing I_TH_FEMZ Call by reference Type reference (TYPE) RRI2_TH_FEMZ 20130617
6 Importing I_TH_STRUC1 Value transfer Type reference (TYPE) RRI2_TH_STRUC RZI0_THX_FORM Projection 20130617
7 Importing I_TSX_FK Call by reference Type reference (TYPE) RRI2_TSX_FK 20130617

Method FILL_CELL_INFO_ONE_STRUC on class CL_RSR_RRI2_CELL_BUILDER has no exception.

Method FILL_CELL_INFO_TWO_STRUC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_TH_CELL Call by reference Type reference (TYPE) RRO01_TH_CELL 20130617
2 Importing I_R_CURMEM Call by reference Object reference (TYPE REF TO) CL_RSR_RRI2_CURRENT_MEMBER 20130617
3 Importing I_R_PLAN Call by reference Object reference (TYPE REF TO) CL_RSR_RRI2_PLAN 20130617
4 Importing I_THX_KENNZ Call by reference Type reference (TYPE) RRI2_THX_KENNZ 20130617
5 Importing I_TH_FEMZ Call by reference Type reference (TYPE) RRI2_TH_FEMZ 20130617
6 Importing I_TH_STRUC1 Value transfer Type reference (TYPE) RRI2_TH_STRUC RZI0_THX_FORM Projection 20130617
7 Importing I_TH_STRUC2 Value transfer Type reference (TYPE) RRI2_TH_STRUC RZI0_THX_FORM Projection 20130617
8 Importing I_TSX_FK Call by reference Type reference (TYPE) RRI2_TSX_FK 20130617

Method FILL_CELL_INFO_TWO_STRUC on class CL_RSR_RRI2_CELL_BUILDER has no exception.

Method FILL_CELL_SETTINGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_S_CELL Call by reference Type reference (TYPE) RRO01_S_CELL 20130617
2 Importing I_R_PLAN Call by reference Object reference (TYPE REF TO) CL_RSR_RRI2_PLAN 20130617

Method FILL_CELL_SETTINGS on class CL_RSR_RRI2_CELL_BUILDER has no exception.

Method FILL_CURRENCY_TRANSLATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_THX_VAR Call by reference Type reference (TYPE) RRO01_THX_VAR 20130620
2 Changing C_THX_VREP Call by reference Type reference (TYPE) RRO01_THX_VREP 20130620
3 Changing C_TH_CELL Call by reference Type reference (TYPE) RRO01_TH_CELL 20130620
4 Changing C_TS_CTTNM Call by reference Type reference (TYPE) RRO01_TS_CTTNM 20130620
5 Importing I_TX_LRECH1 Call by reference Type reference (TYPE) RRI2_TX_LRECH1 20130620

Method FILL_CURRENCY_TRANSLATION on class CL_RSR_RRI2_CELL_BUILDER has no exception.

Method FILL_DELETE_CELL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_S_CELL Call by reference Type reference (TYPE) RRO01_S_CELL 20130619

Method FILL_DELETE_CELL on class CL_RSR_RRI2_CELL_BUILDER has no exception.

Method FILL_LRECH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_CNT Call by reference Type reference (TYPE) I 20130617
2 Changing C_RCZ Call by reference Type reference (TYPE) RRI2_RCZ 20130617
3 Changing C_S_CELL Call by reference Type reference (TYPE) RRO01_S_CELL 20130617
4 Changing C_TH_CELL Call by reference Type reference (TYPE) RRO01_TH_CELL 20130617
5 Changing C_TSX_CHF Call by reference Type reference (TYPE) RRK_TSX_CHF 20130617
6 Changing C_TXTLG_STRUC1 Call by reference Type reference (TYPE) RZI0_S_ELTTXT-TXTLG 20130617
7 Changing C_TXTLG_STRUC2 Call by reference Type reference (TYPE) RZI0_S_ELTTXT-TXTLG 20130617
8 Changing C_TX_LRECH1 Call by reference Type reference (TYPE) RRI2_TX_LRECH1 20130617
9 Importing I_R_FAGGR Call by reference Object reference (TYPE REF TO) CL_RSR_RRI2_FAGGR 20130617
10 Importing I_R_LRECH Call by reference Object reference (TYPE REF TO) CL_RSR_RRI2_LRECH Some Parts of LRECH Processing 20130619
11 Importing I_R_PLAN Call by reference Object reference (TYPE REF TO) CL_RSR_RRI2_PLAN 20130617
12 Importing I_TH_ACELL Call by reference Type reference (TYPE) RRI2_TH_ACELL 20130617
13 Importing I_TH_ACELL1 Call by reference Type reference (TYPE) RRI2_TH_ACELL1 20130617
14 Importing I_TSX_FST Call by reference Type reference (TYPE) RZI0_TSX_FST 20130617
15 Importing I_TS_CHFP Call by reference Type reference (TYPE) RRK_TS_CHFP 20130617
16 Importing I_TS_LOOKUP Call by reference Type reference (TYPE) RRO01_TS_LOOKUP 20130617

Method FILL_LRECH on class CL_RSR_RRI2_CELL_BUILDER has no exception.

Method GET_CELL_CONTEXT_FOR_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_TH_ERR_ELTUID Call by reference Type reference (TYPE) RZI0_TH_ELTUID 20130620
2 Exporting E_ELTUID1 Call by reference Type reference (TYPE) RZI0_ELTUID 20130620
3 Exporting E_ELTUID2 Call by reference Type reference (TYPE) RZI0_ELTUID 20130620
4 Exporting E_HELPI Call by reference Type reference (TYPE) I 20130620
5 Importing I_S_CELL Call by reference Type reference (TYPE) RRO01_S_CELL 20130620
6 Importing I_TH_STRUC1 Call by reference Type reference (TYPE) RRI2_TH_STRUC 20130620
7 Importing I_TH_STRUC2 Call by reference Type reference (TYPE) RRI2_TH_STRUC 20130620

Method GET_CELL_CONTEXT_FOR_MESSAGE on class CL_RSR_RRI2_CELL_BUILDER has no exception.

Method REMOVE_LRECH_INFO_FOR_CONSTFAG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_TX_LRECH1 Call by reference Type reference (TYPE) RRI2_TX_LRECH1 20130619

Method REMOVE_LRECH_INFO_FOR_CONSTFAG on class CL_RSR_RRI2_CELL_BUILDER has no exception.

Method SET_HIDDEN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_TH_CELL Call by reference Type reference (TYPE) RRO01_TH_CELL 20130620
2 Importing I_T_MEM Call by reference Type reference (TYPE) RRO01_T_MEM 20130620

Method SET_HIDDEN on class CL_RSR_RRI2_CELL_BUILDER has no exception.

Method SET_MWKZ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_DDIC_DEF Call by reference Type reference (TYPE) RRDDICDEF A default was determined in the RSDI or the calc. key figure 20130620
2 Changing C_DFLT_PREC Call by reference Type reference (TYPE) RRPREC Number of Decimal Places Local in Processor 20130620
3 Changing C_DFLT_SCALE Call by reference Type reference (TYPE) RRSCALE StrMember: Scaling factor of a number 20130620
4 Changing C_MAX_PREC Call by reference Type reference (TYPE) RRPREC Number of Decimal Places Local in Processor 20130620
5 Changing C_MWKZ Call by reference Type reference (TYPE) RRMWKZ Grouping of the key figures 20130620
6 Changing C_WAERSKZ Call by reference Type reference (TYPE) RRWAERSKZ Key figure of currency affected 20130620
7 Importing I_OPERA Call by reference Type reference (TYPE) RSZOPERA Formula operator 20130620
8 Importing I_S_CELL Call by reference Type reference (TYPE) RRO01_S_CELL 20130620

Method SET_MWKZ on class CL_RSR_RRI2_CELL_BUILDER has no exception.

Method SET_QUELL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_TH_ACELL Call by reference Type reference (TYPE) RRI2_TH_ACELL 20130617
2 Changing C_TH_STRUC1 Call by reference Type reference (TYPE) RRI2_TH_STRUC 20130617
3 Changing C_TH_STRUC2 Call by reference Type reference (TYPE) RRI2_TH_STRUC 20130617
4 Changing C_TSX_FST Call by reference Type reference (TYPE) RZI0_TSX_FST 20130617

Method SET_QUELL on class CL_RSR_RRI2_CELL_BUILDER has no exception.

Method SET_QUELL_IN_ACELL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_TH_ACELL Call by reference Type reference (TYPE) RRI2_TH_ACELL 20130617
2 Importing I_TS_USE Call by reference Type reference (TYPE) TP_TS_USE 20130617

Method SET_QUELL_IN_ACELL on class CL_RSR_RRI2_CELL_BUILDER has no exception.

Method SET_QUELL_IN_STRUC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_TH_STRUC Call by reference Type reference (TYPE) RRI2_TH_STRUC RZI0_THX_FORM Projection 20130617
2 Importing I_TS_USE Call by reference Type reference (TYPE) TP_TS_USE 20130617

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