We are taking steps to make our moderation process friendlier while ensuring that SAP Community continues to comply with the Digital Services Act (DSA). Learn more in this What’s New post.
I am trying to call a BADI using the custom DM package. I want to filter Measures but system is giving error.. Below is the script.
PROMPT(MEASURELIST,%MEASURES%,"Please select measures") PROMPT(SELECTINPUT,%SELECTION%,,"Please select both Prev...
Friends,I need help on dynamic passing of conditional formatting the Bar-Combination chart. I did gone thru Sara G Iyer discussion and also i tried Mike Howles Design Studio SDK (1.3) - D3 fun making a Progress Bar Set/Bar Chart but which is not sati...
Can we do a parallel processing in IF_UJ_CUSTOM_LOGIC BADI.I need to run a DM package for more than 5 years so can we do a parallel processing for all the 5 years???Thks.
Friends,Please help me on how to display & in the text.Ex: PROMPT(TEXT,%EFA%,"Input Entity and Functional Area Combination(Ex: CXXX & DXX, CXXX & DXX) "When i run the package i see the description asInput Entity and Functional Area Combination(Ex: CX...
Gurus,How to preserve manually maintained Hierachy in parenth1. We are maintaining some much data manually for BPC only with hierarchy. Problem is every time when we load the hierarchy from BW system the manually maintained hierarchy gets wiped out.W...
Hi I am trying to update ENDPR value using CONDITION_SAVE_EXIT badi. I am able to update the value with in badi but when the cursor return the value goes back to old value. Can anyone help me on this or if you can share the document(Method_IF_EX_SD_C...
Upgrade from BPC 7.5 to 10 is free..?
When i pass Periodic measure as parameter system is returning in few seconds but when i pass YTD system is failing with memory issues.
System is not even going upto ct_data where my custom logic exist. System...
My company did not updated BPC because of the budget issues.
Even after the validation error. I tried executing the DM Package but sytem is running into out of memory issues.
Basis team is looking into it to increase the memory. Its not even g...
Thanks for your time and reply Vadim.
We are on BPC 7.5 and SP 15. BW 7 and SP 11.
Let me save the script and try running it. I will update you ...
I will change the PROMPT to select only one measure as per your suggestion.
Thanks.
PROMPT(MEASURELIST,%MEASURES%,"Please select measures")
PROMPT(SELECTINPUT,%SELECTION%,,"Please select both Previous Year and Current Year Periods","TIME")
INFO(%CATEGORY%,DIMENSION:CATEGORY|ACTUAL|)
INFO(%DATASRC%,DIMENSION:DATASRC|SAP_INPUT|)
INFO(...