Hi Community,we are using SAP BPC Embedded with the Live Connection to our SAC Planning Apps. Currently you need to assign BPC Users manually or by CSV File to the corresponding BPC Team.How can we automate this process?Older BPC Versions had the "M...
Hi All,
we do planing in SAC via a BPC Live Connection. We need to create Characteristic Relations via Exit Class CL_RSPLS_CR_EXIT_BASE~CREATE. Everything works fine within AfO Execution, RSRT Execution & RSRT Exec. with BPC Parameter.
When we ex...
Hi Experts,
i am trying to distribute value from one table to another which share the same model (live connection bw query).
So code goes similar to this:
var resultset_A = Table_A.getDataSource().getResultSet();
var value_A = resultset_A[0][...
Hi all,
currently when I execute the Querie in RSRT with another business username and parameters environment="nnn"&model="nnn" we get the info that the user has no auth. on the corresponding infoprovider (composite).
In SU53 i can see that the c...
Hi there,
we were successfully deploying a WebApp (normal Project - Template Freestyle App) via $npm run deploy.
As soon as we try to change something in the app and redo the deployment - it is failing with an 403 error.
If I change the WebApp ...
Hi Max,the big pain point still exists. The business wants reference data (actuals) while they input plan data.Therefor we will still need to somehow make all the master data and all the actual transactional data available in the SAC Planning models....
Hi @Nikhil Anandas far as i know , it is not possible.The .getPlanning().submitData(); code api is only available by giving a specific table in front. Theres nothing likeApplication.getPlanning().submitData();Regards,Max