Thank you Vadim, going forward I will ask questions in the format recommeded. Plesae find below the additional information.
1. & 2. BPC NW 10 SP 11, Engine JAVASCRIPT
3. Full list of Dimensions: RptCurrency, Company_Code, Measures, Version, Summary_Account, Data_Source, Sku, Time, Profit_Center, Channel
4. The script is to be launced by DM package
5. Description of Logic: Cases * Raw Material= Cost of production. Cases and COGS will be housed in version Fcst_Master_Data and the calculated value should be houed in Forecast version. Current logic calculates correctly but does not calculate all sku's that have cases and standard cost.
6. Logic Script Revised based on your note above.
*XDIM_MEMBERSET RptCurrency = LC
*XDIM_MEMBERSET Company_Code = %Company_Code_SET%
*XDIM_MEMBERSET MEASURES = PERIODIC
*XDIM_MEMBERSET Version = Fcst_Master_Data
*XDIM_MEMBERSET Summary_Account =cogsRawMaterial, cogsPackageMaterial, cogsFixedOverhead, cogsDirectLabor, cogsVariableOverhead, cogsThirdPartyConv, cogsCorporateAdj, cogsDepreciation, cogsFixDepreciation
*XDIM_MEMBERSET SKU = BAS(SKU_ROLLUP)
*XDIM_MEMBERSET TIME =%TIME_SET%
*XDIM_MEMBERSET Profit_Center =BAS(%Profit_Center_SET%)
*XDIM_MEMBERSET Data_Source = LogicCalculated
*XDIM_MEMBERSET Channel = <ALL>
*WHEN Summary_Account
*IS*
*REC(EXPRESSION = (([Data_Source].[fromAPO],[Summary_Account].[Cases]) + ([Data_Source].[Input],[Summary_Account].[Cases])) * 1 * ([Data_Source].[fromFrozenStds],[Time].[2016.001],[Channel].[18],[Profit_Center].[ADMINBU]),VERSION=Forecast)
*ENDWHEN
*COMMIT
7. DM Prompts: Company Code, Profit Center, and Time.
Please let me know if you need additional information. I am new to logic script, apologies in advance for incomplete information.