Calculation in the Infospoke

Hi all,
i need to include in the csv ouput of an Infospoke (data source is an ODS), some calculated fields not directly included in the ODS.
These fields are calculated using other infoobjects contained in the ODS.
Is this a way to calculate and include these fields in the csv output?
Tks in adv,
Federico

HI,
You can go with the BADI in your InfoSpoke.
Some times few elements may not work with RSCRM_BAPI.
If it is from ODS why don't you go with a simple ABAP program that does and saves it to a file?
Regards, SB

Similar Messages

  • Include calculated fields in the Infospoke

    Hi all,
    i need to include in the csv ouput of an Infospoke (data source is an ODS), some calculated fields not directly included in the ODS.
    These fields are calculated using other infoobjects contained in the ODS.
    Is this a way to calculate and include these fields in the csv output?
    Tks in adv,
    Federico

    HI,
    You can do this Calculation in the BADI Transformation. Write an ABAP code there to add a Calculated field to the downloaded file.
    Regards,

  • How to generate a Yearly report based on a calculation at the Month level

    Have the need to create a report as follows. Any ideas on how this can be accomplished in OBI is appreciated. I have already tried different ways but non worked for me.
    The data is stored in a table at day level as follows:
    Day Amount_A Amouont_B
    1/1/2008     100     100
    1/15/2008     200     100
    2/1/2008     100     400
    2/15/2008     300     200
    1/1/2009     100     300
    1/15/2009     100     200
    2/1/2009     200     100
    2/15/2009     400     300
    The report should be displayed at Year level. Amount_A is just the summation of Amount_A from the table at daily level rolled up to the Year level in the Time dimension. The same thing for Amount_B.
    The formula for Absolute_Error is Absolute(Amount_A - Amount_B). But the problem is that it has to be calculated at the Month level instead of Day Level. So following is the logic for Absolute_Error:
    Month     Amount_A Amount_B     Absolute_Error
    Jan-2008     300     200     100
    Feb-2008     400     600     200
    Jan-2009     200     500     300
    Feb-2009     600     400     200
    The report should be displayed as follows:
    Year Amount_A Amount_B     Absolute_Error
    2008     700     800     300
    2009     800     900     500
    Note that the calculation of Absolute_Error results in a different value if it is calculated at the Month level and summed up to Year than if it were calculated at the Day level and then summed up to Year. It is required to be based on Month level for this report.
    Is there a way to do this without having to build an aggregated fact table at the Month level?

    Hi.
    Do this:
    1. Create Amount_A and Amount_B in BMM without SUM as default aggregation rule.
    2. Now, just go to Answers and make report with three columns:
    YEAR -- EXPRESSION 1 -- EXPRESSION 2
    EXPRESSION 1 is:
    sum(Amount_A) - sum(Amount_B)
    EXPRESSION 2 is:
    sum
    abs
    sum(Amount_A by MONTH)
    sum(Amount_B by MONTH)
    My example in Answers:
    TIMES.CALENDAR_YEAR
    sum(SALES.QUANTITY_SOLD_NORMAL) - sum(SALES.AMOUNT_SOLD_NORMAL)
    sum( abs(sum(SALES.QUANTITY_SOLD_NORMAL by TIMES.CALENDAR_MONTH_DESC) - sum(SALES.AMOUNT_SOLD_NORMAL by TIMES.CALENDAR_MONTH_DESC) ) )
    This will first summarize amount A and amount B on a month level and then do a difference, after that ABS and then sum on the year level.
    This is workaround to avoid larger RPD changes.
    Regards,
    Goran O
    http://108obiee.blogspot.com/

  • How to get an account with an IsICP -"R" attribute calculated in the HFM Rule file

    Till recently everything was going fine with the calculations in our HFM setup ( Version 4.1)
    We have say around 8 Expense accounts which roll up into a Parent account say ALL446 which finally rolls up into Operating Expenses.
    Operating Expenses
      |__ parent account
          |_INVALO
           |_ALL446
              |__222446
              |__242446
    And we have a calculation in the rule file as below
    HS.EXP "A#BE FIXED COST = A#Operating Expenses +A#SGA - A#BE VC OP F10"
    This was calculating correctly till we did the below change
    Added IsICP attribute to couple of accounts say 222446 and 242446 ( in the above example) in the metadata which finally rolls up into Operating Expense.
    Note: we did not add any Plug account attribute to the accounts
    Now the problem what we have in hand is -> Fixed Cost is not calculating correctly.- It happens that the two accounts for which we added the IsICP are not showing up in the calculation and the data in those two accounts are not adding up in Fixed Cost.
    POV in GRID/Excel -> actual,2013,periodic,<Entity Currency>, ICP Top, AllCustom1, AllCustom2, AllCustom3, None( for custom4)
    But when we retrieve Operating Expenses in Excel - it is showing the correct amount, even in the grid - but looks like when the rule tries to calculate Fixed Expenses using the above rule - these accounts are not adding up in the Operating expenses.
    I tried the formula ( to check what number is coming into Fixed cost ) - the result is zero - But in the grid/excel I see amount for acct2. Same POV as above
    HS.EXP "A#BE FIXED COST = A#222446"
    and if I add & Tops to the account like below ( getting some weird number instead of what is there in acct2)
    HS.EXP "A#BE FIXED COST = A#222446" & Tops
    Questions:
    1) Where exactly I am going wrong ?
    2) Is it MANDATORY to have a Plugaccount attribute when we have IsICP turned to "R" ?
    3) What will happen if we do not have a Plugaccount for the IsICP account ?
    4) How to correct the formula to make sure I get the number in the acct2 into Fixed Cost??
    5) Do we need to have the IsICP turned on to the immediate parent of the account having IsICP and the Top parents of the account too??
    6) Is it possible to get the exact number what we have in 222446 into BE Fixed Cost account via Rule?- why I am not getting it
    Notes:
    BE Fixed Cost-> account type -"Expense", IsCalculated - yes, IsConsolidated - yes, IsICP- N, Custom1TopMember - AllFunctions, Custom3TopMember- AllCustom3, enabled allcustom1,2,3,4aggregations
    Operating Expenses->"Expense", IsCalculated - No, IsConsolidated - yes, IsICP- N, Custom1TopMember - AllFunctions, Custom3TopMember- AllCustom3, enabled allcustom1,2,3,4aggregations
    INVALO ->"Expense", IsCalculated - No, IsConsolidated - yes, IsICP- N, Custom1TopMember -none, Custom3TopMember- none,
    enabled allcustom1,2,3,4aggregations
    Problematic account 222446 -> "Expense", IsCalculated - No, IsConsolidated - yes, IsICP- R, Custom1TopMember - Operations, Custom3TopMember- AllCustom3, enabled allcustom1,2,3,4aggregations
    The Entity on which I am trying to get the data( mentioning wherever I have attributes for this entity)
    DefCurrency - DEM, Allowadjs- enabled, IsICP - enabled, Userdefined 2 - financial, - SecurityasPartner attribute - is not selected through out the applicaiton.
    Variable
    Tops = ".I#[ICP Top].C1#AllCustom1.C2#AllCustom2.C3#AllCustom3.C4#[None]"
    tried attaching the attachments ( but service is unavailable)
    Waiting for all of your valuable suggestions..

    1) why was I not getting the formula right when I use & Tops
    I'm assuming that BE Fixed Cost has N for IsICP, in that case you can not write to invalid intersections as it would attempt to use the same ICP information
    2) Is it MANDATORY to have a Plugaccount attribute when we have IsICP turned to "R" ?
    No
    3) What will happen if we do not have a Plugaccount for the IsICP account ?
    It will not run eliminations
    4) Do we need to have the IsICP turned on to the immediate parent of the account having IsICP and the Top parents of the account too??
    If you want it to rollup, yes you would need that.  We have all Parent accounts as isICP set to Y and top member to ICP Entities so that they roll up
    5) which will have priority the rule or the Grid where we have the calculated member like the BE Fixed Cost - because in the grid I had icptop, allcustom1,2 3 and when had & Tops to the account - I got some weird numbers...
    I'm not following the question here, grids are just really a display mechanism, rules will handle all of the calculations.

  • How to do calculations on the combinational data.

    Hi,
       I am not able to do calculations on the combinational data. I have four combinations the formula what I am expecting
    comb4 = comb1*comb2/comb3.
    For this I have written formula like below by using REC syntax. Let me know how could I do this. Please find the below script logic an the formula log.
    LOGIC:
      *SELECT(%PROJECT_VALUES%,"ID","PROJECT","SCTSQ1='Y'")
    *XDIM_MEMBERSET PROJECT=%PROJECT_VALUES%
    //*XDIM_MEMBERSET DATASRC = INPUT
    //*XDIM_MEMBERSET CLIENT_GROUP = 1010
    //*XDIM_MEMBERSET CATEGORY = BUDGET
    //*XDIM_MEMBERSET RPTCURRENCY = LC
    *FOR %PROJECT_VAR%=%PROJECT_VALUES%
    *WHEN PROJECT
    *IS 9074541
    *WHEN ENTITY
    *IS PC10102106
    *WHEN ACCOUNT
    *IS 58192
    *WHEN INTCO
    *IS Non_InterCo
    *WHEN TIME
    *IS 2011.JAN
    *REC(FACTOR=([PROJECT].[PROJECT_VAR],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Non_InterCo],[TIME].[2011.BSS])/([PROJECT].[No_PPC],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Alloc_PC10102106],[TIME].[2011.BSS]),PROJECT=%PROJECT_VAR%,ENTITY=NO_PCENTER,ACCOUNT=880014,INTCO=Non_InterCo,TIME=2011.FEB)
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *NEXT
    *COMMIT
    FORMULA LOG:
      LGX:
    *XDIM_MEMBERSET PROJECT=8392321,8392322,8392323,8392326,8392327,8392332,8392339,8392348,8392349,8392350,8392351,8392352,8392354,8392355,8392387,8392391,8392398,8688673,8905302,8905303,8918960,8962018,8962022,8962025,8968928,31049475,31051109,31065115,31066112,31066113,31077404,31077406,31100620,31100621,31100622,31100623,31100624,31100625,31100626,31100627,31100629,31100631,31100633,31100634,31112552,31112553,31112554,31112556,31114884,31175064,31175122
    *WHEN PROJECT
    *IS 9074541
    *WHEN ENTITY
    *IS PC10102106
    *WHEN ACCOUNT
    *IS 58192
    *WHEN INTCO
    *IS Non_InterCo
    *WHEN TIME
    *IS 2011.JAN
    *REC(FACTOR=([PROJECT].[PROJECT_VAR],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Non_InterCo],[TIME].[2011.BSS])/([PROJECT].[No_PPC],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Alloc_PC10102106],[TIME].[2011.BSS]),PROJECT=8392321,ENTITY=NO_PCENTER,ACCOUNT=880014,INTCO=Non_InterCo,TIME=2011.FEB)
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *WHEN PROJECT
    *IS 9074541
    *WHEN ENTITY
    *IS PC10102106
    *WHEN ACCOUNT
    *IS 58192
    *WHEN INTCO
    *IS Non_InterCo
    *WHEN TIME
    *IS 2011.JAN
    *REC(FACTOR=([PROJECT].[PROJECT_VAR],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Non_InterCo],[TIME].[2011.BSS])/([PROJECT].[No_PPC],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Alloc_PC10102106],[TIME].[2011.BSS]),PROJECT=8392322,ENTITY=NO_PCENTER,ACCOUNT=880014,INTCO=Non_InterCo,TIME=2011.FEB)
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *WHEN PROJECT
    *IS 9074541
    *WHEN ENTITY
    *IS PC10102106
    *WHEN ACCOUNT
    *IS 58192
    *WHEN INTCO
    *IS Non_InterCo
    *WHEN TIME
    *IS 2011.JAN
    *REC(FACTOR=([PROJECT].[PROJECT_VAR],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Non_InterCo],[TIME].[2011.BSS])/([PROJECT].[No_PPC],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Alloc_PC10102106],[TIME].[2011.BSS]),PROJECT=8392323,ENTITY=NO_PCENTER,ACCOUNT=880014,INTCO=Non_InterCo,TIME=2011.FEB)
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *WHEN PROJECT
    *IS 9074541
    *WHEN ENTITY
    *IS PC10102106
    *WHEN ACCOUNT
    *IS 58192
    *WHEN INTCO
    *IS Non_InterCo
    *WHEN TIME
    *IS 2011.JAN
    *REC(FACTOR=([PROJECT].[PROJECT_VAR],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Non_InterCo],[TIME].[2011.BSS])/([PROJECT].[No_PPC],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Alloc_PC10102106],[TIME].[2011.BSS]),PROJECT=8392326,ENTITY=NO_PCENTER,ACCOUNT=880014,INTCO=Non_InterCo,TIME=2011.FEB)
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *WHEN PROJECT
    *IS 9074541
    *WHEN ENTITY
    *IS PC10102106
    *WHEN ACCOUNT
    *IS 58192
    *WHEN INTCO
    *IS Non_InterCo
    *WHEN TIME
    *IS 2011.JAN
    *REC(FACTOR=([PROJECT].[PROJECT_VAR],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Non_InterCo],[TIME].[2011.BSS])/([PROJECT].[No_PPC],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Alloc_PC10102106],[TIME].[2011.BSS]),PROJECT=8392327,ENTITY=NO_PCENTER,ACCOUNT=880014,INTCO=Non_InterCo,TIME=2011.FEB)
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *WHEN PROJECT
    *IS 9074541
    *WHEN ENTITY
    *IS PC10102106
    *WHEN ACCOUNT
    *IS 58192
    *WHEN INTCO
    *IS Non_InterCo
    *WHEN TIME
    *IS 2011.JAN
    *REC(FACTOR=([PROJECT].[PROJECT_VAR],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Non_InterCo],[TIME].[2011.BSS])/([PROJECT].[No_PPC],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Alloc_PC10102106],[TIME].[2011.BSS]),PROJECT=8392332,ENTITY=NO_PCENTER,ACCOUNT=880014,INTCO=Non_InterCo,TIME=2011.FEB)
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *WHEN PROJECT
    *IS 9074541
    *WHEN ENTITY
    *IS PC10102106
    *WHEN ACCOUNT
    *IS 58192
    *WHEN INTCO
    *IS Non_InterCo
    *WHEN TIME
    *IS 2011.JAN
    *REC(FACTOR=([PROJECT].[PROJECT_VAR],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Non_InterCo],[TIME].[2011.BSS])/([PROJECT].[No_PPC],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Alloc_PC10102106],[TIME].[2011.BSS]),PROJECT=8392339,ENTITY=NO_PCENTER,ACCOUNT=880014,INTCO=Non_InterCo,TIME=2011.FEB)
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *WHEN PROJECT
    *IS 9074541
    *WHEN ENTITY
    *IS PC10102106
    *WHEN ACCOUNT
    *IS 58192
    *WHEN INTCO
    *IS Non_InterCo
    *WHEN TIME
    *IS 2011.JAN
    *REC(FACTOR=([PROJECT].[PROJECT_VAR],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Non_InterCo],[TIME].[2011.BSS])/([PROJECT].[No_PPC],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Alloc_PC10102106],[TIME].[2011.BSS]),PROJECT=8392348,ENTITY=NO_PCENTER,ACCOUNT=880014,INTCO=Non_InterCo,TIME=2011.FEB)
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *WHEN PROJECT
    *IS 9074541
    *WHEN ENTITY
    *IS PC10102106
    *WHEN ACCOUNT
    *IS 58192
    *WHEN INTCO
    *IS Non_InterCo
    *WHEN TIME
    *IS 2011.JAN
    *REC(FACTOR=([PROJECT].[PROJECT_VAR],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Non_InterCo],[TIME].[2011.BSS])/([PROJECT].[No_PPC],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Alloc_PC10102106],[TIME].[2011.BSS]),PROJECT=8392349,ENTITY=NO_PCENTER,ACCOUNT=880014,INTCO=Non_InterCo,TIME=2011.FEB)
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *WHEN PROJECT
    *IS 9074541
    *WHEN ENTITY
    *IS PC10102106
    *WHEN ACCOUNT
    *IS 58192
    *WHEN INTCO
    *IS Non_InterCo
    *WHEN TIME
    *IS 2011.JAN
    *REC(FACTOR=([PROJECT].[PROJECT_VAR],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Non_InterCo],[TIME].[2011.BSS])/([PROJECT].[No_PPC],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Alloc_PC10102106],[TIME].[2011.BSS]),PROJECT=8392350,ENTITY=NO_PCENTER,ACCOUNT=880014,INTCO=Non_InterCo,TIME=2011.FEB)
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *WHEN PROJECT
    *IS 9074541
    *WHEN ENTITY
    *IS PC10102106
    *WHEN ACCOUNT
    *IS 58192
    *WHEN INTCO
    *IS Non_InterCo
    *WHEN TIME
    *IS 2011.JAN
    *REC(FACTOR=([PROJECT].[PROJECT_VAR],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Non_InterCo],[TIME].[2011.BSS])/([PROJECT].[No_PPC],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Alloc_PC10102106],[TIME].[2011.BSS]),PROJECT=8392351,ENTITY=NO_PCENTER,ACCOUNT=880014,INTCO=Non_InterCo,TIME=2011.FEB)
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *WHEN PROJECT
    *IS 9074541
    *WHEN ENTITY
    *IS PC10102106
    *WHEN ACCOUNT
    *IS 58192
    *WHEN INTCO
    *IS Non_InterCo
    *WHEN TIME
    *IS 2011.JAN
    *REC(FACTOR=([PROJECT].[PROJECT_VAR],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Non_InterCo],[TIME].[2011.BSS])/([PROJECT].[No_PPC],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Alloc_PC10102106],[TIME].[2011.BSS]),PROJECT=8392352,ENTITY=NO_PCENTER,ACCOUNT=880014,INTCO=Non_InterCo,TIME=2011.FEB)
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *WHEN PROJECT
    *IS 9074541
    *WHEN ENTITY
    *IS PC10102106
    *WHEN ACCOUNT
    *IS 58192
    *WHEN INTCO
    *IS Non_InterCo
    *WHEN TIME
    *IS 2011.JAN
    *REC(FACTOR=([PROJECT].[PROJECT_VAR],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Non_InterCo],[TIME].[2011.BSS])/([PROJECT].[No_PPC],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Alloc_PC10102106],[TIME].[2011.BSS]),PROJECT=8392354,ENTITY=NO_PCENTER,ACCOUNT=880014,INTCO=Non_InterCo,TIME=2011.FEB)
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *WHEN PROJECT
    *IS 9074541
    *WHEN ENTITY
    *IS PC10102106
    *WHEN ACCOUNT
    *IS 58192
    *WHEN INTCO
    *IS Non_InterCo
    *WHEN TIME
    *IS 2011.JAN
    *REC(FACTOR=([PROJECT].[PROJECT_VAR],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Non_InterCo],[TIME].[2011.BSS])/([PROJECT].[No_PPC],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Alloc_PC10102106],[TIME].[2011.BSS]),PROJECT=8392355,ENTITY=NO_PCENTER,ACCOUNT=880014,INTCO=Non_InterCo,TIME=2011.FEB)
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *WHEN PROJECT
    *IS 9074541
    *WHEN ENTITY
    *IS PC10102106
    *WHEN ACCOUNT
    *IS 58192
    *WHEN INTCO
    *IS Non_InterCo
    *WHEN TIME
    *IS 2011.JAN
    *REC(FACTOR=([PROJECT].[PROJECT_VAR],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Non_InterCo],[TIME].[2011.BSS])/([PROJECT].[No_PPC],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Alloc_PC10102106],[TIME].[2011.BSS]),PROJECT=8392387,ENTITY=NO_PCENTER,ACCOUNT=880014,INTCO=Non_InterCo,TIME=2011.FEB)
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *WHEN PROJECT
    *IS 9074541
    *WHEN ENTITY
    *IS PC10102106
    *WHEN ACCOUNT
    *IS 58192
    *WHEN INTCO
    *IS Non_InterCo
    *WHEN TIME
    *IS 2011.JAN
    *REC(FACTOR=([PROJECT].[PROJECT_VAR],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Non_InterCo],[TIME].[2011.BSS])/([PROJECT].[No_PPC],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Alloc_PC10102106],[TIME].[2011.BSS]),PROJECT=8392391,ENTITY=NO_PCENTER,ACCOUNT=880014,INTCO=Non_InterCo,TIME=2011.FEB)
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *WHEN PROJECT
    *IS 9074541
    *WHEN ENTITY
    *IS PC10102106
    *WHEN ACCOUNT
    *IS 58192
    *WHEN INTCO
    *IS Non_InterCo
    *WHEN TIME
    *IS 2011.JAN
    *REC(FACTOR=([PROJECT].[PROJECT_VAR],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Non_InterCo],[TIME].[2011.BSS])/([PROJECT].[No_PPC],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Alloc_PC10102106],[TIME].[2011.BSS]),PROJECT=8392398,ENTITY=NO_PCENTER,ACCOUNT=880014,INTCO=Non_InterCo,TIME=2011.FEB)
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *WHEN PROJECT
    *IS 9074541
    *WHEN ENTITY
    *IS PC10102106
    *WHEN ACCOUNT
    *IS 58192
    *WHEN INTCO
    *IS Non_InterCo
    *WHEN TIME
    *IS 2011.JAN
    *REC(FACTOR=([PROJECT].[PROJECT_VAR],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Non_InterCo],[TIME].[2011.BSS])/([PROJECT].[No_PPC],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Alloc_PC10102106],[TIME].[2011.BSS]),PROJECT=8688673,ENTITY=NO_PCENTER,ACCOUNT=880014,INTCO=Non_InterCo,TIME=2011.FEB)
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *WHEN PROJECT
    *IS 9074541
    *WHEN ENTITY
    *IS PC10102106
    *WHEN ACCOUNT
    *IS 58192
    *WHEN INTCO
    *IS Non_InterCo
    *WHEN TIME
    *IS 2011.JAN
    *REC(FACTOR=([PROJECT].[PROJECT_VAR],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Non_InterCo],[TIME].[2011.BSS])/([PROJECT].[No_PPC],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Alloc_PC10102106],[TIME].[2011.BSS]),PROJECT=8905302,ENTITY=NO_PCENTER,ACCOUNT=880014,INTCO=Non_InterCo,TIME=2011.FEB)
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *WHEN PROJECT
    *IS 9074541
    *WHEN ENTITY
    *IS PC10102106
    *WHEN ACCOUNT
    *IS 58192
    *WHEN INTCO
    *IS Non_InterCo
    *WHEN TIME
    *IS 2011.JAN
    *REC(FACTOR=([PROJECT].[PROJECT_VAR],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Non_InterCo],[TIME].[2011.BSS])/([PROJECT].[No_PPC],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Alloc_PC10102106],[TIME].[2011.BSS]),PROJECT=8905303,ENTITY=NO_PCENTER,ACCOUNT=880014,INTCO=Non_InterCo,TIME=2011.FEB)
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *WHEN PROJECT
    *IS 9074541
    *WHEN ENTITY
    *IS PC10102106
    *WHEN ACCOUNT
    *IS 58192
    *WHEN INTCO
    *IS Non_InterCo
    *WHEN TIME
    *IS 2011.JAN
    *REC(FACTOR=([PROJECT].[PROJECT_VAR],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Non_InterCo],[TIME].[2011.BSS])/([PROJECT].[No_PPC],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Alloc_PC10102106],[TIME].[2011.BSS]),PROJECT=8918960,ENTITY=NO_PCENTER,ACCOUNT=880014,INTCO=Non_InterCo,TIME=2011.FEB)
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *WHEN PROJECT
    *IS 9074541
    *WHEN ENTITY
    *IS PC10102106
    *WHEN ACCOUNT
    *IS 58192
    *WHEN INTCO
    *IS Non_InterCo
    *WHEN TIME
    *IS 2011.JAN
    *REC(FACTOR=([PROJECT].[PROJECT_VAR],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Non_InterCo],[TIME].[2011.BSS])/([PROJECT].[No_PPC],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Alloc_PC10102106],[TIME].[2011.BSS]),PROJECT=8962018,ENTITY=NO_PCENTER,ACCOUNT=880014,INTCO=Non_InterCo,TIME=2011.FEB)
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *WHEN PROJECT
    *IS 9074541
    *WHEN ENTITY
    *IS PC10102106
    *WHEN ACCOUNT
    *IS 58192
    *WHEN INTCO
    *IS Non_InterCo
    *WHEN TIME
    *IS 2011.JAN
    *REC(FACTOR=([PROJECT].[PROJECT_VAR],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Non_InterCo],[TIME].[2011.BSS])/([PROJECT].[No_PPC],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Alloc_PC10102106],[TIME].[2011.BSS]),PROJECT=8962022,ENTITY=NO_PCENTER,ACCOUNT=880014,INTCO=Non_InterCo,TIME=2011.FEB)
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *WHEN PROJECT
    *IS 9074541
    *WHEN ENTITY
    *IS PC10102106
    *WHEN ACCOUNT
    *IS 58192
    *WHEN INTCO
    *IS Non_InterCo
    *WHEN TIME
    *IS 2011.JAN
    *REC(FACTOR=([PROJECT].[PROJECT_VAR],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Non_InterCo],[TIME].[2011.BSS])/([PROJECT].[No_PPC],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Alloc_PC10102106],[TIME].[2011.BSS]),PROJECT=8962025,ENTITY=NO_PCENTER,ACCOUNT=880014,INTCO=Non_InterCo,TIME=2011.FEB)
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *WHEN PROJECT
    *IS 9074541
    *WHEN ENTITY
    *IS PC10102106
    *WHEN ACCOUNT
    *IS 58192
    *WHEN INTCO
    *IS Non_InterCo
    *WHEN TIME
    *IS 2011.JAN
    *REC(FACTOR=([PROJECT].[PROJECT_VAR],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Non_InterCo],[TIME].[2011.BSS])/([PROJECT].[No_PPC],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Alloc_PC10102106],[TIME].[2011.BSS]),PROJECT=8968928,ENTITY=NO_PCENTER,ACCOUNT=880014,INTCO=Non_InterCo,TIME=2011.FEB)
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *WHEN PROJECT
    *IS 9074541
    *WHEN ENTITY
    *IS PC10102106
    *WHEN ACCOUNT
    *IS 58192
    *WHEN INTCO
    *IS Non_InterCo
    *WHEN TIME
    *IS 2011.JAN
    *REC(FACTOR=([PROJECT].[PROJECT_VAR],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Non_InterCo],[TIME].[2011.BSS])/([PROJECT].[No_PPC],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Alloc_PC10102106],[TIME].[2011.BSS]),PROJECT=31049475,ENTITY=NO_PCENTER,ACCOUNT=880014,INTCO=Non_InterCo,TIME=2011.FEB)
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *WHEN PROJECT
    *IS 9074541
    *WHEN ENTITY
    *IS PC10102106
    *WHEN ACCOUNT
    *IS 58192
    *WHEN INTCO
    *IS Non_InterCo
    *WHEN TIME
    *IS 2011.JAN
    *REC(FACTOR=([PROJECT].[PROJECT_VAR],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Non_InterCo],[TIME].[2011.BSS])/([PROJECT].[No_PPC],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Alloc_PC10102106],[TIME].[2011.BSS]),PROJECT=31051109,ENTITY=NO_PCENTER,ACCOUNT=880014,INTCO=Non_InterCo,TIME=2011.FEB)
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *WHEN PROJECT
    *IS 9074541
    *WHEN ENTITY
    *IS PC10102106
    *WHEN ACCOUNT
    *IS 58192
    *WHEN INTCO
    *IS Non_InterCo
    *WHEN TIME
    *IS 2011.JAN
    *REC(FACTOR=([PROJECT].[PROJECT_VAR],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Non_InterCo],[TIME].[2011.BSS])/([PROJECT].[No_PPC],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Alloc_PC10102106],[TIME].[2011.BSS]),PROJECT=31065115,ENTITY=NO_PCENTER,ACCOUNT=880014,INTCO=Non_InterCo,TIME=2011.FEB)
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *WHEN PROJECT
    *IS 9074541
    *WHEN ENTITY
    *IS PC10102106
    *WHEN ACCOUNT
    *IS 58192
    *WHEN INTCO
    *IS Non_InterCo
    *WHEN TIME
    *IS 2011.JAN
    *REC(FACTOR=([PROJECT].[PROJECT_VAR],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Non_InterCo],[TIME].[2011.BSS])/([PROJECT].[No_PPC],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Alloc_PC10102106],[TIME].[2011.BSS]),PROJECT=31066112,ENTITY=NO_PCENTER,ACCOUNT=880014,INTCO=Non_InterCo,TIME=2011.FEB)
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *WHEN PROJECT
    *IS 9074541
    *WHEN ENTITY
    *IS PC10102106
    *WHEN ACCOUNT
    *IS 58192
    *WHEN INTCO
    *IS Non_InterCo
    *WHEN TIME
    *IS 2011.JAN
    *REC(FACTOR=([PROJECT].[PROJECT_VAR],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Non_InterCo],[TIME].[2011.BSS])/([PROJECT].[No_PPC],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Alloc_PC10102106],[TIME].[2011.BSS]),PROJECT=31066113,ENTITY=NO_PCENTER,ACCOUNT=880014,INTCO=Non_InterCo,TIME=2011.FEB)
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *WHEN PROJECT
    *IS 9074541
    *WHEN ENTITY
    *IS PC10102106
    *WHEN ACCOUNT
    *IS 58192
    *WHEN INTCO
    *IS Non_InterCo
    *WHEN TIME
    *IS 2011.JAN
    *REC(FACTOR=([PROJECT].[PROJECT_VAR],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Non_InterCo],[TIME].[2011.BSS])/([PROJECT].[No_PPC],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Alloc_PC10102106],[TIME].[2011.BSS]),PROJECT=31077404,ENTITY=NO_PCENTER,ACCOUNT=880014,INTCO=Non_InterCo,TIME=2011.FEB)
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *WHEN PROJECT
    *IS 9074541
    *WHEN ENTITY
    *IS PC10102106
    *WHEN ACCOUNT
    *IS 58192
    *WHEN INTCO
    *IS Non_InterCo
    *WHEN TIME
    *IS 2011.JAN
    *REC(FACTOR=([PROJECT].[PROJECT_VAR],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Non_InterCo],[TIME].[2011.BSS])/([PROJECT].[No_PPC],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Alloc_PC10102106],[TIME].[2011.BSS]),PROJECT=31077406,ENTITY=NO_PCENTER,ACCOUNT=880014,INTCO=Non_InterCo,TIME=2011.FEB)
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *WHEN PROJECT
    *IS 9074541
    *WHEN ENTITY
    *IS PC10102106
    *WHEN ACCOUNT
    *IS 58192
    *WHEN INTCO
    *IS Non_InterCo
    *WHEN TIME
    *IS 2011.JAN
    *REC(FACTOR=([PROJECT].[PROJECT_VAR],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Non_InterCo],[TIME].[2011.BSS])/([PROJECT].[No_PPC],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Alloc_PC10102106],[TIME].[2011.BSS]),PROJECT=31100620,ENTITY=NO_PCENTER,ACCOUNT=880014,INTCO=Non_InterCo,TIME=2011.FEB)
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *WHEN PROJECT
    *IS 9074541
    *WHEN ENTITY
    *IS PC10102106
    *WHEN ACCOUNT
    *IS 58192
    *WHEN INTCO
    *IS Non_InterCo
    *WHEN TIME
    *IS 2011.JAN
    *REC(FACTOR=([PROJECT].[PROJECT_VAR],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Non_InterCo],[TIME].[2011.BSS])/([PROJECT].[No_PPC],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Alloc_PC10102106],[TIME].[2011.BSS]),PROJECT=31100621,ENTITY=NO_PCENTER,ACCOUNT=880014,INTCO=Non_InterCo,TIME=2011.FEB)
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *WHEN PROJECT
    *IS 9074541
    *WHEN ENTITY
    *IS PC10102106
    *WHEN ACCOUNT
    *IS 58192
    *WHEN INTCO
    *IS Non_InterCo
    *WHEN TIME
    *IS 2011.JAN
    *REC(FACTOR=([PROJECT].[PROJECT_VAR],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Non_InterCo],[TIME].[2011.BSS])/([PROJECT].[No_PPC],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Alloc_PC10102106],[TIME].[2011.BSS]),PROJECT=31100622,ENTITY=NO_PCENTER,ACCOUNT=880014,INTCO=Non_InterCo,TIME=2011.FEB)
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *WHEN PROJECT
    *IS 9074541
    *WHEN ENTITY
    *IS PC10102106
    *WHEN ACCOUNT
    *IS 58192
    *WHEN INTCO
    *IS Non_InterCo
    *WHEN TIME
    *IS 2011.JAN
    *REC(FACTOR=([PROJECT].[PROJECT_VAR],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Non_InterCo],[TIME].[2011.BSS])/([PROJECT].[No_PPC],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Alloc_PC10102106],[TIME].[2011.BSS]),PROJECT=31100623,ENTITY=NO_PCENTER,ACCOUNT=880014,INTCO=Non_InterCo,TIME=2011.FEB)
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *WHEN PROJECT
    *IS 9074541
    *WHEN ENTITY
    *IS PC10102106
    *WHEN ACCOUNT
    *IS 58192
    *WHEN INTCO
    *IS Non_InterCo
    *WHEN TIME
    *IS 2011.JAN
    *REC(FACTOR=([PROJECT].[PROJECT_VAR],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Non_InterCo],[TIME].[2011.BSS])/([PROJECT].[No_PPC],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Alloc_PC10102106],[TIME].[2011.BSS]),PROJECT=31100624,ENTITY=NO_PCENTER,ACCOUNT=880014,INTCO=Non_InterCo,TIME=2011.FEB)
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *WHEN PROJECT
    *IS 9074541
    *WHEN ENTITY
    *IS PC10102106
    *WHEN ACCOUNT
    *IS 58192
    *WHEN INTCO
    *IS Non_InterCo
    *WHEN TIME
    *IS 2011.JAN
    *REC(FACTOR=([PROJECT].[PROJECT_VAR],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Non_InterCo],[TIME].[2011.BSS])/([PROJECT].[No_PPC],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Alloc_PC10102106],[TIME].[2011.BSS]),PROJECT=31100625,ENTITY=NO_PCENTER,ACCOUNT=880014,INTCO=Non_InterCo,TIME=2011.FEB)
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *WHEN PROJECT
    *IS 9074541
    *WHEN ENTITY
    *IS PC10102106
    *WHEN ACCOUNT
    *IS 58192
    *WHEN INTCO
    *IS Non_InterCo
    *WHEN TIME
    *IS 2011.JAN
    *REC(FACTOR=([PROJECT].[PROJECT_VAR],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Non_InterCo],[TIME].[2011.BSS])/([PROJECT].[No_PPC],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Alloc_PC10102106],[TIME].[2011.BSS]),PROJECT=31100626,ENTITY=NO_PCENTER,ACCOUNT=880014,INTCO=Non_InterCo,TIME=2011.FEB)
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *WHEN PROJECT
    *IS 9074541
    *WHEN ENTITY
    *IS PC10102106
    *WHEN ACCOUNT
    *IS 58192
    *WHEN INTCO
    *IS Non_InterCo
    *WHEN TIME
    *IS 2011.JAN
    *REC(FACTOR=([PROJECT].[PROJECT_VAR],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Non_InterCo],[TIME].[2011.BSS])/([PROJECT].[No_PPC],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Alloc_PC10102106],[TIME].[2011.BSS]),PROJECT=31100627,ENTITY=NO_PCENTER,ACCOUNT=880014,INTCO=Non_InterCo,TIME=2011.FEB)
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *WHEN PROJECT
    *IS 9074541
    *WHEN ENTITY
    *IS PC10102106
    *WHEN ACCOUNT
    *IS 58192
    *WHEN INTCO
    *IS Non_InterCo
    *WHEN TIME
    *IS 2011.JAN
    *REC(FACTOR=([PROJECT].[PROJECT_VAR],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Non_InterCo],[TIME].[2011.BSS])/([PROJECT].[No_PPC],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Alloc_PC10102106],[TIME].[2011.BSS]),PROJECT=31100629,ENTITY=NO_PCENTER,ACCOUNT=880014,INTCO=Non_InterCo,TIME=2011.FEB)
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *WHEN PROJECT
    *IS 9074541
    *WHEN ENTITY
    *IS PC10102106
    *WHEN ACCOUNT
    *IS 58192
    *WHEN INTCO
    *IS Non_InterCo
    *WHEN TIME
    *IS 2011.JAN
    *REC(FACTOR=([PROJECT].[PROJECT_VAR],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Non_InterCo],[TIME].[2011.BSS])/([PROJECT].[No_PPC],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Alloc_PC10102106],[TIME].[2011.BSS]),PROJECT=31100631,ENTITY=NO_PCENTER,ACCOUNT=880014,INTCO=Non_InterCo,TIME=2011.FEB)
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *WHEN PROJECT
    *IS 9074541
    *WHEN ENTITY
    *IS PC10102106
    *WHEN ACCOUNT
    *IS 58192
    *WHEN INTCO
    *IS Non_InterCo
    *WHEN TIME
    *IS 2011.JAN
    *REC(FACTOR=([PROJECT].[PROJECT_VAR],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Non_InterCo],[TIME].[2011.BSS])/([PROJECT].[No_PPC],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Alloc_PC10102106],[TIME].[2011.BSS]),PROJECT=31100633,ENTITY=NO_PCENTER,ACCOUNT=880014,INTCO=Non_InterCo,TIME=2011.FEB)
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *WHEN PROJECT
    *IS 9074541
    *WHEN ENTITY
    *IS PC10102106
    *WHEN ACCOUNT
    *IS 58192
    *WHEN INTCO
    *IS Non_InterCo
    *WHEN TIME
    *IS 2011.JAN
    *REC(FACTOR=([PROJECT].[PROJECT_VAR],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Non_InterCo],[TIME].[2011.BSS])/([PROJECT].[No_PPC],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Alloc_PC10102106],[TIME].[2011.BSS]),PROJECT=31100634,ENTITY=NO_PCENTER,ACCOUNT=880014,INTCO=Non_InterCo,TIME=2011.FEB)
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *WHEN PROJECT
    *IS 9074541
    *WHEN ENTITY
    *IS PC10102106
    *WHEN ACCOUNT
    *IS 58192
    *WHEN INTCO
    *IS Non_InterCo
    *WHEN TIME
    *IS 2011.JAN
    *REC(FACTOR=([PROJECT].[PROJECT_VAR],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Non_InterCo],[TIME].[2011.BSS])/([PROJECT].[No_PPC],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Alloc_PC10102106],[TIME].[2011.BSS]),PROJECT=31112552,ENTITY=NO_PCENTER,ACCOUNT=880014,INTCO=Non_InterCo,TIME=2011.FEB)
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *WHEN PROJECT
    *IS 9074541
    *WHEN ENTITY
    *IS PC10102106
    *WHEN ACCOUNT
    *IS 58192
    *WHEN INTCO
    *IS Non_InterCo
    *WHEN TIME
    *IS 2011.JAN
    *REC(FACTOR=([PROJECT].[PROJECT_VAR],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Non_InterCo],[TIME].[2011.BSS])/([PROJECT].[No_PPC],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Alloc_PC10102106],[TIME].[2011.BSS]),PROJECT=31112553,ENTITY=NO_PCENTER,ACCOUNT=880014,INTCO=Non_InterCo,TIME=2011.FEB)
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *WHEN PROJECT
    *IS 9074541
    *WHEN ENTITY
    *IS PC10102106
    *WHEN ACCOUNT
    *IS 58192
    *WHEN INTCO
    *IS Non_InterCo
    *WHEN TIME
    *IS 2011.JAN
    *REC(FACTOR=([PROJECT].[PROJECT_VAR],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Non_InterCo],[TIME].[2011.BSS])/([PROJECT].[No_PPC],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Alloc_PC10102106],[TIME].[2011.BSS]),PROJECT=31112554,ENTITY=NO_PCENTER,ACCOUNT=880014,INTCO=Non_InterCo,TIME=2011.FEB)
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *WHEN PROJECT
    *IS 9074541
    *WHEN ENTITY
    *IS PC10102106
    *WHEN ACCOUNT
    *IS 58192
    *WHEN INTCO
    *IS Non_InterCo
    *WHEN TIME
    *IS 2011.JAN
    *REC(FACTOR=([PROJECT].[PROJECT_VAR],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Non_InterCo],[TIME].[2011.BSS])/([PROJECT].[No_PPC],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Alloc_PC10102106],[TIME].[2011.BSS]),PROJECT=31112556,ENTITY=NO_PCENTER,ACCOUNT=880014,INTCO=Non_InterCo,TIME=2011.FEB)
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *WHEN PROJECT
    *IS 9074541
    *WHEN ENTITY
    *IS PC10102106
    *WHEN ACCOUNT
    *IS 58192
    *WHEN INTCO
    *IS Non_InterCo
    *WHEN TIME
    *IS 2011.JAN
    *REC(FACTOR=([PROJECT].[PROJECT_VAR],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Non_InterCo],[TIME].[2011.BSS])/([PROJECT].[No_PPC],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Alloc_PC10102106],[TIME].[2011.BSS]),PROJECT=31114884,ENTITY=NO_PCENTER,ACCOUNT=880014,INTCO=Non_InterCo,TIME=2011.FEB)
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *WHEN PROJECT
    *IS 9074541
    *WHEN ENTITY
    *IS PC10102106
    *WHEN ACCOUNT
    *IS 58192
    *WHEN INTCO
    *IS Non_InterCo
    *WHEN TIME
    *IS 2011.JAN
    *REC(FACTOR=([PROJECT].[PROJECT_VAR],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Non_InterCo],[TIME].[2011.BSS])/([PROJECT].[No_PPC],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Alloc_PC10102106],[TIME].[2011.BSS]),PROJECT=31175064,ENTITY=NO_PCENTER,ACCOUNT=880014,INTCO=Non_InterCo,TIME=2011.FEB)
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *WHEN PROJECT
    *IS 9074541
    *WHEN ENTITY
    *IS PC10102106
    *WHEN ACCOUNT
    *IS 58192
    *WHEN INTCO
    *IS Non_InterCo
    *WHEN TIME
    *IS 2011.JAN
    *REC(FACTOR=([PROJECT].[PROJECT_VAR],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Non_InterCo],[TIME].[2011.BSS])/([PROJECT].[No_PPC],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Alloc_PC10102106],[TIME].[2011.BSS]),PROJECT=31175122,ENTITY=NO_PCENTER,ACCOUNT=880014,INTCO=Non_InterCo,TIME=2011.FEB)
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *COMMIT
    LOG:
    LOG BEGIN TIME:2012-06-13 05:20:14
    FILE:\ROOT\WEBFOLDERS\Global_PandL_BAC \ADMINAPP\TEST\TEST.LGF
    USER:Z-BPCSYS
    APPSET:Global_PandL_BAC
    APPLICATION:TEST
    [INFO] GET_DIM_LIST(): I_APPL_ID="TEST", #dimensions=10
    ACCOUNT,CATEGORY,CLIENT_GROUP,DATASRC,ENTITY,INTCO,MEASURES,PROJECT,RPTCURRENCY,TIME
    #dim_memberset=1
    PROJECT:8392321,8392322,8392323,8392326,8392327,...51 in total.
    [INFO] GET_DIM_LIST(): I_APPL_ID="TEST", #dimensions=10
    ACCOUNT,CATEGORY,CLIENT_GROUP,DATASRC,ENTITY,INTCO,MEASURES,PROJECT,RPTCURRENCY,TIME
    #dim_memberset=1
    PROJECT:8392321,8392322,8392323,8392326,8392327,...51 in total.
    [INFO] GET_DIM_LIST(): I_APPL_ID="TEST", #dimensions=10
    ACCOUNT,CATEGORY,CLIENT_GROUP,DATASRC,ENTITY,INTCO,MEASURES,PROJECT,RPTCURRENCY,TIME
    #dim_memberset=1
    PROJECT:8392321,8392322,8392323,8392326,8392327,...51 in total.
    [INFO] GET_DIM_LIST(): I_APPL_ID="TEST", #dimensions=10
    ACCOUNT,CATEGORY,CLIENT_GROUP,DATASRC,ENTITY,INTCO,MEASURES,PROJECT,RPTCURRENCY,TIME
    #dim_memberset=1
    PROJECT:8392321,8392322,8392323,8392326,8392327,...51 in total.
    [INFO] GET_DIM_LIST(): I_APPL_ID="TEST", #dimensions=10
    ACCOUNT,CATEGORY,CLIENT_GROUP,DATASRC,ENTITY,INTCO,MEASURES,PROJECT,RPTCURRENCY,TIME
    #dim_memberset=1
    PROJECT:8392321,8392322,8392323,8392326,8392327,...51 in total.
    [INFO] GET_DIM_LIST(): I_APPL_ID="TEST", #dimensions=10
    ACCOUNT,CATEGORY,CLIENT_GROUP,DATASRC,ENTITY,INTCO,MEASURES,PROJECT,RPTCURRENCY,TIME
    #dim_memberset=1
    PROJECT:8392321,8392322,8392323,8392326,8392327,...51 in total.
    [INFO] GET_DIM_LIST(): I_APPL_ID="TEST", #dimensions=10
    ACCOUNT,CATEGORY,CLIENT_GROUP,DATASRC,ENTITY,INTCO,MEASURES,PROJECT,RPTCURRENCY,TIME
    #dim_memberset=1
    PROJECT:8392321,8392322,8392323,8392326,8392327,...51 in total.
    [INFO] GET_DIM_LIST(): I_APPL_ID="TEST", #dimensions=10
    ACCOUNT,CATEGORY,CLIENT_GROUP,DATASRC,ENTITY,INTCO,MEASURES,PROJECT,RPTCURRENCY,TIME
    #dim_memberset=1
    PROJECT:8392321,8392322,8392323,8392326,8392327,...51 in total.
    [INFO] GET_DIM_LIST(): I_APPL_ID="TEST", #dimensions=10
    ACCOUNT,CATEGORY,CLIENT_GROUP,DATASRC,ENTITY,INTCO,MEASURES,PROJECT,RPTCURRENCY,TIME
    #dim_memberset=1
    PROJECT:8392321,8392322,8392323,8392326,8392327,...51 in total.
    [INFO] GET_DIM_LIST(): I_APPL_ID="TEST", #dimensions=10
    ACCOUNT,CATEGORY,CLIENT_GROUP,DATASRC,ENTITY,INTCO,MEASURES,PROJECT,RPTCURRENCY,TIME
    #dim_memberset=1
    PROJECT:8392321,8392322,8392323,8392326,8392327,...51 in total.
    [INFO] GET_DIM_LIST(): I_APPL_ID="TEST", #dimensions=10
    ACCOUNT,CATEGORY,CLIENT_GROUP,DATASRC,ENTITY,INTCO,MEASURES,PROJECT,RPTCURRENCY,TIME
    #dim_memberset=1
    PROJECT:8392321,8392322,8392323,8392326,8392327,...51 in total.
    [INFO] GET_DIM_LIST(): I_APPL_ID="TEST", #dimensions=10
    ACCOUNT,CATEGORY,CLIENT_GROUP,DATASRC,ENTITY,INTCO,MEASURES,PROJECT,RPTCURRENCY,TIME
    #dim_memberset=1
    PROJECT:8392321,8392322,8392323,8392326,8392327,...51 in total.
    [INFO] GET_DIM_LIST(): I_APPL_ID="TEST", #dimensions=10
    ACCOUNT,CATEGORY,CLIENT_GROUP,DATASRC,ENTITY,INTCO,MEASURES,PROJECT,RPTCURRENCY,TIME
    #dim_memberset=1
    PROJECT:8392321,8392322,8392323,8392326,8392327,...51 in total.
    [INFO] GET_DIM_LIST(): I_APPL_ID="TEST", #dimensions=10
    ACCOUNT,CATEGORY,CLIENT_GROUP,DATASRC,ENTITY,INTCO,MEASURES,PROJECT,RPTCURRENCY,TIME
    #dim_memberset=1
    PROJECT:8392321,8392322,8392323,8392326,8392327,...51 in total.
    [INFO] GET_DIM_LIST(): I_APPL_ID="TEST", #dimensions=10
    ACCOUNT,CATEGORY,CLIENT_GROUP,DATASRC,ENTITY,INTCO,MEASURES,PROJECT,RPTCURRENCY,TIME
    #dim_memberset=1
    PROJECT:8392321,8392322,8392323,8392326,8392327,...51 in total.
    [INFO] GET_DIM_LIST(): I_APPL_ID="TEST", #dimensions=10
    ACCOUNT,CATEGORY,CLIENT_GROUP,DATASRC,ENTITY,INTCO,MEASURES,PROJECT,RPTCURRENCY,TIME
    #dim_memberset=1
    PROJECT:8392321,8392322,8392323,8392326,8392327,...51 in total.
    [INFO] GET_DIM_LIST(): I_APPL_ID="TEST", #dimensions=10
    ACCOUNT,CATEGORY,CLIENT_GROUP,DATASRC,ENTITY,INTCO,MEASURES,PROJECT,RPTCURRENCY,TIME
    #dim_memberset=1
    PROJECT:8392321,8392322,8392323,8392326,8392327,...51 in total.
    [INFO] GET_DIM_LIST(): I_APPL_ID="TEST", #dimensions=10
    ACCOUNT,CATEGORY,CLIENT_GROUP,DATASRC,ENTITY,INTCO,MEASURES,PROJECT,RPTCURRENCY,TIME
    #dim_memberset=1
    PROJECT:8392321,8392322,8392323,8392326,8392327,...51 in total.
    [INFO] GET_DIM_LIST(): I_APPL_ID="TEST", #dimensions=10
    ACCOUNT,CATEGORY,CLIENT_GROUP,DATASRC,ENTITY,INTCO,MEASURES,PROJECT,RPTCURRENCY,TIME
    #dim_memberset=1
    PROJECT:8392321,8392322,8392323,8392326,8392327,...51 in total.
    [INFO] GET_DIM_LIST(): I_APPL_ID="TEST", #dimensions=10
    ACCOUNT,CATEGORY,CLIENT_GROUP,DATASRC,ENTITY,INTCO,MEASURES,PROJECT,RPTCURRENCY,TIME
    #dim_memberset=1
    PROJECT:8392321,8392322,8392323,8392326,8392327,...51 in total.
    [INFO] GET_DIM_LIST(): I_APPL_ID="TEST", #dimensions=10
    ACCOUNT,CATEGORY,CLIENT_GROUP,DATASRC,ENTITY,INTCO,MEASURES,PROJECT,RPTCURRENCY,TIME
    #dim_memberset=1
    PROJECT:8392321,8392322,8392323,8392326,8392327,...51 in total.
    [INFO] GET_DIM_LIST(): I_APPL_ID="TEST", #dimensions=10
    ACCOUNT,CATEGORY,CLIENT_GROUP,DATASRC,ENTITY,INTCO,MEASURES,PROJECT,RPTCURRENCY,TIME
    #dim_memberset=1
    PROJECT:8392321,8392322,8392323,8392326,8392327,...51 in total.
    [INFO] GET_DIM_LIST(): I_APPL_ID="TEST", #dimensions=10
    ACCOUNT,CATEGORY,CLIENT_GROUP,DATASRC,ENTITY,INTCO,MEASURES,PROJECT,RPTCURRENCY,TIME
    #dim_memberset=1
    PROJECT:8392321,8392322,8392323,8392326,8392327,...51 in total.
    [INFO] GET_DIM_LIST(): I_APPL_ID="TEST", #dimensions=10
    ACCOUNT,CATEGORY,CLIENT_GROUP,DATASRC,ENTITY,INTCO,MEASURES,PROJECT,RPTCURRENCY,TIME
    #dim_memberset=1
    PROJECT:8392321,8392322,8392323,8392326,8392327,...51 in total.
    [INFO] GET_DIM_LIST(): I_APPL_ID="TEST", #dimensions=10
    ACCOUNT,CATEGORY,CLIENT_GROUP,DATASRC,ENTITY,INTCO,MEASURES,PROJECT,RPTCURRENCY,TIME
    #dim_memberset=1
    PROJECT:8392321,8392322,8392323,8392326,8392327,...51 in total.
    [INFO] GET_DIM_LIST(): I_APPL_ID="TEST", #dimensions=10
    ACCOUNT,CATEGORY,CLIENT_GROUP,DATASRC,ENTITY,INTCO,MEASURES,PROJECT,RPTCURRENCY,TIME
    #dim_memberset=1
    PROJECT:8392321,8392322,8392323,8392326,8392327,...51 in total.
    [INFO] GET_DIM_LIST(): I_APPL_ID="TEST", #dimensions=10
    ACCOUNT,CATEGORY,CLIENT_GROUP,DATASRC,ENTITY,INTCO,MEASURES,PROJECT,RPTCURRENCY,TIME
    #dim_memberset=1
    PROJECT:8392321,8392322,8392323,8392326,8392327,...51 in total.
    [INFO] GET_DIM_LIST(): I_APPL_ID="TEST", #dimensions=10
    ACCOUNT,CATEGORY,CLIENT_GROUP,DATASRC,ENTITY,INTCO,MEASURES,PROJECT,RPTCURRENCY,TIME
    #dim_memberset=1
    PROJECT:8392321,8392322,8392323,8392326,8392327,...51 in total.
    [INFO] GET_DIM_LIST(): I_APPL_ID="TEST", #dimensions=10
    ACCOUNT,CATEGORY,CLIENT_GROUP,DATASRC,ENTITY,INTCO,MEASURES,PROJECT,RPTCURRENCY,TIME
    #dim_memberset=1
    PROJECT:8392321,8392322,8392323,8392326,8392327,...51 in total.
    [INFO] GET_DIM_LIST(): I_APPL_ID="TEST", #dimensions=10
    ACCOUNT,CATEGORY,CLIENT_GROUP,DATASRC,ENTITY,INTCO,MEASURES,PROJECT,RPTCURRENCY,TIME
    #dim_memberset=1
    PROJECT:8392321,8392322,8392323,8392326,8392327,...51 in total.
    [INFO] GET_DIM_LIST(): I_APPL_ID="TEST", #dimensions=10
    ACCOUNT,CATEGORY,CLIENT_GROUP,DATASRC,ENTITY,INTCO,MEASURES,PROJECT,RPTCURRENCY,TIME
    #dim_memberset=1
    PROJECT:8392321,8392322,8392323,8392326,8392327,...51 in total.
    [INFO] GET_DIM_LIST(): I_APPL_ID="TEST", #dimensions=10
    ACCOUNT,CATEGORY,CLIENT_GROUP,DATASRC,ENTITY,INTCO,MEASURES,PROJECT,RPTCURRENCY,TIME
    #dim_memberset=1
    PROJECT:8392321,8392322,8392323,8392326,8392327,...51 in total.
    [INFO] GET_DIM_LIST(): I_APPL_ID="TEST", #dimensions=10
    ACCOUNT,CATEGORY,CLIENT_GROUP,DATASRC,ENTITY,INTCO,MEASURES,PROJECT,RPTCURRENCY,TIME
    #dim_memberset=1
    PROJECT:8392321,8392322,8392323,8392326,8392327,...51 in total.
    [INFO] GET_DIM_LIST(): I_APPL_ID="TEST", #dimensions=10
    ACCOUNT,CATEGORY,CLIENT_GROUP,DATASRC,ENTITY,INTCO,MEASURES,PROJECT,RPTCURRENCY,TIME
    #dim_memberset=1
    PROJECT:8392321,8392322,8392323,8392326,8392327,...51 in total.
    [INFO] GET_DIM_LIST(): I_APPL_ID="TEST", #dimensions=10
    ACCOUNT,CATEGORY,CLIENT_GROUP,DATASRC,ENTITY,INTCO,MEASURES,PROJECT,RPTCURRENCY,TIME
    #dim_memberset=1
    PROJECT:8392321,8392322,8392323,8392326,8392327,...51 in total.
    [INFO] GET_DIM_LIST(): I_APPL_ID="TEST", #dimensions=10
    ACCOUNT,CATEGORY,CLIENT_GROUP,DATASRC,ENTITY,INTCO,MEASURES,PROJECT,RPTCURRENCY,TIME
    #dim_memberset=1
    PROJECT:8392321,8392322,8392323,8392326,8392327,...51 in total.
    [INFO] GET_DIM_LIST(): I_APPL_ID="TEST", #dimensions=10
    ACCOUNT,CATEGORY,CLIENT_GROUP,DATASRC,ENTITY,INTCO,MEASURES,PROJECT,RPTCURRENCY,TIME
    #dim_memberset=1
    PROJECT:8392321,8392322,8392323,8392326,8392327,...51 in total.
    [INFO] GET_DIM_LIST(): I_APPL_ID="TEST", #dimensions=10
    ACCOUNT,CATEGORY,CLIENT_GROUP,DATASRC,ENTITY,INTCO,MEASURES,PROJECT,RPTCURRENCY,TIME
    #dim_memberset=1
    PROJECT:8392321,8392322,8392323,8392326,8392327,...51 in total.
    [INFO] GET_DIM_LIST(): I_APPL_ID="TEST", #dimensions=10
    ACCOUNT,CATEGORY,CLIENT_GROUP,DATASRC,ENTITY,INTCO,MEASURES,PROJECT,RPTCURRENCY,TIME
    #dim_memberset=1
    PROJECT:8392321,8392322,8392323,8392326,8392327,...51 in total.
    [INFO] GET_DIM_LIST(): I_APPL_ID="TEST", #dimensions=10
    ACCOUNT,CATEGORY,CLIENT_GROUP,DATASRC,ENTITY,INTCO,MEASURES,PROJECT,RPTCURRENCY,TIME
    #dim_memberset=1
    PROJECT:8392321,8392322,8392323,8392326,8392327,...51 in total.
    [INFO] GET_DIM_LIST(): I_APPL_ID="TEST", #dimensions=10
    ACCOUNT,CATEGORY,CLIENT_GROUP,DATASRC,ENTITY,INTCO,MEASURES,PROJECT,RPTCURRENCY,TIME
    #dim_memberset=1
    PROJECT:8392321,8392322,8392323,8392326,8392327,...51 in total.
    [INFO] GET_DIM_LIST(): I_APPL_ID="TEST", #dimensions=10
    ACCOUNT,CATEGORY,CLIENT_GROUP,DATASRC,ENTITY,INTCO,MEASURES,PROJECT,RPTCURRENCY,TIME
    #dim_memberset=1
    PROJECT:8392321,8392322,8392323,8392326,8392327,...51 in total.
    [INFO] GET_DIM_LIST(): I_APPL_ID="TEST", #dimensions=10
    ACCOUNT,CATEGORY,CLIENT_GROUP,DATASRC,ENTITY,INTCO,MEASURES,PROJECT,RPTCURRENCY,TIME
    #dim_memberset=1
    PROJECT:8392321,8392322,8392323,8392326,8392327,...51 in total.
    [INFO] GET_DIM_LIST(): I_APPL_ID="TEST", #dimensions=10
    ACCOUNT,CATEGORY,CLIENT_GROUP,DATASRC,ENTITY,INTCO,MEASURES,PROJECT,RPTCURRENCY,TIME
    #dim_memberset=1
    PROJECT:8392321,8392322,8392323,8392326,8392327,...51 in total.
    [INFO] GET_DIM_LIST(): I_APPL_ID="TEST", #dimensions=10
    ACCOUNT,CATEGORY,CLIENT_GROUP,DATASRC,ENTITY,INTCO,MEASURES,PROJECT,RPTCURRENCY,TIME
    #dim_memberset=1
    PROJECT:8392321,8392322,8392323,8392326,8392327,...51 in total.
    [INFO] GET_DIM_LIST(): I_APPL_ID="TEST", #dimensions=10
    ACCOUNT,CATEGORY,CLIENT_GROUP,DATASRC,ENTITY,INTCO,MEASURES,PROJECT,RPTCURRENCY,TIME
    #dim_memberset=1
    PROJECT:8392321,8392322,8392323,8392326,8392327,...51 in total.
    [INFO] GET_DIM_LIST(): I_APPL_ID="TEST", #dimensions=10
    ACCOUNT,CATEGORY,CLIENT_GROUP,DATASRC,ENTITY,INTCO,MEASURES,PROJECT,RPTCURRENCY,TIME
    #dim_memberset=1
    PROJECT:8392321,8392322,8392323,8392326,8392327,...51 in total.
    [INFO] GET_DIM_LIST(): I_APPL_ID="TEST", #dimensions=10
    ACCOUNT,CATEGORY,CLIENT_GROUP,DATASRC,ENTITY,INTCO,MEASURES,PROJECT,RPTCURRENCY,TIME
    #dim_memberset=1
    PROJECT:8392321,8392322,8392323,8392326,8392327,...51 in total.
    [INFO] GET_DIM_LIST(): I_APPL_ID="TEST", #dimensions=10
    ACCOUNT,CATEGORY,CLIENT_GROUP,DATASRC,ENTITY,INTCO,MEASURES,PROJECT,RPTCURRENCY,TIME
    #dim_memberset=1
    PROJECT:8392321,8392322,8392323,8392326,8392327,...51 in total.
    [INFO] GET_DIM_LIST(): I_APPL_ID="TEST", #dimensions=10
    ACCOUNT,CATEGORY,CLIENT_GROUP,DATASRC,ENTITY,INTCO,MEASURES,PROJECT,RPTCURRENCY,TIME
    #dim_memberset=1
    PROJECT:8392321,8392322,8392323,8392326,8392327,...51 in total.
    [INFO] GET_DIM_LIST(): I_APPL_ID="TEST", #dimensions=10
    ACCOUNT,CATEGORY,CLIENT_GROUP,DATASRC,ENTITY,INTCO,MEASURES,PROJECT,RPTCURRENCY,TIME
    #dim_memberset=1
    PROJECT:8392321,8392322,8392323,8392326,8392327,...51 in total.
    SCRIPT RUNNING TIME IN TOTAL:2.01 s.
    LOG END TIME:2012-06-13 05:20:16  
    Thanks and Regards,
    Krishna.

    Hi Vadim,
                  I have implemented a script for all the base members,It is working fine with the right out put. I have a requirement i.e to pick any one of the project which is having the property SCTSQ1 = Y. How to pur this property name in this script. Please help me in this.
    Developed Script for the BASE members:
      //*SELECT("%PROJECT_VALUES%","ID","PROJECT","SCTSQ1='Y'")
    //*XDIM_MEMBERSET PROJECT = %PROJECT_VAR%
    //*XDIM_MEMBERSET TIME = 2011.TOTAL
    //*FOR %PROJECT_VAR%=%PROJECT_VALUES%
    *WHEN PROJECT
    *IS 9074541
    *WHEN CLIENT_GROUP
    *IS 1010
    *WHEN ACCOUNT
    *IS 58192
    *WHEN DATASRC
    *IS INPUT
    *WHEN RPTCURRENCY
    *IS LC
    *WHEN CATEGORY
    *IS BUDGET
    *WHEN TIME
    *IS 2010.APR
    *REC(EXPRESSION=(%VALUE%*([PROJECT].[8392321],[CATEGORY].[BUDGET],[ACCOUNT].[880014],[RPTCURRENCY].[LC],[DATASRC].[INPUT],[CLIENT_GROUP].[1010],[TIME].[2010.JUL])/([PROJECT].[9074542],[ACCOUNT].[880014],[CATEGORY].[BUDGET],[DATASRC].[INPUT],[RPTCURRENCY].[LC],[CLIENT_GROUP].[1010],[TIME].[2010.AUG])*-1),PROJECT=9074543,CATEGORY=BUDGET,ACCOUNT=58123,DATASRC=INPUT,CLIENT_GROUP=1010,TIME=2010.AUG,RPTCURRENCY=LC)
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    //*NEXT
    *COMMIT
    Thanks and Regards,
    Krishna.

  • HT201406 in scientific calculator mode the 7 8 9 numbers/area doesn't work on ipod touch, how can I rectify this?

    The screen is not touch sensitive in the area covered by the 7 8 9 numbers when the ipod is in the horizontal (in scientific calculator orientation) - the rest of the screen is fine. But because of the ares affected I cannot even log on to internet as the password needed has the letters in the affected area!! Frustrating!!
    Any idea how to correct this - in simple terms please as I am not very technical at all!!
    There are no physical marks or scratches on the screen in the area affected.

    Try the following:
    - A reset. Nothing is lost
    Reset iPod touch: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Restore from backup
    - Restore to factory settings/new iPod.
    If you still have the problem that indicates a hardware problem and an appointment at the Genius Bar of an Apple store is in order

  • Cess on TDS is not calculating at the time of posting F-47

    Dear All,
    Cess on TDS is not calculating at the time of F-47 (vendor Down payment Requst)
    Mean system is deducting TDS amount only, not deducting Cess amount on TDS . at the time invoice posting Cess & TDS calculating in this company code (1111)
                But in other (2222) companycode,system calculating cess on TDS at the time F-47 . both company codes under the same system. if we apply perticular notes on above issue is there any affect to other (2222)company code settings ?
    Plse give me advise urgant.
    Raja

    Hi
    In the withholding tax settings Define Withholding Tax Type for Invoice Posting
    and Define Withholding Tax Type for Payment Posting for CESS ,check whether you selected in <b>calculation part</b>: tax amount as base for calculation and selected inherit base.
    If this is not done system will not calculate the Cess.
    Regards
    Aravind
    Assign points if useful

  • Interest to be calculated on the installment amount.

    Hi All,
    I have created installment plan and i want my system to calculate interest on the open item. I have checked out event 2010 but i am not able to get the interest calculated as the installment document has been posted as statistical document.
    Please suggest me an approch to resolve the issue.
    Thanks,
    Gaurav

    use 2010 event

  • Is there a way to get the calculator from the dashboard to appear along with other programs?  Can anyone recommend a calculator which will work as a stand alone app?

    AS it stands now, in order to use the calculator that comes with the Dashboard, you cannot read from a list of numbers in, lets say, word or excel. The dashboard is full screen and nothing can stand along side it. Is there a way to get the calculator from the dashboard to appear along with other programs?  Can anyone recommend a calculator which will work as a stand alone app?

    there is one, just search with spotlight "Calculator".
    It works great!
    Hope this helps.

  • Performing ranking calculations with the BEx Query Designer - ideas?

    I have a scenario where I have a key figure with raw values.  In the column beside this I want to rank the key figures by their raw values.
    Something like this:
    Amount      Rank
       0.11           2
       0.05           3
       0.22           1
       0.03           4
    I can do this no problem using the "Calculate Single Values as:" Ranked List.
    For subsequent calculations I need to perform mathematical operations on the RANK column.    For example say I want to make a 3rd column where I divide the rank by 2:
    Amount      Rank     Rank by 2
       0.11           2             1
       0.05           3            1.5
       0.22           1            0.5
       0.03           4             2
    I cannot figure out how to do this as SAP does not really STORE the values of the rank column for my next calculation.  The "Rank by 2" column actually shows this:
    Rank by 2
        0.065
        0.0025
         0.11
        0.015
    which is dividing the original amount by 2 and not the actual RANK value.
    Anyone have some suggestions on what I can do?

    I know what you are talking about, it will always return 1 or zero which is true or false, I don't think you can do anything much to this. Since, the value of Ranked is getting calculated at runtime.
    thanks.
    Wond

  • MSC2n next inspection lot to be calculated from the production date

    Hi gurus,
    My query is
    1.  In Tcode MSC2n, next inspection lot is to be calculated from the production date and not from last goods movement date. is it possible to get next inspection lot to be calculated from the production date.
    2. how to make automatic creation of inspection lot in SAP based on the next inspection date. Right not, it is being done manually using T-code QA07.
    thanks in advance
    regards
    vb

    To manipulate next inspection date use user exit QEVA0003.
    To automatically create 09 inspection types use transaction QA05, schedule it to run in background at periodic interval

  • Report with characteristic and calculation in the rows

    Hi,
    I need to do a report that has to have in the rows a characteristic, a selection and calculation based in the result line of the characteristic, as presented following:
                 Column X Column Y ...
    Characteristic
            Result line
    Selection (hided)
    Calculation (Selection / Result line *100)
    Then its necessary to be possible to drill down to another characteristic.
    Please if you have done some report like this one please give me some ideas on how to do it.
    I'm thinking to make a workbook with two queries but this arise some issues in terms of the layout because I would need to put the query with the calculation above the other because otherwise it would be overwrote.
    I have some doubts also on how to make the drilldown possible???
    If you can help me I would be very grateful and I will assign points...
    Best regards,
    Ana

    Hi Ane,
    It seems little tricky here.
    Try this way to see all your values of  Asset class in single selection(Hope it works!!)
    Rows -> First Drag Asset Class
    Then create a structure jsut below this Char -> In New selection,define the name as you want & Use Asset Class as Restriction
    It should look like this in rows:
    Asset Class (Char)
    Structure
    Asset Class (Name of your selection - restricted with Asset class)
    Please check n lemme know if it works
    Sriman

  • Percentage calculation on the Vendor payable amount

    Hi Friends,
    I am putting up a scenario and the requirement related to the vendor payment. It is as follows :
    It is an agricultural business. Company is making down payment to vendors at the time of purchasing goods from them. They pay the balance after the end of season say after 1 or 2 months. While making the payment, they calculate 16% commission on the remaining amount and pay the same over and above the balance payment to the vendor.
    Requirement : 
    a. They want that 16% commission to be calculated by the system and make the posting with the consolidated payment.
    b. They want it in bulk and hence through automatic payment program.
    Kindly suggest at the earliest.
    Thanks And Regards
    Sagar P

    Hi Ramki,
    Thanks a lot for showing interest in helping me out. Also regrets for not replying soon.
    I will explain you the process in detail :
    This scenario is for their Sugar Factory.This client does contract with two types of vendors : 1. Contractors who owns Tractors & 2. Contractors who owns bullock carts. The contract is for a seaon in the year which is basically from October - March. Here contractors will provide sugarcane to the company. Here the company gives advance to the contractors and start purchasing sugar canes throughout the season. Their process is as follows :
    1. CONTRACTORS PAYMENT SCENARIO :
    The Process :  Advance to Contractors = Rs.150000 / Tractor.
    2. BULLOCK CART CONTRACTORS SCENARIO :
    The Process : Advance to Contractors = Rs.20000 / family.
    Payment & Deductions :
    Contractors will provide goods / services for free till the advance given is fully recovered. The entry of advance given will be made in the books in the first instance and the deductions will be settled with every bill / invoice raised by the contractor.
      During the season :
    10% amount will be held (or recorded against security held) on every supply / service provided / Bill made.
    Amount of Diesel / Bamboo sticks etc. will be settled. 
    (ii) At the end of the season : 
    Remaining amount if any will be paid after 15 days (as per the normal vendor payment process i.e. payment every 15 days)
    Requirements of the client from SAP :
    1. 10% Amount deduction while each bill / invoice posting to   these contractors (they will settle it at the end of the season)
    2. Diesel Amount to be settled at the time of each invoice
    3. Commission % to be specified to each contractor : 16% in the above case ( if advance taken) & (ii) 20% who do not take advance.
    Kindly help.
    Thanks And Regards
    Sagar Padhye

  • Interest charges should be calculated on the original invoice value

    Interest should be charged monthly . Invoice issued to customer stating 'interest for late payment of invoicesu2026'. Subsequent interest charges should be calculated on the original invoice value

    Hi,
    please select a particular document type(except DR/KR) for customers/vendors for interest postings.
    so that system post interest postings only this document type. While doing the interest calculation you can exclude this document type, so that interest can be calculated only on invoice line items only.
    please use the following path to determine document type for transactions OBV1, OBV9, OBV3 & OBV4.
    Goto---Doc. type.
    Rgds
    Murali. N

  • Internal calculation of the font tracking (text running width)

    Is it true, that in the english version the internal calculation of the font tracking (text running width) in InDesign is hard-coded in inch and could not changed in cm in the options. (I know that I could do this for the rulers)
    So we better should use a german version to avoid Problems with print shops or design agencies in Germany.

    In the past we had problems here in Germany when we use the english version of InDesign. We have some big files, each about 1200 pages and when we share this files with print shops or design agencies which uses the german version they had sometimes problems with the font tracking eg text run out of text boxes and so on. Adobe told us that can happen because the english version works internal with inch and we could not change this. So we start using the german version and all the problems where solved. Now we want to update to the actual version and had an internal discussion if we should order the english or german version.

Maybe you are looking for

  • Update data from a view

    Hi, trying to update data from a view with: - Company (table) - Products (table) In a form, the user wants to update e.g: both products.product_name and Company.company_name. Is there a way to update a view records built on 2 tables ? Any idea will b

  • Premiere Pro CS5 Performance Issues

    Hi.  I have been using Premiere Pro CS5 5.0.3 for editing videos that I shoot for several years now.  I offload all the video files I shoot from a Canon XHA1 camera from a SanDisk compactflash card to a Drobo S Raid 0 array (all the drives in the Dro

  • New to Leopard and wondering why there is disk activity every hour

    Time machine and synch are turned off - but every hour the Mac wakes from sleep, does something unknown, and then goes back to sleep again. Any idea what it could be doing every hour (on the hour)? It never happened in Tiger.

  • Lightroom 1.0; request minimal importing and placeholders for incompatible files

    It's distressing to find out the Lightroom 1.0 still insists that PSD files be saved with maximize compatibility, at the expense of a huge increase in file size, simply to have it be shown among the files an imported folder. While I have no need for

  • Why customer master idoc named like DEBMAS?

    hi, i am just curious know why customer master idoc named like DEBMAS? vendor master data idoc as cremas? any German abbreviation or English abbreviation behind this will be appreciated. thanks & regards Raja Message was edited by:         Raja