Check this out a good presentation from SAP on what's New in SAP BW 7.2
http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/d0ea8b43-26af-2c10-f1b5-bbb69060de87?QuickLink=index&overridelayout=true
Enjoy !!!
Dec 30, 2009
Dec 18, 2009
Using If-Then-Else in Bex
Conditional Calculations (IF-THEN-ELSE)
You can make conditional calculations using Boolean operators An expression in the form
IF
Example: IF Actual Costs > Plan Costs THEN Plan Costs + Plan Deviation ELSE Actual Costs
can be written as the following formula:
(Actual Costs > Plan Costs)* (Plan Costs + Plan Deviation) + (NOT (Actual Costs > Plan Costs)) * Actual Costs
or
(Actual Costs > Plan Costs)* (Plan Costs + Plan Deviation) + (Actual Costs <= Plan Costs) * Actual Costs
Dec 2, 2009
SAP Notes that are helpful....for BI
SAP Notes
# 79483 - MM-IM: Creating the moving average price.
# 185961 - Moving Average Price Calculation
Will be added once in a while...
Will be added once in a while...
Subscribe to:
Posts (Atom)