cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

What could be the reason Custom planning function or Disaggregation in PAK is not running in memory

Former Member
0 Likes
520

We have a custom planning function, for which calculations are performed in ABAP layer (Method

IF_RSPLFA_SRVTYPE_IMP_EXEC~EXECUTE ). Due to performance issues, we are planning to do calculations in AMDP as SQL Script. To achieve that method IF_RSPLFA_SRVTYPE_TREX_EXEC~TREX_EXECUTE should be triggered. But, IF_RSPLFA_SRVTYPE_TREX_EXEC~TREX_EXECUTE is not getting triggered when saving the workbook. We have done the following pre-requisites..

1. Info Provider and Planning function shows green light in when executing the report RSPLS_PLANNING_ON_HDB_ANALYSIS

2. Necessary parameter SEO_SOURCEBASED_AMDP is maintained in User profile.

Kindly any one help, whether we have missed something to get method IF_RSPLFA_SRVTYPE_TREX_EXEC~TREX_EXECUTE triggered.

Accepted Solutions (0)

Answers (1)

Answers (1)

gregor_dieckmann
Product and Topic Expert
Product and Topic Expert

Hi Palanisamy,

the following link contains many How To papers where also can find one about SQL Script type planning functions:

https://blogs.sap.com/2016/06/28/sap-how-to-guides-for-bpc-embedded-pakbw-ip-and-analysis-for-office...

I don't know what you mean with 'workbook save':

- to save the workbook itself

- to save transaction data you have changed using the 'application' you have created using the workbook

Both cases have nothing to do with IF_RSPLFA_SRVTYPE_TREX_EXEC~TREX_EXECUTE: this method is called by the system to execute the function in PAK. You have to configure the planning function as usual in the workbook, from there you can execute the planning function. If you want to execute a planning function 'on save': this can be configured in RSPLAN.

Regards,

Gregor