SAP ABAP Class IF_RSR_PE_ADAPTER (TREX Planning Engine Adapter)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSR_PE_ADAPTER TREX Planning Engine Adapter Implementation 20110525
Properties
Class IF_RSR_PE_ADAPTER  
Short Description TREX Planning Engine Adapter    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20110525   SAP 
Last change 20140121   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 IF_RSR_PE_ADAPTER Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
3 RS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class IF_RSR_PE_ADAPTER has no interface implemented.
Friends
Class IF_RSR_PE_ADAPTER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_LIFECYCLE_HANDLING Constant Public See coding 20121011
2 C_LOOKUP_CHECK_VARIANT Constant Public See coding 20120516
3 C_STAT_EVENT_CATEGORY Constant Public See coding 20110525
4 C_STAT_HANDLE_CATEGORY Constant Public Type reference (TYPE) RSSTA_HANDLETP 'PLPE' Internal Type of Query Runtime Object 20110525
5 N_CURRENT_HDB_RELEASE Instance attribute Public Type reference (TYPE) TN_HDB_RELEASE_INFO 20121211
6 N_CURRENT_PE_VERSION Instance attribute Public Type reference (TYPE) I 20120817
Methods
# Method Level Visibility Method type Description Created on
1 AGGREGATE Instance method Public Method 20110525
2 CLOSE Instance method Public Method 20110525
3 COMBINE Instance method Public Method 20110701
4 COPY Instance method Public Method 20110525
5 COPY_MULTIPLE Instance method Public Method 20111020
6 CREATE_VIEW Instance method Public Method 20120516
7 CROSS_JOIN Instance method Public Method 20111020
8 DELETE Instance method Public Method 20110526
9 DELTA Instance method Public Method 20110525
10 DISAGGR Instance method Public Method 20120109
11 EXECUTE_CHECK Instance method Public Method 20121107
12 EXECUTE_SQL_DDL Instance method Public Method 20111111
13 EXECUTE_SQL_QUERY Instance method Public Method 20111111
14 EXECUTE_SQL_SCRIPT Instance method Public Method 20130607
15 FORMULA Instance method Public Method 20120109
16 FOX Instance method Public Method 20110701
17 GET_MESSAGES Instance method Public Method 20120522
18 LEVEL_DISAGGR Instance method Public Method 20120109
19 LOOKUP Instance method Public Method 20110525
20 MERGE Instance method Public Method 20121214
21 OPEN Instance method Public Method 20110525
22 REPOST Instance method Public Method 20130328
23 RESTRICT Instance method Public Method 20110525
24 SET_CURRENT_VIEW Instance method Public Method 20110525
25 SET_VALUES Instance method Public Method 20110525
26 SNAPSHOT Instance method Public Method 20110701
27 SPLIT Instance method Public Method 20121214
28 START_PE_REPLAY Instance method Public Method 20130606
29 START_PE_REPLAY_LOG Instance method Public Method 20130606
30 STOP_PE_REPLAY Instance method Public Method 20130606
31 STOP_PE_REPLAY_LOG Instance method Public Method 20130606
Events
Class IF_RSR_PE_ADAPTER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TN_HDB_RELEASE_INFO Public See coding 20121211 tn_hdb_release_info type c length 256
2 TN_LIFECYCLE_HANDLING Public See coding 20121011 tn_lifecycle_handling type c length 4
3 TN_LOOKUP_CHECK_VARIANT Public Type reference (TYPE) I 20120516
4 TN_S_ADD_PARAM Public See coding 20130607 begin of tn_s_add_param, session_index_id type trexd_pe_session, view_id type trexd_plan_view, end of tn_s_add_param
5 TN_S_IOBJ_PARAM Public See coding 20130607 begin of tn_s_iobj_param, name type string, iobjnm type rsiobjnm, value type rschavl, end of tn_s_iobj_param
6 TN_S_PE_COMPONENT Public See coding 20110525 begin of tn_s_pe_component, name type string, type type ref to cl_abap_datadescr, is_kyf type rs_bool, db_digits type i, end of tn_s_pe_component
7 TN_S_PE_RANGE Public See coding 20110525 begin of tn_s_pe_range, attr_name type trexd_attr_name, sign type raldb_sign, compop type rsdri_compop, low type string, high type string, end of tn_s_pe_range
8 TN_S_PE_SESSION_VIEW_ID Public See coding 20120125 begin of tn_s_pe_session_view_id, session_index_id type trexd_pe_session, view_id type trexd_plan_view, end of tn_s_pe_session_view_id
9 TN_S_TREX_ATTRIBUTE Public See coding 20110525 begin of tn_s_trex_attribute, attr_name type trexd_attr_name, end of tn_s_trex_attribute
10 TN_S_TREX_KEYFIGURE Public See coding 20110525 begin of tn_s_trex_keyfigure, attr_name type trexd_attr_name, aggregation_type type trexd_aggregation_type, end of tn_s_trex_keyfigure
11 TN_T_ADD_PARAM Public See coding 20130607 tn_t_add_param type standard table of tn_s_add_param with non-unique default key
12 TN_T_IOBJ_PARAM Public See coding 20130607 tn_t_iobj_param type standard table of tn_s_iobj_param with non-unique default key
13 TN_T_PE_COMPONENT Public See coding 20110525 tn_t_pe_component type standard table of tn_s_pe_component with non-unique default key
14 TN_T_PE_RANGE Public See coding 20110525 tn_t_pe_range type standard table of tn_s_pe_range with non-unique default key
15 TN_T_TREX_ATTRIBUTE Public See coding 20110525 tn_t_trex_attribute type standard table of tn_s_trex_attribute with non-unique default key
16 TN_T_TREX_KEYFIGURE Public See coding 20110525 tn_t_trex_keyfigure type standard table of tn_s_trex_keyfigure with non-unique default key
Method Signatures

Method AGGREGATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_DATA Call by reference Type reference (TYPE) ANY TABLE 20110525
2 Importing I_CALCULATION_VIEW Call by reference Type reference (TYPE) STRING 20120516
3 Importing I_INDEX_ID Call by reference Type reference (TYPE) TREXD_INDEX_ID 20110525
4 Importing I_T_ATTRIBUTE Call by reference Type reference (TYPE) TN_T_TREX_ATTRIBUTE 20110525
5 Importing I_T_KEYFIGURE Call by reference Type reference (TYPE) TN_T_TREX_KEYFIGURE 20110525
# Exception Resumable Description Created on
1 CX_RSR_PE_ERROR 20110525

Method CLOSE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SESSION_INDEX_ID Call by reference Type reference (TYPE) TREXD_PE_SESSION 20110525
# Exception Resumable Description Created on
1 CX_RSR_PE_ERROR 20110525

Method COMBINE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_BASE_VIEW_ID Call by reference Type reference (TYPE) TREXD_PLAN_VIEW Berechnungssicht für Ergebnis der Planungsoperation 20110701
2 Importing I_REFERENCE_VIEW_ID Call by reference Type reference (TYPE) TREXD_PLAN_VIEW Berechnungssicht für Ergebnis der Planungsoperation 20110701
3 Importing I_SESSION_INDEX_ID Call by reference Type reference (TYPE) TREXD_PE_SESSION Planungssitzungs-ID 20110701
4 Importing I_T_BASE_ATTRIBUTE Call by reference Type reference (TYPE) TREXT_ATTRIBUTES 20110701
5 Importing I_T_JOIN_ATTRIBUTE Call by reference Type reference (TYPE) TREXT_ATTRIBUTES 20110701
6 Importing I_T_REFERENCE_ATTRIBUTE Call by reference Type reference (TYPE) TREXT_ATTRIBUTES 20110701
7 Returning R_PE_VIEW Value transfer Type reference (TYPE) TREXD_PLAN_VIEW 20110701
# Exception Resumable Description Created on
1 CX_RSR_PE_ERROR 20110701

Method COPY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_AGGREGATE_RESULT_VIEW Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20120618
2 Importing I_BASE_VIEW_ID Call by reference Type reference (TYPE) TREXD_PLAN_VIEW Berechnungssicht für Ergebnis der Planungsoperation 20110714
3 Importing I_SESSION_INDEX_ID Call by reference Type reference (TYPE) TREXD_PE_SESSION 20110525
4 Importing I_SOURCE_DB_SCHEMA Call by reference Type reference (TYPE) STRING 20130917
5 Importing I_SOURCE_INDEX_ID Call by reference Type reference (TYPE) TREXD_INDEX_ID 20110525
6 Importing I_SOURCE_VIEW_ID Call by reference Type reference (TYPE) TREXD_PLAN_VIEW Berechnungssicht für Ergebnis der Planungsoperation 20110525
7 Importing I_T_MAP_ATTRIBUTE Call by reference Type reference (TYPE) TREXT_MAP_ATTRIBUTE 20110525
8 Importing I_T_MAP_ATTRIBUTE_CONST Call by reference Type reference (TYPE) TREXT_MAP_ATTRIBUTE_CONST 20110525
9 Importing I_T_QUERY_ENTRY Call by reference Type reference (TYPE) TREXT_QUERY_ENTRIES 20110525
10 Importing I_T_RANGE Call by reference Type reference (TYPE) TN_T_PE_RANGE 20110525
11 Returning R_PE_VIEW Value transfer Type reference (TYPE) TREXD_PLAN_VIEW 20110525
# Exception Resumable Description Created on
1 CX_RSR_PE_ERROR 20110525

Method COPY_MULTIPLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_BASE_VIEW_ID Call by reference Type reference (TYPE) TREXD_PLAN_VIEW 20111020
2 Importing I_SESSION_INDEX_ID Call by reference Type reference (TYPE) TREXD_PE_SESSION 20111020
3 Importing I_T_ATTRIBUTE_VALUE Call by reference Type reference (TYPE) TREXT_PE_ATTR_VALUES 20111020
4 Returning R_PE_VIEW Value transfer Type reference (TYPE) TREXD_PLAN_VIEW 20111020
# Exception Resumable Description Created on
1 CX_RSR_PE_ERROR 20111020

Method CREATE_VIEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_BASE_VIEW_ID Call by reference Type reference (TYPE) TREXD_PLAN_VIEW 20120516
2 Importing I_SESSION_INDEX_ID Call by reference Type reference (TYPE) TREXD_PE_SESSION 20120516
3 Returning R_PE_VIEW Value transfer Type reference (TYPE) TREXD_PLAN_VIEW 20120516
# Exception Resumable Description Created on
1 CX_RSR_PE_ERROR 20120516

Method CROSS_JOIN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_BASE_VIEW_ID Call by reference Type reference (TYPE) TREXD_PLAN_VIEW 20111020
2 Importing I_SESSION_INDEX_ID Call by reference Type reference (TYPE) TREXD_PE_SESSION 20111020
3 Importing I_T_COMBINATION Call by reference Type reference (TYPE) TREXT_PE_COMBINATION 20111020
4 Returning R_PE_VIEW Value transfer Type reference (TYPE) TREXD_PLAN_VIEW 20111020
# Exception Resumable Description Created on
1 CX_RSR_PE_ERROR Fehler in der Planning Engine 20111020

Method DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_BASE_VIEW_ID Call by reference Type reference (TYPE) TREXD_PLAN_VIEW 20111020
2 Importing I_SESSION_INDEX_ID Call by reference Type reference (TYPE) TREXD_PE_SESSION 20110526
3 Importing I_T_QUERY_ENTRY Call by reference Type reference (TYPE) TREXT_QUERY_ENTRIES 20110526
4 Returning R_PE_VIEW Value transfer Type reference (TYPE) TREXD_PLAN_VIEW 20110526
# Exception Resumable Description Created on
1 CX_RSR_PE_ERROR 20110526

Method DELTA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_AFTER_VIEW Call by reference Type reference (TYPE) TREXD_PLAN_VIEW 20110525
2 Importing I_AGGREGATE_AFTER_VIEW Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20120109
3 Importing I_AGGREGATE_BEFORE_VIEW Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20120109
4 Importing I_BEFORE_VIEW Call by reference Type reference (TYPE) TREXD_PLAN_VIEW 20110525
5 Importing I_PROVIDE_CHANGED Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20111111
6 Importing I_PROVIDE_CREATED Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20111111
7 Importing I_PROVIDE_DELETED Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20111111
8 Importing I_SESSION_INDEX_ID Call by reference Type reference (TYPE) TREXD_PE_SESSION 20110525
9 Importing I_T_KEYFIGURE Call by reference Type reference (TYPE) TREXT_ATTRIBUTES Attribute 20120109
10 Returning R_PE_VIEW Value transfer Type reference (TYPE) TREXD_PLAN_VIEW 20120109
# Exception Resumable Description Created on
1 CX_RSR_PE_ERROR 20110525

Method DISAGGR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_AGGREGATE_BASE_VIEW Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20120109
2 Importing I_BASE_VIEW_ID Call by reference Type reference (TYPE) TREXD_PLAN_VIEW 20120109
3 Importing I_FILTERS_DISJUNCT Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20120109
4 Importing I_SESSION_INDEX_ID Call by reference Type reference (TYPE) TREXD_PE_SESSION 20120109
5 Importing I_T_BLOCK_ATTR Call by reference Type reference (TYPE) TREXT_ATTRIBUTES Attribute 20130702
6 Importing I_T_FILTER Call by reference Type reference (TYPE) TREXT_PE_FILTER 20120109
7 Importing I_T_REQUEST Call by reference Type reference (TYPE) TREXT_PE_DISAGGR_REQU 20120109
8 Importing I_T_TARGET Call by reference Type reference (TYPE) TREXT_PE_DISAGGR_TARGET 20120109
9 Returning R_PE_VIEW Value transfer Type reference (TYPE) TREXD_PLAN_VIEW 20120109
# Exception Resumable Description Created on
1 CX_RSR_PE_ERROR 20120109

Method EXECUTE_CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_PE_MSG Call by reference Type reference (TYPE) TREXT_PE_MSG 20121107
2 Importing I_SESSION_INDEX_ID Call by reference Type reference (TYPE) TREXD_PE_SESSION 20121107
3 Importing I_T_EMPTY_CHECK Call by reference Type reference (TYPE) TREXT_PE_CHECK_EMPTY 20121107
4 Importing I_T_EMPTY_COL_CHECK Call by reference Type reference (TYPE) TREXT_PE_CHECK_EMPTY_COL 20121107
5 Importing I_T_FILTER_CHECK Call by reference Type reference (TYPE) TREXT_PE_CHECK_FILTER 20121107
6 Importing I_T_MESSAGE_CHECK Call by reference Type reference (TYPE) TREXT_PE_CHECK_MESSAGE 20121107
7 Importing I_T_SAME_VALUE_CHECK Call by reference Type reference (TYPE) TREXT_PE_CHECK_SAME_VALUE 20121107
8 Importing I_T_UNIT_KF_CHECK Call by reference Type reference (TYPE) TREXT_PE_CHECK_UNIT_KF 20121107
# Exception Resumable Description Created on
1 CX_RSR_PE_ERROR 20121107

Method EXECUTE_SQL_DDL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_COMMIT Call by reference Type reference (TYPE) RS_BOOL RS_C_TRUE 20111111
2 Importing I_SQL_STATEMENT Call by reference Type reference (TYPE) STRING 20111111
# Exception Resumable Description Created on
1 CX_RSR_PE_ERROR 20111111

Method EXECUTE_SQL_QUERY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_RESULT Call by reference Type reference (TYPE) STANDARD TABLE 20111111
2 Importing I_SQL_STATEMENT Call by reference Type reference (TYPE) STRING 20111111
# Exception Resumable Description Created on
1 CX_RSR_PE_ERROR 20111111

Method EXECUTE_SQL_SCRIPT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_BASE_VIEW_ID Call by reference Type reference (TYPE) TREXD_PLAN_VIEW 20130607
2 Importing I_DB_SCHEMA Call by reference Type reference (TYPE) STRING 20130917
3 Importing I_PROC_NAME Call by reference Type reference (TYPE) STRING 20130607
4 Importing I_REFERENCE_VIEW_ID Call by reference Type reference (TYPE) TREXD_PLAN_VIEW 20130607
5 Importing I_SESSION_INDEX_ID Call by reference Type reference (TYPE) TREXD_PE_SESSION 20130607
6 Importing I_S_PROC_PARAM Call by reference Type reference (TYPE) ANY 20130607
7 Importing I_T_ADD_PARAM Call by reference Type reference (TYPE) IF_RSR_PE_ADAPTER=>TN_T_ADD_PARAM 20130607
8 Importing I_T_CONST_MAP_SET Call by reference Type reference (TYPE) TREXT_PE_CONST_MAP_SET 20130607
9 Importing I_T_IOBJ_PARAM Call by reference Type reference (TYPE) IF_RSR_PE_ADAPTER=>TN_T_IOBJ_PARAM 20130607
10 Importing I_T_NAME_MAP_SET Call by reference Type reference (TYPE) TREXT_PE_NAME_MAP_SET 20130607
11 Returning R_PE_VIEW Value transfer Type reference (TYPE) TREXD_PLAN_VIEW 20130607
# Exception Resumable Description Created on
1 CX_RSR_PE_ERROR 20130607

Method FORMULA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_AGGREGATE_BASE_VIEW Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20120109
2 Importing I_BASE_VIEW_ID Call by reference Type reference (TYPE) TREXD_PLAN_VIEW 20120109
3 Importing I_DELTA_MODE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20130604
4 Importing I_SESSION_INDEX_ID Call by reference Type reference (TYPE) TREXD_PE_SESSION 20120109
5 Importing I_T_FILTER Call by reference Type reference (TYPE) TREXT_PE_FILTER 20120109
6 Importing I_T_REQUEST Call by reference Type reference (TYPE) TREXT_PE_FORMULA_REQUEST 20120109
7 Importing I_T_TARGET Call by reference Type reference (TYPE) TREXT_PE_FORMULA_TARGET 20120109
8 Returning R_PE_VIEW Value transfer Type reference (TYPE) TREXD_PLAN_VIEW 20120109
# Exception Resumable Description Created on
1 CX_RSR_PE_ERROR 20120109

Method FOX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_BASE_VIEW_ID Call by reference Type reference (TYPE) TREXD_PLAN_VIEW Berechnungssicht für Ergebnis der Planungsoperation 20110701
2 Importing I_FOX_SCRIPT Call by reference Type reference (TYPE) STRING 20110701
3 Importing I_SESSION_INDEX_ID Call by reference Type reference (TYPE) TREXD_PE_SESSION Planungssitzungs-ID 20110701
4 Importing I_SRVNM Call by reference Type reference (TYPE) RSPLF_SRVNM Name Planungsfunktion 20120821
5 Importing I_TH_VARIABLES Call by reference Type reference (TYPE) TREXT_PE_FOX_VAR Variablenwerte 20110704
6 Importing I_T_QUERY_ENTRY Call by reference Type reference (TYPE) TREXT_QUERY_ENTRIES 20110701
7 Returning R_PE_VIEW Value transfer Type reference (TYPE) TREXD_PLAN_VIEW 20110701
# Exception Resumable Description Created on
1 CX_RSR_PE_ERROR 20110701

Method GET_MESSAGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_PE_MSG Call by reference Type reference (TYPE) TREXT_PE_MSG 20120522
2 Importing I_SESSION_INDEX_ID Call by reference Type reference (TYPE) TREXD_PE_SESSION 20120522
# Exception Resumable Description Created on
1 CX_RSR_PE_ERROR 20120522

Method LEVEL_DISAGGR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_BASE_VIEW_ID Call by reference Type reference (TYPE) TREXD_PLAN_VIEW 20120109
2 Importing I_REFERENCE_VIEW_ID Call by reference Type reference (TYPE) TREXD_PLAN_VIEW 20120109
3 Importing I_SESSION_INDEX_ID Call by reference Type reference (TYPE) TREXD_PE_SESSION 20120109
4 Importing I_T_BASE_ATTRIBUTE Call by reference Type reference (TYPE) TREXT_ATTRIBUTES 20120109
5 Importing I_T_JOIN_ATTRIBUTE Call by reference Type reference (TYPE) TREXT_ATTRIBUTES 20120109
6 Importing I_T_REFERENCE_ATTRIBUTE Call by reference Type reference (TYPE) TREXT_ATTRIBUTES 20120109
7 Importing I_T_TARGET Call by reference Type reference (TYPE) TREXT_PE_LEVEL_DISAGGR 20120109
8 Returning R_PE_VIEW Value transfer Type reference (TYPE) TREXD_PLAN_VIEW 20120109
# Exception Resumable Description Created on
1 CX_RSR_PE_ERROR 20120109

Method LOOKUP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_PE_VIEW_INVALID Call by reference Type reference (TYPE) TREXD_PLAN_VIEW 20121107
2 Exporting E_PE_VIEW_RESULT Call by reference Type reference (TYPE) TREXD_PLAN_VIEW 20121107
3 Importing I_BASE_VIEW_ID Value transfer Type reference (TYPE) TREXD_PLAN_VIEW Berechnungssicht für Ergebnis der Planungsoperation 20110720
4 Importing I_CHECK_VARIANT Call by reference Type reference (TYPE) TN_LOOKUP_CHECK_VARIANT 20120516
5 Importing I_SESSION_INDEX_ID Call by reference Type reference (TYPE) TREXD_PE_SESSION Planungssitzungs-ID 20110525
6 Importing I_T_LOOKUP_ATTRIBUTE Call by reference Type reference (TYPE) TREXT_LOOKUPATTRIBUTE 20110525
# Exception Resumable Description Created on
1 CX_RSR_PE_ERROR 20110525

Method MERGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_AGGREGATE_RESULT_VIEW Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20121214
2 Importing I_BASE_VIEW_ID Call by reference Type reference (TYPE) TREXD_PLAN_VIEW 20121214
3 Importing I_CONST_MAP_INDEX Call by reference Type reference (TYPE) INT4 20121214
4 Importing I_FILTER_INDEX Call by reference Type reference (TYPE) INT4 20121214
5 Importing I_SESSION_INDEX_ID Call by reference Type reference (TYPE) TREXD_PE_SESSION 20121214
6 Importing I_T_AGGREGATION_TYPE Call by reference Type reference (TYPE) TREXT_PE_AGGREGATION_TYPES 20130508
7 Importing I_T_CONST_MAP_SET Call by reference Type reference (TYPE) TREXT_PE_CONST_MAP_SETS 20121214
8 Importing I_T_FILTER Call by reference Type reference (TYPE) TREXT_PE_FILTER 20121214
9 Importing I_T_NAME_MAP_SET Call by reference Type reference (TYPE) TREXT_PE_NAME_MAP_SETS 20121214
10 Importing I_T_PART Call by reference Type reference (TYPE) TREXT_PE_PART_INFO 20121214
11 Importing I_T_PLACEHOLDER Call by reference Type reference (TYPE) TREXT_PE_PLACEHOLDER 20130508
12 Returning R_PE_VIEW Value transfer Type reference (TYPE) TREXD_PLAN_VIEW 20121214
# Exception Resumable Description Created on
1 CX_RSR_PE_ERROR 20121214

Method OPEN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DESCRIPTION Call by reference Type reference (TYPE) STRING 20110707
2 Importing I_LIFECYCLE_HANDLING Call by reference Type reference (TYPE) TN_LIFECYCLE_HANDLING C_LIFECYCLE_HANDLING-CUSTOM 20121011
3 Importing I_T_COMPONENT Call by reference Type reference (TYPE) TN_T_PE_COMPONENT 20110525
4 Importing I_T_DEFAULT_VALUE Call by reference Type reference (TYPE) TREXT_PE_PLACEHOLDER_VALUE 20130508
5 Returning R_SESSION_VIEW_ID Value transfer Type reference (TYPE) TN_S_PE_SESSION_VIEW_ID 20120125
# Exception Resumable Description Created on
1 CX_RSR_PE_ERROR 20110525

Method REPOST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_PE_VIEW_ID_1 Call by reference Type reference (TYPE) TREXD_PLAN_VIEW 20130328
2 Exporting E_PE_VIEW_ID_2 Call by reference Type reference (TYPE) TREXD_PLAN_VIEW 20130328
3 Importing I_BASE_VIEW_ID Call by reference Type reference (TYPE) TREXD_PLAN_VIEW 20130328
4 Importing I_FILTER_NAME Call by reference Type reference (TYPE) TREXD_ATTR_NAME Attributname 20130328
5 Importing I_SESSION_INDEX_ID Call by reference Type reference (TYPE) TREXD_PE_SESSION Planung: Sitzungsindex-ID 20130328
6 Importing I_SOURCE_INDEX_ID Call by reference Type reference (TYPE) TREXD_INDEX_ID Index-ID 20130328
7 Importing I_SOURCE_VIEW_ID Call by reference Type reference (TYPE) TREXD_PLAN_VIEW 20130328
8 Importing I_T_KEYFIGURE Call by reference Type reference (TYPE) TREXT_ATTRIBUTES Attribute 20130328
9 Importing I_T_REPOST_FILTER Call by reference Type reference (TYPE) TREXT_PE_REPOST_FILTER 20130328
10 Importing I_T_REPOST_MAPPING Call by reference Type reference (TYPE) TREXT_PE_REPOST_JOIN 20130328
# Exception Resumable Description Created on
1 CX_RSR_PE_ERROR Fehler in der Planning Engine 20130328

Method RESTRICT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_BASE_VIEW_ID Call by reference Type reference (TYPE) TREXD_PLAN_VIEW Berechnungssicht für Ergebnis der Planungsoperation 20110720
2 Importing I_SESSION_INDEX_ID Call by reference Type reference (TYPE) TREXD_PE_SESSION 20110525
3 Importing I_T_QUERY_ENTRY Call by reference Type reference (TYPE) TREXT_QUERY_ENTRIES 20110525
4 Importing I_T_RANGE Call by reference Type reference (TYPE) TN_T_PE_RANGE 20110525
5 Returning R_PE_VIEW Value transfer Type reference (TYPE) TREXD_PLAN_VIEW 20110525
# Exception Resumable Description Created on
1 CX_RSR_PE_ERROR 20110525

Method SET_CURRENT_VIEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PE_VIEW Call by reference Type reference (TYPE) TREXD_PLAN_VIEW Berechnungssicht für Ergebnis der Planungsoperation 20110525
2 Importing I_SESSION_INDEX_ID Call by reference Type reference (TYPE) TREXD_PE_SESSION 20110525
3 Returning R_PE_VIEW Value transfer Type reference (TYPE) TREXD_PLAN_VIEW 20110525
# Exception Resumable Description Created on
1 CX_RSR_PE_ERROR 20110525

Method SET_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_BASE_VIEW_ID Call by reference Type reference (TYPE) TREXD_PLAN_VIEW 20111020
2 Importing I_SESSION_INDEX_ID Call by reference Type reference (TYPE) TREXD_PE_SESSION Planungssitzungs-ID 20110525
3 Importing I_T_COMP_DESCR Call by reference Type reference (TYPE) TREXT_COMP_DESCR Beschreibung der Komponenten 20110525
4 Importing I_T_DATA Call by reference Type reference (TYPE) ANY TABLE 20110525
5 Importing I_T_MAP_ATTRIBUTE_CONST Call by reference Type reference (TYPE) TREXT_MAP_ATTRIBUTE_CONST 20110525
6 Returning R_PE_VIEW Value transfer Type reference (TYPE) TREXD_PLAN_VIEW 20110525
# Exception Resumable Description Created on
1 CX_RSR_PE_ERROR 20110525

Method SNAPSHOT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_BASE_VIEW_ID Call by reference Type reference (TYPE) TREXD_PLAN_VIEW Berechnungssicht für Ergebnis der Planungsoperation 20110701
2 Importing I_SESSION_INDEX_ID Call by reference Type reference (TYPE) TREXD_PE_SESSION Planungssitzungs-ID 20110701
3 Returning R_PE_VIEW Value transfer Type reference (TYPE) TREXD_PLAN_VIEW 20110701
# Exception Resumable Description Created on
1 CX_RSR_PE_ERROR 20110701

Method SPLIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_PE_VIEW Call by reference Type reference (TYPE) TREXT_PE_RESULT 20121214
2 Importing I_BASE_VIEW_ID Call by reference Type reference (TYPE) TREXD_PLAN_VIEW 20121214
3 Importing I_SESSION_INDEX_ID Call by reference Type reference (TYPE) TREXD_PE_SESSION 20121214
4 Importing I_T_CONST_MAP_SET Call by reference Type reference (TYPE) TREXT_PE_CONST_MAP_SETS 20121214
5 Importing I_T_FILTER Call by reference Type reference (TYPE) TREXT_PE_FILTER 20121214
6 Importing I_T_NAME_MAP_SET Call by reference Type reference (TYPE) TREXT_PE_NAME_MAP_SETS 20121214
7 Importing I_T_PART Call by reference Type reference (TYPE) TREXT_PE_PART_INFO 20121214
# Exception Resumable Description Created on
1 CX_RSR_PE_ERROR 20121214

Method START_PE_REPLAY Signature

Method START_PE_REPLAY on class IF_RSR_PE_ADAPTER has no parameter.
Method START_PE_REPLAY on class IF_RSR_PE_ADAPTER has no exception.

Method START_PE_REPLAY_LOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_R_REPLAY Value transfer Object reference (TYPE REF TO) IF_RSR_PE_REPLAY Aufzeichnung und 20130606

Method START_PE_REPLAY_LOG on class IF_RSR_PE_ADAPTER has no exception.

Method STOP_PE_REPLAY Signature

Method STOP_PE_REPLAY on class IF_RSR_PE_ADAPTER has no parameter.
Method STOP_PE_REPLAY on class IF_RSR_PE_ADAPTER has no exception.

Method STOP_PE_REPLAY_LOG Signature

Method STOP_PE_REPLAY_LOG on class IF_RSR_PE_ADAPTER has no parameter.
Method STOP_PE_REPLAY_LOG on class IF_RSR_PE_ADAPTER has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in