Script Logic in Action:
1.*XDIM_MEMBERSET
Syntax:
*XDIM_MEMBERSET{Dimension name} = {Members Set}
*XDIM_MEMBERSET{Dimension}<>{MemberSet}
Description:
*XDIM_MEMBERSETdefines the scope of the data in which the subsequentbusiness
logic isapplied.
Example:
*XDIM_MEMBERSETSR_ACCOUNT = TOP_PER_UNIT
*XDIM_MEMBERSETSR_CATEGORY = PLAN
*XDIM_MEMBERSETSR_ENTITY = USA
*XDIM_MEMBERSETSR_PRODUCT = LAPTOP
*XDIM_MEMBERSETSR_RPTCURRENCY = LC
*XDIM_MEMBERSETSR_TIME = 2006.JAN
graphic
Business Scenario:
Increase thediscount given to the PRODUCT [LAPTOP] by 10% and book the valueto
the SPL_DISCOUNT[ACCOUNT] for PLAN data for the period – 2006,JAN.