SAP ABAP Class CL_RSPLS_TREX_SRV (TREX Services)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-PLA (Application Component) Planning
     RSPLS (Package) Planning: General Services
Properties
Class CL_RSPLS_TREX_SRV  
Short Description TREX Services    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSPLS   Planning: General Services 
Created 20100922   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 CL_RSDD_CUBECREATOR Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 CL_RSPLS_PLAN_BUFFER Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
4 CL_RSPLS_TREX_SRV Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
5 CL_RSR_STORE_STRUCT Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
6 IF_RSR_PE_ADAPTER Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
7 RS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
8 RSD Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_RSPLS_TREX_SRV has no interface implemented.
Friends
Class CL_RSPLS_TREX_SRV has no friend class.
Attributes
Class CL_RSPLS_TREX_SRV has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 ADD_TECHNICAL_ATTRIBUTES Static method Public Method Extends the attribute list for technical attributes 20120618
2 FILTER_BY_SELDR Static method Public Method Filters a TREX index against a simple RSDD_TSX_SELDR 20110225
3 GET_ABAP_COMPDESCR Static method Public Method Returns the associated ABAP component description 20100930
4 GET_ATTR_TYPES_FROM_INFOPROV Static method Public Method Gets the attribute type structure table of InfoProvider 20110527
5 GET_COMPONENT Static method Public Method Transforms the component description 20110415
6 GET_COMPONENTS Static method Public Method Transforms the component description 20100922
7 GET_DTA Static method Public Method Data Target Properties (View of InfoCube and ODS Obj.) 20110503
8 GET_DTA_PRO Static method Public Method Properites of info objects of InfoProvider 20110114
9 GET_INIT_VALUE Static method Public Method Gets the TREX-relevant initial value 20110601
10 GET_MP_ATTRIBUTE_MAPPING Static method Public Method Liefert das MultiProvider -> PartProvider Mapping 20121217
11 GET_PM_ATTRIBUTE_MAPPING Static method Public Method Liefert das PartProvider -> MultiProvider Mapping 20121217
12 GET_REQS Static method Public Method Gets the characteristics/key figure table for STORE object 20110527
13 GET_RSDRV_NAME_MAPPER Static method Public Method Gets IF_RSDRV_TREX_NAME_MAPPER instance 20110531
14 GET_RSR_NAME_MAPPER_BY_ATTR Static method Public Method Gets IF_RSR_NAME_MAPPER instance 20110705
15 GET_RSR_NAME_MAPPER_BY_REQS Static method Public Method Gets IF_RSR_NAME_MAPPER instance 20110531
16 GET_RSR_NAME_MAPPER_BY_SFCK Static method Public Method Gets IF_RSR_NAME_MAPPER instance 20110531
17 GET_SFCK Static method Public Method Returns the attribute-/key-figure-table to a STRUCT object 20120618
18 GET_STORE Static method Public Method 20120727
19 GET_STORE_STRUCT_BY_ATTR Static method Public Method Gets the associated STORE structure description 20111020
20 GET_STORE_STRUCT_BY_REQS Static method Public Method Gets the associated STORE structure description 20111020
21 GET_STORE_STRUCT_BY_SFCK Static method Public Method Gets the associated STORE structure description 20110531
22 PROJECT_MULTI_PROVIDER Static method Public Method Projeziert MultiProvider auf den angegebenen PartProvider 20120820
23 PROJECT_MULTI_TO_PART_PROVIDER Static method Public Method Projeziert MultiProvider auf den angegebenen PartProvider 20121217
24 UPDATE_VIEW_STATE Static method Public Method Sets the current STORE fill state 20110527
25 UPDATE_VIEW_STATE_BY_REQ Static method Public Method Sets the current STORE fill state 20120629
26 UPDATE_VIEW_STATE_BY_SFC Static method Public Method Sets the current STORE fill state 20110531
Events
Class CL_RSPLS_TREX_SRV has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TN_SX_BUFFER_STORE Public See coding Puffer STORE Struktur 20121217 BEGIN OF tn_sx_buffer_store, infoprov TYPE rsinfoprov, buffer TYPE REF TO cl_rspls_buffer_b, store TYPE REF TO cl_rsr_store, END OF tn_sx_buffer_store
2 TN_THX_BUFFER_STORE_TABLE Public See coding Tabelle der Puffer STORE Struktur 20121217 tn_thx_buffer_store_table TYPE HASHED TABLE OF tn_sx_buffer_store WITH UNIQUE KEY infoprov
3 TP_SX_ATTR_TYPE_FIELD Public See coding 20110705 BEGIN OF tp_sx_attr_type_field, attr_type TYPE cl_rsr_store_struct=>tn_s_attr_type, fieldnm TYPE cl_rsr_store_struct=>tn_fieldnm, END OF tp_sx_attr_type_field
4 TP_THX_ATTR_TYPE_FIELD Public See coding 20110705 tp_thx_attr_type_field TYPE HASHED TABLE OF tp_sx_attr_type_field WITH UNIQUE KEY attr_type fieldnm
Method Signatures

Method ADD_TECHNICAL_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_TH_ATTR_TYPE Call by reference Type reference (TYPE) CL_RSR_STORE_STRUCT=>TN_TH_ATTR_TYPE Attribut-Typ Struktur-Tabelle 20120618
2 Importing I_TLOGO Call by reference Type reference (TYPE) RSTLOGO BW: Objekttyp (TLOGO) 20120618

Method ADD_TECHNICAL_ATTRIBUTES on class CL_RSPLS_TREX_SRV has no exception.

Method FILTER_BY_SELDR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_STORE Call by reference Object reference (TYPE REF TO) CL_RSR_STORE STORE Beschreibung 20110606
2 Importing I_TH_SFC Call by reference Type reference (TYPE) RSDD_TH_SFC Tabelle der benötigten Merkmale usw. 20110225
3 Importing I_TSX_SELDR Call by reference Type reference (TYPE) RSDD_TSX_SELDR Selektions-Beschreibung 20110225
4 Returning R_R_STORE Value transfer Object reference (TYPE REF TO) CL_RSR_STORE STORE Beschreibung 20110606

Method FILTER_BY_SELDR on class CL_RSPLS_TREX_SRV has no exception.

Method GET_ABAP_COMPDESCR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_AS_SID Call by reference Type reference (TYPE) RS_BOOL Boolean: X = TRUE; ' ' = FALSE 20100930
2 Importing I_IOBJNM Call by reference Type reference (TYPE) RSIOBJNM Info-Objekt Name 20100930
3 Returning R_S_COMPDESCR Value transfer Type reference (TYPE) ABAP_COMPDESCR ABAP Komponenten-Beschreibung 20100930

Method GET_ABAP_COMPDESCR on class CL_RSPLS_TREX_SRV has no exception.

Method GET_ATTR_TYPES_FROM_INFOPROV Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ADD_TECHNICAL_ATTRIBUTES Call by reference Type reference (TYPE) RS_BOOL RS_C_TRUE TRUE: Fügt providerspeziefische tenchnische Attribute hinzu 20120820
2 Importing I_INFOPROV Call by reference Type reference (TYPE) RSINFOPROV InfoProvider 20110527
3 Importing I_RECOGNIZE_AGGRGEN Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Berücksichtigt das Aggregationsverhalten 20120618
4 Importing I_R_RSPLS_PROFILE Call by reference Object reference (TYPE REF TO) CL_RSPLS_PROFILE Planungsprofil 20120618
5 Returning R_TH_ATTR_TYPE Value transfer Type reference (TYPE) CL_RSR_STORE_STRUCT=>TN_TH_ATTR_TYPE Attribut-Typ Struktur-Tabelle 20110527

Method GET_ATTR_TYPES_FROM_INFOPROV on class CL_RSPLS_TREX_SRV has no exception.

Method GET_COMPONENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_S_COMPDESCR Call by reference Type reference (TYPE) ABAP_COMPDESCR Komponenten Beschreibungen 20110415
2 Returning R_S_COMPONENTDESCR Value transfer Type reference (TYPE) ABAP_COMPONENTDESCR Komponenten Beschreibungen 20110415

Method GET_COMPONENT on class CL_RSPLS_TREX_SRV has no exception.

Method GET_COMPONENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_T_COMPDESCR Call by reference Type reference (TYPE) ABAP_COMPDESCR_TAB Komponenten Beschreibungen 20100922
2 Returning R_T_COMPONENTDESCR Value transfer Type reference (TYPE) ABAP_COMPONENT_TAB Komponenten Beschreibungen 20100922

Method GET_COMPONENTS on class CL_RSPLS_TREX_SRV has no exception.

Method GET_DTA 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 20110503
2 Returning R_S_DTA Value transfer Type reference (TYPE) RSD_S_DTA Eigenschaften Datenziels (View über InfoCube und ODS Obj.) 20110503

Method GET_DTA on class CL_RSPLS_TREX_SRV has no exception.

Method GET_DTA_PRO 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 20110114
2 Returning R_T_DTA_PRO Value transfer Type reference (TYPE) RSD_T_DTA_PRO Eigenschaften von InfoObjects im Datenziel 20110114

Method GET_DTA_PRO on class CL_RSPLS_TREX_SRV has no exception.

Method GET_INIT_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_COMPONENT_DESCR Call by reference Type reference (TYPE) ABAP_SIMPLE_COMPONENTDESCR ABAP Komponenten-Beschreibung 20110601
2 Returning R_VALUE Value transfer Type reference (TYPE) STRING Typspeziefischer Initialwert 20110601

Method GET_INIT_VALUE on class CL_RSPLS_TREX_SRV has no exception.

Method GET_MP_ATTRIBUTE_MAPPING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_R_STORE_PP Call by reference Object reference (TYPE REF TO) CL_RSR_STORE STORE Beschreibung - PartProvider 20121217
2 Exporting E_T_CONST_MAPPING Call by reference Type reference (TYPE) TREXT_PE_CONST_MAP_SET 20121217
3 Exporting E_T_NAME_MAPPING Call by reference Type reference (TYPE) TREXT_PE_NAME_MAP_SET 20121217
4 Importing I_MULTIPROV Call by reference Type reference (TYPE) RSINFOPROV MultiProvider 20121217
5 Importing I_PARTPROV Call by reference Type reference (TYPE) RSINFOPROV PartProvider 20121217
6 Importing I_R_STORE_MP Call by reference Object reference (TYPE REF TO) CL_RSR_STORE STORE Beschreibung - MultiProvider 20121217

Method GET_MP_ATTRIBUTE_MAPPING on class CL_RSPLS_TREX_SRV has no exception.

Method GET_PM_ATTRIBUTE_MAPPING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_HAS_SID_CONVERTS Call by reference Type reference (TYPE) RS_BOOL Der MultiProvider hat gemappte SID convert Felder 20130115
2 Exporting E_TH_SID_CONVERT Call by reference Type reference (TYPE) CL_RSPLS_PLAN_BUFFER=>TN_TH_SID_CONVERT Tabelle der Klammerung von IOBJ-Name zu SID convert Feldname 20130118
3 Exporting E_T_CONST_MAPPING Call by reference Type reference (TYPE) TREXT_PE_CONST_MAP_SET 20121217
4 Exporting E_T_NAME_MAPPING Call by reference Type reference (TYPE) TREXT_PE_NAME_MAP_SET 20121217
5 Importing I_MULTIPROV Call by reference Type reference (TYPE) RSINFOPROV MultiProvider 20121217
6 Importing I_PARTPROV Call by reference Type reference (TYPE) RSINFOPROV PartProvider 20121217
7 Importing I_R_STORE_STRUCT_MP Call by reference Object reference (TYPE REF TO) CL_RSR_STORE_STRUCT STORE Struktur-Beschreibung - MultiProvider 20121217
8 Importing I_R_STORE_STRUCT_PP Call by reference Object reference (TYPE REF TO) CL_RSR_STORE_STRUCT STORE Struktur-Beschreibung - PartProvider 20121217

Method GET_PM_ATTRIBUTE_MAPPING on class CL_RSPLS_TREX_SRV has no exception.

Method GET_REQS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_TH_REQ_C Call by reference Type reference (TYPE) RSPLS_TH_REQ_C Tabelle der benötigten Merkmale im Delta-Buffer 20110527
2 Exporting E_TH_REQ_K Call by reference Type reference (TYPE) RSPLS_TH_REQ_K Tabelle der benötigten Kennzahlen im Delta-Buffer 20110527
3 Importing I_RECOGNIZE_FILL_STATE Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Berücksichtigt die STORE Füllstandsanzeige 20120629
4 Importing I_R_STORE Call by reference Object reference (TYPE REF TO) CL_RSR_STORE STORE Beschreibung 20110531

Method GET_REQS on class CL_RSPLS_TREX_SRV has no exception.

Method GET_RSDRV_NAME_MAPPER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_RSR_STORE Call by reference Object reference (TYPE REF TO) CL_RSR_STORE STORE Beschreibung 20110531
2 Returning R_R_RSDRV_TREX_NAME_MAPPER Value transfer Object reference (TYPE REF TO) IF_RSDRV_TREX_NAME_MAPPER Name Mapper BI <-> Trex View attributes 20110531

Method GET_RSDRV_NAME_MAPPER on class CL_RSPLS_TREX_SRV has no exception.

Method GET_RSR_NAME_MAPPER_BY_ATTR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_THX_ATTR_TYPE_FIELD Call by reference Type reference (TYPE) CL_RSPLS_TREX_SRV=>TP_THX_ATTR_TYPE_FIELD Tabelle der benötigten Basiskennzahlen 20110705
2 Returning R_R_RSR_NAME_MAPPER Value transfer Object reference (TYPE REF TO) IF_RSR_NAME_MAPPER STORE Namens-Mapper 20110705

Method GET_RSR_NAME_MAPPER_BY_ATTR on class CL_RSPLS_TREX_SRV has no exception.

Method GET_RSR_NAME_MAPPER_BY_REQS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TH_REQ_C Call by reference Type reference (TYPE) RSPLS_TH_REQ_C Tabelle der benötigten Merkmale des Delta-Buffers 20110531
2 Importing I_TH_REQ_K Call by reference Type reference (TYPE) RSPLS_TH_REQ_K Tabelle der benötigten Kennzahlen des Delta-Buffers 20110531
3 Returning R_R_RSR_NAME_MAPPER Value transfer Object reference (TYPE REF TO) IF_RSR_NAME_MAPPER STORE Namens-Mapper 20110531

Method GET_RSR_NAME_MAPPER_BY_REQS on class CL_RSPLS_TREX_SRV has no exception.

Method GET_RSR_NAME_MAPPER_BY_SFCK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TH_SFC Call by reference Type reference (TYPE) RSDD_TH_SFC Tabelle der benötigten Merkmale usw. 20110531
2 Importing I_TH_SFK Call by reference Type reference (TYPE) RSDD_TH_SFK Tabelle der benötigten Basiskennzahlen 20110531
3 Returning R_R_RSR_NAME_MAPPER Value transfer Object reference (TYPE REF TO) IF_RSR_NAME_MAPPER STORE Namens-Mapper 20110531

Method GET_RSR_NAME_MAPPER_BY_SFCK on class CL_RSPLS_TREX_SRV has no exception.

Method GET_SFCK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_TH_SFC Call by reference Type reference (TYPE) RSDD_TH_SFC Tabelle der benötigten Merkmale usw. 20120618
2 Exporting E_TH_SFK Call by reference Type reference (TYPE) RSDD_TH_SFK Tabelle der benötigten Basiskennzahlen 20120618
3 Importing I_INFOPROV Call by reference Type reference (TYPE) RSINFOPROV InfoProvider 20120618
4 Importing I_RECOGNIZE_AGGRGEN Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Berücksichtigt das Aggregationsverhalten 20120618
5 Importing I_R_STORE_STRUCT Call by reference Object reference (TYPE REF TO) CL_RSR_STORE_STRUCT STORE Struktur-Beschreibung 20120618

Method GET_SFCK on class CL_RSPLS_TREX_SRV has no exception.

Method GET_STORE 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 20120727
2 Importing I_LIFECYCLE_HANDLING Call by reference Type reference (TYPE) IF_RSR_PE_ADAPTER=>TN_LIFECYCLE_HANDLING 20121011
3 Importing I_R_STORE_STRUCT Call by reference Object reference (TYPE REF TO) CL_RSR_STORE_STRUCT STORE Struktur-Beschreibung 20120727
4 Importing I_SRDATE Call by reference Type reference (TYPE) RRSRDATE Datum mit dem Texte, Attribute und Hierarch. gelesen werden 20130604
5 Importing I_THX_ATTR Call by reference Type reference (TYPE) CL_RSR_STORE_STRUCT=>TN_THX_ATTR Attribut Struktur-Tabelle 20120727
6 Returning R_R_STORE Value transfer Object reference (TYPE REF TO) CL_RSR_STORE STORE Beschreibung 20120727

Method GET_STORE on class CL_RSPLS_TREX_SRV has no exception.

Method GET_STORE_STRUCT_BY_ATTR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_THX_ATTR_TYPE_FIELD Call by reference Type reference (TYPE) CL_RSPLS_TREX_SRV=>TP_THX_ATTR_TYPE_FIELD Tabelle der Attribut-Typ Feld Beschreibungen 20111020
2 Returning R_R_STORE_STRUCT Value transfer Object reference (TYPE REF TO) CL_RSR_STORE_STRUCT STORE Struktur-Beschreibung 20111020

Method GET_STORE_STRUCT_BY_ATTR on class CL_RSPLS_TREX_SRV has no exception.

Method GET_STORE_STRUCT_BY_REQS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_IGNORE_FILL_STATE Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE TRUE: Ignoriert den Füllzustand; FALSE berücksichtigt ihn 20111020
2 Importing I_TH_REQ_C Call by reference Type reference (TYPE) RSPLS_TH_REQ_C Tabelle der benötigten Merkmale im Delta-Buffer 20111020
3 Importing I_TH_REQ_K Call by reference Type reference (TYPE) RSPLS_TH_REQ_K Tabelle der benötigten Kennzahlen Delta-Buffer 20111020
4 Returning R_R_STORE_STRUCT Value transfer Object reference (TYPE REF TO) CL_RSR_STORE_STRUCT STORE Struktur-Beschreibung 20111020

Method GET_STORE_STRUCT_BY_REQS on class CL_RSPLS_TREX_SRV has no exception.

Method GET_STORE_STRUCT_BY_SFCK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_IGNORE_FILL_STATE Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE TRUE: Ignoriert den Füllzustand; FALSE berücksichtigt ihn 20110727
2 Importing I_TH_SFC Call by reference Type reference (TYPE) RSDD_TH_SFC Tabelle der benötigten Merkmale usw. 20110531
3 Importing I_TH_SFK Call by reference Type reference (TYPE) RSDD_TH_SFK Tabelle der benötigten Basiskennzahlen 20110531
4 Returning R_R_STORE_STRUCT Value transfer Object reference (TYPE REF TO) CL_RSR_STORE_STRUCT STORE Struktur-Beschreibung 20110531

Method GET_STORE_STRUCT_BY_SFCK on class CL_RSPLS_TREX_SRV has no exception.

Method PROJECT_MULTI_PROVIDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_MULTIPROV Call by reference Type reference (TYPE) RSINFOPROV InfoProvider eines Multiproviders 20120820
2 Importing I_PARTPROV Call by reference Type reference (TYPE) RSINFOPROV InfoProvider eines Partproviders 20120820
3 Importing I_R_STORE Call by reference Object reference (TYPE REF TO) CL_RSR_STORE STORE Beschreibung 20120820
4 Importing I_R_STORE_STRUCT Call by reference Object reference (TYPE REF TO) CL_RSR_STORE_STRUCT STORE Struktur-Beschreibung 20120820
5 Returning R_R_STORE Value transfer Object reference (TYPE REF TO) CL_RSR_STORE STORE Beschreibung 20120820

Method PROJECT_MULTI_PROVIDER on class CL_RSPLS_TREX_SRV has no exception.

Method PROJECT_MULTI_TO_PART_PROVIDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_MULTIPROV Call by reference Type reference (TYPE) RSINFOPROV InfoProvider eines Multiproviders 20121217
2 Importing I_PREPARE_TO_WRITE Call by reference Type reference (TYPE) RS_BOOL RS_C_TRUE TRUE: bereitet die Daten zum Schreiben vor 20121217
3 Importing I_R_STORE Call by reference Object reference (TYPE REF TO) CL_RSR_STORE STORE Beschreibung 20121217
4 Importing I_TS_PROV_DTA Call by reference Type reference (TYPE) RSPLS_TS_PROV_DTA Tabelle der Basis_Delta_buffer 20121217
5 Returning R_THX_BUFFER_STORE Value transfer Type reference (TYPE) CL_RSPLS_TREX_SRV=>TN_THX_BUFFER_STORE_TABLE Tabelle der Puffer STORE Strukturen 20121217

Method PROJECT_MULTI_TO_PART_PROVIDER on class CL_RSPLS_TREX_SRV has no exception.

Method UPDATE_VIEW_STATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_R_STORE Call by reference Object reference (TYPE REF TO) CL_RSR_STORE STORE Beschreibung 20110531
2 Importing I_R_STORE Call by reference Object reference (TYPE REF TO) CL_RSR_STORE STORE Beschreibung 20110608

Method UPDATE_VIEW_STATE on class CL_RSPLS_TREX_SRV has no exception.

Method UPDATE_VIEW_STATE_BY_REQ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_R_STORE Call by reference Object reference (TYPE REF TO) CL_RSR_STORE STORE Beschreibung 20120629
2 Importing I_ATRNAVFL Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Navigations-Attribut Handling 20120629
3 Importing I_RECOGNIZE_AGGRGEN Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Berücksichtigt das Aggregationsverhalten 20120704
4 Importing I_TH_REQ_C Call by reference Type reference (TYPE) RSPLS_TH_REQ_C Tabelle der benötigten Merkmale im Buffer 20120629
5 Importing I_TH_REQ_K Call by reference Type reference (TYPE) RSPLS_TH_REQ_K Tabelle der benötigten Kennzahlen im Buffer 20120629

Method UPDATE_VIEW_STATE_BY_REQ on class CL_RSPLS_TREX_SRV has no exception.

Method UPDATE_VIEW_STATE_BY_SFC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_R_STORE Call by reference Object reference (TYPE REF TO) CL_RSR_STORE STORE Beschreibung 20110531
2 Importing I_ATRNAVFL Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Navigations-Attribut Handling 20110531
3 Importing I_TH_SFC Call by reference Type reference (TYPE) RSDD_TH_SFC Tabelle der benötigten Merkmale usw. 20110531

Method UPDATE_VIEW_STATE_BY_SFC on class CL_RSPLS_TREX_SRV has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 730