Which 2 functions can be used using script logic and business rules? 2 BPC440
You are working in a B PC Standard System.
The users are complaining about a message that the system in office
What might be the issue?
You are working in a BPC Embedded system. Which objects are needed to run a calculation based on custom HANA SQL? (2)
You are building an EPM report and would like to leverage local members. What can you use to maintain local members? Note: There are 3 correct answers to this question
A customer wants to load certain accounts with both local and reporting currencies without doing a currency translation. What expression in the formula of the business rule for currency conversion would leave the reporting currency value unchanged? 1 BPC440
What tasks are accomplished during full optimization in BPC for NetWeaver? (2)
Script Logic and Calculations
You are testing script logic to perform a loop aver months
You save budget data for months 2018.01 to 2018.06.
*XDIM MEMBERSET CATEGORY-BUDGET *XDIM_MEMBERSET TIME- %TIME_SET% *XDIM_MEMBERSET P_COSTELEMENT = LABOR
'WHEN P_COSTELEMENT *IS LABOR
"FOR %COUNTER%= 1.2.3.4.5.6,7 8.9.10, T1.12
*REC(EXPRESSION = %VALUE%(12*2.TIME=TMVL(%COUMTER%.%TIME_SET%),CATEGORY=FORECAST)
*NEXT
*ENDWHEM
When this script logic executed, what months receive data?