on ‎2018 Aug 31 6:08 AM
Hi Experts,
In BPC standard 10.1, SAP has given a standard method/classes to read the data of a BPC model.
RUN_RSDRI_QUERY
Do we have an equivalent method provided in case of embedded?
My requirement is to perform some new calculations on the basis of planning data on the input form and generate new records.The data required to perform these calculations is in the infocube and not coming in the interface from input form.
I am working on Optimised BPC for S/4 HANA 1709.
Appreciate your responses at the earliest.
Thanks and Regards,
Sahil
Request clarification before answering.
Hi Sahil,
If ABAP solution is really necessary, please refer to below regarding reading from comp. prov: RSDRI_VPROV_READ_TEMPLATE
Reference: https://archive.sap.com/discussions/thread/3324068
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Sahil,
create your own planning function type to implement the logic you need; you get the data you need for free, i.e. data read and write/save is all implemented by the system, you can focus on the logic. There exits a lot of information about this topic, including how to paper. Choose your favorite search engine to find more information.
As an overview:
and a how to paper about SQL Script type planning function
https://archive.sap.com/documents/docs/DOC-53800
Regards,
Gregor
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Vadim,
Thanks for the response.
We do have certain complex calculations to do and we need some other set of data to perform the same which will be quiet challenging in FOX.
Please advise.
Thanks and Regards,
Sahil
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am not an expert in embedded, but why not to use FOX?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 41 | |
| 4 | |
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.