Current period/Year to Date Amount calculation

Hi,
I would like to create a query in Bex Query Designer.
Requirements:
If I enter current period and Fiscal year then the report should appear total of period 1 to current period.
Example:
Period: 4
Year:  2008
For Cost Elements in Controlling.
The report should be like
|Cost Elements   |   Amount of(P1P2P3+P4)|
I can keep select variable as filter to enter current period, But how can I calculate the total amount from period 1 to current period.
Any help would be appreciated.
Thanks,
Aparna.
Edited by: Aparna Pyeddu on Jan 29, 2009 9:45 PM
Edited by: Aparna Pyeddu on Jan 29, 2009 9:46 PM

Hi,
To get the required output do like this...
1. Create a Customet Exit Variable on 0FISCPER. (Single, Mandotory, Uncheck Ready for InPut):'ZFY_CURR'
2. Create a Customet Exit Variable on 0FISCPER. (Single, Mandotory, Uncheck Ready for InPut):'ZFY_CUR1'
3.In Free Chars drag and Drop 0FISCPER and the restrict with Variable '0P_FPER'.
4.Create New Selection in Columns and the Drag your Key figure and then Drag 0FISCPER and then restrict with (Select Value Range) []ZFY_CURR; ZFY_CUR1.
5. Execute the report then you can get the desired output.
The below Code is for From Period
WHEN 'ZFY_CURR'.
Data: ZSF(4) type C,
      ZSF1(3) type C,
      ZSFY(7) type C,
      ZSFH(7) type C.
      ZSF1 = '001'.
  LOOP AT i_t_var_range INTO loc_var_range WHERE vnam = '0P_FPER'.
    IF sy-subrc = 0.
      CLEAR: l_s_range.
      ZSF = loc_var_range-LOW+0(4).
      ZSFH = loc_var_range-LOW.
      CONCATENATE ZSF ZSF1 INTO ZSFY.
      l_s_range-low = ZSFY.
      l_s_range-sign = 'I'.
      l_s_range-opt = 'EQ'.
      APPEND l_s_range TO e_t_range.
    ENDIF.
  ENDLOOP.
The below Code is for To Period
WHEN 'ZFY_CUR1'.
  LOOP AT i_t_var_range INTO loc_var_range WHERE vnam = '0P_FPER'.
    IF sy-subrc = 0.
      CLEAR: l_s_range.
      ZSFH = loc_var_range-LOW.
      l_s_range-low = ZSFH.
      l_s_range-sign = 'I'.
      l_s_range-opt = 'EQ'.
      APPEND l_s_range TO e_t_range.
    ENDIF.
  ENDLOOP.
Thanks
Reddy
Edited by: Surendra Reddy on Jan 31, 2009 2:46 PM

Similar Messages

  • Return current period based off of current fiscal year and date

    Good Afternoon,
    Is there a way in the webi that I can create a dimension that always reflects the current Fiscal Month based of Fiscal year and date? I have a report that I am trying to show sales for a customer based off the current fiscal month. I would like this report when refreshed to be based off this fiscal month dimension instead of showing each fiscal month or changing it manually. What is the best way to do this?
    I have attached an image that shows current numbers by period (month) and then the YTD Totals. I would like to have my 'Period' column always reflect the current period and the Total column to reflect that months totals based off the period column. So for this period (3), instead of seeing 3 lines for each month I would just see the '3' and the total as $541,310.46, monthly as 412,502.09 and my YTD as 1,080,091.06.
    Any help is always appreciated!
    Thank you,
    Tiffany

    Hi,
    Create a variable
    FlagVar=If([Period]=Max([Period]) In Report;"Show";"Hide")
    And apply block filter of FlagVar=Show
    Are these coming TotalSales  MonthlyGoal YTDSales directly from universe? If they are calculated at report level then you might want to use NoFilter. like =NoFilter([YTDSales])

  • Getting Turnover Year to Date amount in Sales Order

    Hi Experts
    I would like to be able to have a UDF on Sales Order which shows Sales the Turnover Year to Date for the BP.
    I have created a UDF which is formatted as an amount field and a formatted search with the following syntax.  it is essentially a calculation of the total of all invoices minus credit notes:
    (select (select sum(t1.doctotal) - sum(t1.vatsum) from oinv t1 where (t1.cardcode = t0.cardcode) AND ((T1.[docdate]>='01.01.09') AND (T1.[docdate]<=GETDATE())))
    - (select sum(t2.doctotal) - sum(t2.vatsum) from orin t2 where (t2.cardcode = t0.cardcode)  AND ((T2.[docdate]>='01.01.09') AND (T2.[docdate]<=GETDATE()))))
    from OCRD T0  INNER JOIN OINV T1 ON T0.CardCode = T1.CardCode INNER JOIN ORIN T2 ON T0.CardCode = T2.CardCode
    WHERE T0.[CardCode] = $[$4.1.0]
    it is working for me unfortunately and I hope one of the experts can tell me where I am going wrong?
    Thanks
    Jon

    Hi
    Try this,
    DECLARE @a Numeric(19,6)
    DECLARE @b Numeric(19,6)
    Set @a = Select (SUM(T1.DocTotal) - SUM(T1.VATSUM))
    FROM  OCRD T0
    INNER JOIN OINV T1 ON T0.CardCode = T1.CardCode
    WHERE T0.CardCode = $[$4.0.0]
    AND
    T1.DocDate '01/01/2009' AND T1.DocDate<= 'GETDATE()'
    Set @B = Select SUM(T2.DocTotal) - SUM(T2.VATSUM)
    FROM OCRD T0
    INNER JOIN OINV T1 ON T0.CardCode = T1.CardCode
    INNER JOIN ORIN T2 ON T0.CardCode = T2.CardCode
    WHERE T0.CardCode = $[$4.0.0]
    AND
    T2.DocDate>= '01/01/2009' AND T2.DocDate<= 'GETDATE()'
    SELECT (@a-@b)
    Regards,
    Madhan.

  • PE51,  add' Year to Date' amount as an additional column on pay slip

    Hi everyone, I am new to PE51 pay slip forms.
    PE51, I tested standard form KF01 and able to see payslip.
    But how to add YTD amount as an additional column to wage type?
    Thank you for your help,
    Karen

    Please search this forum as there are many threads relating to the configuration of the Remuneration Statement (or Pay Slip).
    There may be additional information in the Wiki, and I know that there is some very explicit documentation on the web.
    But to get you started, always copy SAP's Standard (whether it is a Form, a Schema, a Program, etc...) into a Z version, and make your changes to the Z version.  In this case it would be to form ZF01.
    In the Change Window section, find your WT among the different groups, and make sure that it is pulling information from tables RT, RTS and CRT.

  • Year-to-date summarization

    Hi,
    I have to get the Year-to-date amount on an ALV output for a GL account. Is there any FM to do it?... Currently Iam just getting the output for the period that I put in selection screen.
    Thank you,
    SB.

    Hi
    You have to use the filed symbols for this purpose.
    see the sample code
    report zfgldr0010
           line-size 122
           line-count 60
           no standard page heading
           message-id zndc.
    Database Tables
    tables: bsis,      " Accounting: Secondary Index for G/L Accounts
            ska1,      " GL Account Master
            t001,      " Company Codes
            csks,      " Cost Centers Master
            setnode,   " Cost Center Group Hierarchy
            setleaf.   " Cost Center Group Hierarchy
    Declaration of Internal Tables
    Internal Table to fetch the Opex Budget & Capex Actual Data
    data: begin of it_bud_tab occurs 0,
            lednr   like cosp-lednr,          " Ledger No
            objnr   like cosp-objnr,          " Object No
            gjahr   like cosp-gjahr,          " Fiscal Year
            wrttp   like cosp-wrttp,          " Actuals
            versn   like cosp-versn,          " Version
            twaer   like cosp-twaer,          " Currency
            perbl   like cosp-perbl,          " Period Block
            kstar   like cosp-kstar,          " Cost Element/GL A/C No
            wog001  like cosp-wog001,         " Total Value
            wog002  like cosp-wog002,         " Total Value
            wog003  like cosp-wog001,         " Total Value
            wog004  like cosp-wog002,         " Total Value
            wog005  like cosp-wog001,         " Total Value
            wog006  like cosp-wog002,         " Total Value
            wog007  like cosp-wog001,         " Total Value
            wog008  like cosp-wog002,         " Total Value
            wog009  like cosp-wog001,         " Total Value
            wog010  like cosp-wog002,         " Total Value
            wog011  like cosp-wog001,         " Total Value
            wog012  like cosp-wog002,         " Total Value
          end of it_bud_tab.
    Internal Table to fetch the Settlement Costs(Opex-Actual)
    data: begin of it_set_tab occurs 0,
            kokrs   like coep-kokrs,          " Controlling Area
            belnr   like coep-belnr,          " Acc Document
            buzei   like coep-buzei,          " Line Item
            perio   like coep-perio,          " Period Block
            wkgbtr  like coep-wkgbtr,         " Value in CO Curr
            lednr   like coep-lednr,          " Ledger No
            objnr   like coep-objnr,          " Object No
            gjahr   like coep-gjahr,          " Fiscal Year
            wrttp   like coep-wrttp,          " Actuals
            versn   like coep-versn,          " Version
            kstar   like coep-kstar,          " Cost Element
            beknz   like coep-beknz,          " Dr/Cr Indicator
            parob1  like coep-parob1,         " Partner Object
          end of it_set_tab.
    Internal Table to fetch the COBRB data(Settlement rules)
    data: begin of cobrb_tab occurs 0,
            objnr   like cobrb-objnr,         " Object No
            rec_objnr1 like cobrb-rec_objnr1, " Ref Object No
            bureg   like cobrb-bureg,         " Dostribution Rule
            lfdnr   like cobrb-lfdnr,         " Sequence No
            perbz   like cobrb-perbz,         " Settlement Rule
            konty   like cobrb-konty,         " Acct Assign Category
            bukrs   like bsis-bukrs,          " Company Code
            kostl   like bsis-kostl,          " Cost Center
          end of cobrb_tab.
    Internal Table to Settlement Actual Costs for Cost center & GL
    data: begin of set_act_tab occurs 0,
            kostl   like csks-kostl,          " Cost Center
            hkont   like bsis-hkont,          " GL Account No
            amt_atd like bsis-dmbtr,          " YTD Actual
          end of set_act_tab.
    Internal Table to Settlement Actual Costs for Cost center
    data: begin of set1_act_tab occurs 0,
            kostl   like csks-kostl,          " Cost Center
            hkont   like bsis-hkont,          " GL Account No
            amt_atd like bsis-dmbtr,          " YTD Actual
          end of set1_act_tab.
    Internal Table to Capex Budget Figures
    data: begin of cap_tab occurs 0,
            belnr   like coej-belnr,          " Accounting Doc No
            buzei   like coej-buzei,          " Line Item No
            objnr   like coej-objnr,          " Object No
            wrttp   like bpej-wrttp,          " Value Type
            gjahr   like coej-gjahr,          " Fiscal Year
            wtjhr   like bpej-wtjhr,          " budget Value
          end of cap_tab.
    Internal Table to Segragate the Budget Figures(Full Year and YTD)
    data: begin of cap1_tab occurs 0,
            gjahr   like coej-gjahr,          " Fiscal Year
            kostl(10) type n,                 " Cost Center
            hkont(10) type n,                 " GL Account No
            amt_fy  like coej-wkf001,         " Full Year Amount
            amt_ytd like coej-wkf001,         " Ytd Amount
          end of cap1_tab.
    Internal Table to Sum up the Budget Figures(Full Year and YTD)
    data: begin of cap2_tab occurs 0,
            gjahr   like coej-gjahr,          " Fiscal Year
            kostl(10) type n,                 " Cost Center
            amt_fy  like coej-wkf001,         " Full Year Amount
            amt_ytd like coej-wkf001,         " Ytd Amount
          end of cap2_tab.
    Internal Table to Segragate the CAPEX YTD data(GL Wise)
    data: begin of cap_ytd_tab occurs 0,
            gjahr   like coej-gjahr,          " Fiscal Year
            kostl(10) type n,                 " Cost Center
            kstar   like coej-kstar,          " Cost Element
            amt_ytd like coej-wkf001,         " Ytd Amount
          end of cap_ytd_tab.
    Internal Table to Segragate the CAPEX YTD data(CC Wise)
    data: begin of cap1_ytd_tab occurs 0,
            gjahr   like coej-gjahr,          " Fiscal Year
            kostl(10) type n,                 " Cost Center
            amt_ytd like coej-wkf001,         " Ytd Amount
          end of cap1_ytd_tab.
    Internal Table to Segragate the Budget Figures(Full Year and YTD)
    data: begin of it_ytd_tab occurs 0,
            gjahr   like cosp-gjahr,          " Fiscal Year
            kostl   like bsis-kostl,          " Cost Center
            kstar   like cosp-kstar,          " Cost Element
            amt_fy  like cosp-wkf001,         " Full Year Amount
            amt_ytd like coej-wkf001,         " Ytd Amount
          end of it_ytd_tab.
    Internal Table to Segragate the Budget Figures(Full Year and YTD)
    data: begin of it_ytd1_tab occurs 0,
            gjahr   like cosp-gjahr,          " Fiscal Year
            kostl   like bsis-kostl,          " Cost Center
            amt_fy  like cosp-wkf001,         " Full Year Amount
            amt_ytd like coej-wkf001,         " Ytd Amount
          end of it_ytd1_tab.
    Internal Table to fetch the Actual YTD Figures
    data: begin of it_act_tab occurs 0,
            bukrs   like bsis-bukrs,          " Company Code
            hkont   like bsis-hkont,          " GL Account No
            gjahr   like bsis-gjahr,          " Fiscal Year
            belnr   like bsis-belnr,          " Accounting Doc No
            budat   like bsis-budat,          " Posting Date
            waers   like bsis-waers,          " Currency
            kostl   like bsis-kostl,          " Cost Center
            shkzg   like bsis-shkzg,          " Dr/Cr Indicator
            dmbtr   like bsis-dmbtr,          " Doc Amount
          end of it_act_tab.
    Internal Table to fetch the Actual YTD Figures( GL-SUM)
    data: begin of act1_tab occurs 0,
            bukrs   like bsis-bukrs,          " Company Code
            kostl   like bsis-kostl,          " Cost Center
            hkont   like bsis-hkont,          " GL Account No
            gjahr   like bsis-gjahr,          " Fiscal Year
            dmbtr   like bsis-dmbtr,          " Doc Amount
          end of act1_tab.
    Internal Table to fetch the Actual YTD Figures( CC-SUM)
    data: begin of act2_tab occurs 0,
            bukrs   like bsis-bukrs,          " Company Code
            kostl   like bsis-kostl,          " Cost Center
            gjahr   like bsis-gjahr,          " Fiscal Year
            dmbtr   like bsis-dmbtr,          " Doc Amount
          end of act2_tab.
    Internal Table to fetch the WBS Data
    data: begin of wbs_tab occurs 0,
            pspnr   like prps-pspnr,          " WBS Element
            posid   like prps-posid,          " WBS Structure Element
            objnr   like prps-objnr,          " Object No
            psphi   like prps-psphi,          " Project ID
            pbukr   like prps-pbukr,          " Company Code
            pkokr   like prps-pkokr,          " Controlling Area
            fkstl   like prps-fkstl,          " Cost center
          end of wbs_tab.
    Internal Table to get Capex Actual from Networks
    data: begin of net_tab occurs 0,
            aufnr   like afko-aufnr,          " Order No
            ftrmi   like afko-ftrmi,          " Release Date
            pronr   like afko-pronr,          " Project No
            aufpl   like afvc-aufpl,          " Routing No
            aplzl   like afvc-aplzl,          " Counter No
            objnr   like afvc-objnr,          " Object No
            projn   like afvc-projn,          " WBS Element
          end of net_tab.
    Internal Table to get Capex Actual from Orders
    data: begin of ord_tab occurs 0,
            aufnr   like aufk-aufnr,          " Order No
            aedat   like aufk-aedat,          " Order Date
            kostl   like aufk-kostl,          " Cost center
            objnr   like aufk-objnr,          " Object No
            pspel   like aufk-pspel,          " WBS Element
          end of ord_tab.
    Internal Table to fetch the Capex Actual Data
    data: it_cap_tab like kv02s occurs 0 with header line.
    Internal Table to store the output of function-G_SET_TREE_IMPORT.
    data : ccenter_group_tab like sethier occurs 0 with header line.
    Internal Table to store the output of function-G_SET_TREE_IMPORT.
    data : cost_center_tab like setvalues occurs 0 with header line.
    Declaration of Variables
    data: v_f_oper_amnt like bsis-wrbtr,    " Operations   F Year Budget
          v_f_depr_amnt like bsis-wrbtr,    " Depreciation F Year Budget
          v_f_main_amnt like bsis-wrbtr,    " Maintenance  F Year Budget
          v_f_capx_amnt like bsis-wrbtr,    " Capex F Year Budget
          v_b_oper_amnt like bsis-wrbtr,    " Operations   Budget YTD
          v_b_depr_amnt like bsis-wrbtr,    " Depreciation Budget YTD
          v_b_main_amnt like bsis-wrbtr,    " Maintenance  Budget YTD
          v_b_capx_amnt like bsis-wrbtr,    " Capex Budget YTD
          v_a_oper_amnt like bsis-wrbtr,    " Operations   Actual YTD
          v_a_depr_amnt like bsis-wrbtr,    " Depreciation Actual YTD
          v_a_main_amnt like bsis-wrbtr,    " Maintenance  Actual YTD
          v_a_capx_amnt like bsis-wrbtr,    " Capex Actual YTD
          v_v_oper_amnt type i,             " Operations   Variance
          v_v_depr_amnt type i,             " Depreciation Variance
          v_v_main_amnt type i,             " Maintenance  Variance
          v_v_capx_amnt type i,             " Capex Variance
          v_t_f_amnt    type i,             " Total F Year Budget
          v_t_b_amnt    type i,             " Total Budget YTD
          v_t_a_amnt    type i,             " Total Actual YTD
          v_t_v_amnt    type i,             " Total Variance
          v_gt_f_amnt   type i,             " GTotal F Year Budget
          v_gt_b_amnt   type i,             " GTotal Budget YTD
          v_gt_a_amnt   type i,             " GTotal Actual YTD
          v_gt_v_amnt   type i,             " GTotal Variance
          v_per_oper    type i,             " % YTD Operations
          v_per_depr    type i,             " % YTD Depreciation
          v_per_main    type i,             " % YTD Maintenance
          v_per_capx    type i,             " % YTD Capex
          v_per_tot     type i,             " % YTD Total
          v_per_gtot    type i,             " % YTD G Total
          v_kstar(4)    type n,             " Cost element
          v_yr(2)       type c,             " Year
          v_year(4)     type c,             " Year
          v_lines       type i,             " Number
          v_str(10)     type c,             " String
          v_gl(4)       type n,             " GL element
          v_gl1(10)     type n,             " GL Account Code
          v_mon(2)      type n,             " Month
          v_month(2)    type n,             " Month
          v_day(2)      type n,             " Day
          v_date  like sy-datum,            " Start Date in Year
          v_setid like sethier-setid, " To store Identification of a set
          v_subrc like sy-subrc,      " Return code
          v_settid like rgsbs-setnr.  " Identification of a set
    data: v_f_oper_amnt1 type i,    " Operations   F Year Budget
          v_f_depr_amnt1 type i,    " Depreciation F Year Budget
          v_f_main_amnt1 type i,    " Maintenance  F Year Budget
          v_f_capx_amnt1 type i,    " Capex F Year Budget
          v_b_oper_amnt1 type i,    " Operations   Budget YTD
          v_b_depr_amnt1 type i,    " Depreciation Budget YTD
          v_b_main_amnt1 type i,    " Maintenance  Budget YTD
          v_b_capx_amnt1 type i,    " Capex Budget YTD
          v_a_oper_amnt1 type i,    " Operations   Actual YTD
          v_a_depr_amnt1 type i,    " Depreciation Actual YTD
          v_a_main_amnt1 type i,    " Maintenance  Actual YTD
          v_a_capx_amnt1 type i.    " Capex Actual YTD
    Declaration of Constants
    constants : c_i         type c value 'I',         " Sign
                c_x         type c value 'X',         " Sign
                c_d         type c value 'D',         " Type
                c_h         type c value 'H',         " Credit Ind
                c_s         type c value 'S',         " Type
                c_o         type c value 'O',         " Type
                c_a         type c value 'A',         " Type
                c_01(2)     type n value '01',        " Month
                c_opt1(2)   type c value 'EQ',        " Option
                c_opt2(2)   type c value 'BT',        " Option
                c_dot(3)    type c value '...',       " Dots
                c_or(2)     type c value 'OR',        " Type
                c_ks(2)     type c value 'KS',        " Type
                c_mon(2)    type n value '01',        " Month
                c_ndc    like setnode-setname value 'NDC', " CC Group
                c_glno   like coej-versn value '000',  " For GL No
                c_versn1 like coej-versn value '100',  " Value
                c_kokrs  like coej-kokrs value '1000', " Controlling Area
                c_wrttp  like coej-wrttp value '01',   " Value Type
                c_wrttp1 like coej-wrttp value '41',   " Value Type
                c_wrttp2 like coej-wrttp value '04',   " Value Type
                c_versn  like coej-versn value '000',  " Version
                c_kbud   like bpej-vorga value 'KBUD', " Activity
                c_kbfr   like bpej-vorga value 'KBFR', " Activity
                c_kbn0   like bpej-vorga value 'KBN0', " Activity
                c_it_bud_tab_wog0(15)   value 'IT_BUD_TAB-WOG0',
                c_prart  like prps-prart value 'CA',   " Project Type
                c_psin   like afvc-steus value 'PSIN', " Control Key
                c_lednr  like cosp-lednr value '00',   " Ledger
                c_lednr1 like bpej-lednr value '0002', " Ledger
                c_class1 like setnode-setclass value '0101', " Class
                c_class2 like setnode-subclass value '1000', " Subclass
                c_thous     type i value '1000',        " Number
                c_settab like rgsbs-table value 'CCSS', " Table for set
                c_cctfld like t800s-feld value 'KOSTL'. " Field name
    Declaration of Ranges
    ranges: rn_kostl  for csks-kostl.       " Cost Centers
    Selection Screen
    selection-screen begin of block b1 with frame title text-001.
    parameters     : p_bukrs like t001-bukrs
                                default '1000'," Company Code
                     p_gjahr like bsis-gjahr
                        default sy-datum+0(4), " Fiscal Year
                     p_date  like bsis-budat obligatory.   " Date
    selection-screen end of block b1.
    selection-screen begin of block b2 with frame title text-021.
    parameters    : p_cgrup like setnode-setname.  " Cost Center Group
    select-options: s_kostl for csks-kostl.        " Cost Center
    selection-screen end of block b2.
    selection-screen begin of block b3 with frame title text-029.
    select-options :
      s_opers for ska1-saknr obligatory,  " Operns & Support GL A/C
      s_deprc for ska1-saknr obligatory,  " Depreciation GL A/C
      s_mmain for ska1-saknr obligatory,  " Major Maintenance GL A/C
      s_capex for ska1-saknr obligatory.  " Capital Expenditure GL A/C
    selection-screen end of block b3.
    Initialization
    initialization.
    At selection-screen
    at selection-screen.
    Validate the Selection Screen fields
      perform validate_screen.
    Value request for Cost Center Group.
    at selection-screen on value-request for p_cgrup .
    Get the F4 Help for Cost center Group
      perform set_auswaehlen(sapfk00b) using c_settab c_cctfld
                                       changing p_cgrup v_subrc
                                                v_settid.
    Start-of-Selection
    start-of-selection.
    Clear all the Variables in the Program
      perform clear_var.
    Get the Cost Centers from Cost Center Group.
      perform get_cc_values.
    Get the Budget data from database Table COSP
      perform get_budget_data.
    Get the Settlement Costs data from database Tables COBRB,COSP
      perform get_cobrb_data.
    Get the Actual YTD data from database Table BSIS
      perform get_act_ytd_data.
    Get the WBS Element Data
      perform get_wbs_data.
    Get the Networks and Activities for the WBS
      perform get_net_ord_data.
    Get the WBS Budget data from database Tables BPEJ
      perform get_cap_budget_data.
    Get the WBS Actual YTD data for WBS
      perform get_cap_act_ytd_data.
    Top-of-page
    top-of-page.
    Write the Report and Column Headings
      perform top_of_page.
    End-of-Selection
    end-of-selection.
    D-splay the Output Report.
      perform display_report.
    Form-Routines
    *&      Form  validate_screen
    Validation of selection Screen fields
    form validate_screen.
    Validation of Company Code
      clear t001.
      if not p_bukrs is initial.
        select single bukrs
          into t001-bukrs
          from t001
          where bukrs eq p_bukrs.
        if sy-subrc <> 0.
          message e999 with 'Incorrect Company Code'(033).
        endif.
      endif.
    Validation of GL Account Code( P & L Operations )
      clear ska1.
      if not s_opers[] is initial.
        select saknr up to 1 rows
          into ska1-saknr
          from ska1
          where saknr in s_opers
            and ktopl = c_kokrs
            and xbilk = ' '.
        endselect.
        if sy-subrc <> 0.
          message e999 with
          'Incorrect GL Account for Operations and Support Cost'(034).
        endif.
      endif.
    Validation of GL Account Code( P & L  Depreciation)
      clear ska1.
      if not s_deprc[] is initial.
        select saknr up to 1 rows
          into ska1-saknr
          from ska1
          where saknr in s_deprc
            and ktopl = c_kokrs
            and xbilk = ' '.
        endselect.
        if sy-subrc <> 0.
          message e999 with
          'Incorrect GL Account for Depreciation'(035).
        endif.
      endif.
    Validation of GL Account Code( P & L  Maintenance)
      clear ska1.
      if not s_mmain[] is initial.
        select saknr up to 1 rows
          into ska1-saknr
          from ska1
          where saknr in s_mmain
            and ktopl = c_kokrs
            and xbilk = ' '.
        endselect.
        if sy-subrc <> 0.
          message e999 with
          'Incorrect GL Account for Major Maintenance'(036).
        endif.
      endif.
    Validation of GL Account Code (Balance Sheet-Capex)
      clear ska1.
      if not s_capex[] is initial.
        select saknr up to 1 rows
          into ska1-saknr
          from ska1
          where saknr in s_capex
            and ktopl = c_kokrs
            and xbilk = c_x.
        endselect.
        if sy-subrc <> 0.
          message e999 with
          'Incorrect GL Account for Capital Expenditures'(037).
        endif.
      endif.
    Validation of Cost Center Group
      if not p_cgrup is initial .
        clear setleaf-setname.
        select setname up to 1 rows
          from setleaf
          into setleaf-setname
          where setname eq p_cgrup and
                setclass = c_class1  and
                subclass = c_class2.
        endselect.
        if sy-subrc <> 0.
          clear setnode-setname.
          select setname up to 1 rows
            from setnode
            into setnode-setname
            where setname eq  p_cgrup and
                  setclass = c_class1   and
                  subclass = c_class2.
          endselect.
          if sy-subrc <> 0.
            message e999 with
            'Enter Correct Cost Center Group'(038).
          endif.
        endif.
      endif.
    Validation of Cost Center
      clear csks.
      if not s_kostl[] is initial.
        select kostl up to 1 rows
          into csks-kostl
          from csks
          where kostl in s_kostl
            and kokrs = c_kokrs.
        endselect.
        if sy-subrc <> 0.
          message e999 with
          'Enter Correct Cost Center Code'(039).
        endif.
      endif.
    Enter either Cost Center Group or Values
      if not p_cgrup is initial and not s_kostl[] is initial.
        message e999 with
          'Enter either Cost Center Group or Values'(040).
      endif.
    Validation of Date
      if p_date+0(4) ne p_gjahr.
        message e999(zndc) with
           'Please Enter the date in same Fiscal Year'(020).
      endif.
    To enter only last day of the month
      clear: v_month, v_day, v_year.
      v_month = p_date+4(2).
      v_day   = p_date+6(2).
      v_year  = p_date+0(4).
      if ( v_month = '01' or v_month = '03' or v_month = '05' or
           v_month = '07' or v_month = '08' or v_month = '10' or
           v_month = '12' ).
        if v_day ne '31'.
          message e999(zndc) with
          'Enter Last date of the Month'(022).
        endif.
      elseif ( v_month = '04' or v_month = '06' or v_month = '09' or
               v_month = '11' ).
        if v_day ne '30'.
          message e999(zndc) with
          'Enter Last date of the Month'(022).
        endif.
      elseif v_month = '02'.
        if v_year eq '2004' or v_year eq '2008'.
          if v_day ne '29'.
            message e999(zndc) with
            'Enter Last date of the Month'(022).
          endif.
        else.
          if v_day ne '28'.
            message e999(zndc) with
            'Enter Last date of the Month'(022).
          endif.
        endif.
      endif.
    endform.                    " validate_screen
    *&      Form  get_cc_values
    Get the Cost Centers from Cost Center Group
    form get_cc_values.
    Populate the Cost Centers from Cost Center Group
      if s_kostl[] is initial.
        if p_cgrup is initial.
          p_cgrup = c_ndc.
        else.
          p_cgrup = p_cgrup.
        endif.
    Concatenating Setnode table setclass,subclass fields and
    Cost Center Group
        concatenate c_class1 c_class2 p_cgrup
                       into v_setid.
    Calling function module to get SET_HIERARCHY & SET_VALUES
        perform frm_g_set_tree_import tables ccenter_group_tab[]
                                             cost_center_tab[]
                                      using  v_setid.
        loop at cost_center_tab.
          rn_kostl-low = cost_center_tab-from.
          rn_kostl-high = cost_center_tab-to.
          rn_kostl-sign =   c_i.
          if rn_kostl-low = rn_kostl-high.
            rn_kostl-option = c_opt1.
          else.
            rn_kostl-option = c_opt2.
          endif.
          append rn_kostl.
        endloop.
        clear v_setid.
       endif.
      else.
        rn_kostl[] = s_kostl[].
      endif.
    endform.              "get_cc_values
    *&       FORM  FRM_G_SET_TREE_IMPORT
    Subroutine to call the function G_SET_TREE_IMPORT.
    form frm_g_set_tree_import
                         tables ccenter_group_tab structure sethier
                                cost_center_tab   structure setvalues
                         using  p_v_setid.
      call function 'G_SET_TREE_IMPORT'
        exporting
      CLIENT                          = SY-MANDT
      FIELDNAME                       = ' '
      LANGU                           = SY-LANGU
      NO_DESCRIPTIONS                 = ' '
      NO_RW_INFO                      = ' '
          setid                           = p_v_setid
      TABNAME                         = ' '
      NO_VARIABLE_REPLACEMENT         = ' '
      ROOT_HEADER_ONLY                = ' '
      NO_TABLE_BUFFERING              = ' '
      MAX_HIER_LEVEL                  = 99
      DATE_FROM                       =
      DATE_TO                         =
    IMPORTING
      SET_NOT_TRANSPARENT             =
       tables
         set_hierarchy                   = ccenter_group_tab
         set_values                      = cost_center_tab
    EXCEPTIONS
      SET_NOT_FOUND                   = 1
      ILLEGAL_FIELD_REPLACEMENT       = 2
      ILLEGAL_TABLE_REPLACEMENT       = 3
      OTHERS                          = 4
      if sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      endif.
    endform.                    "frm_g_set_tree_import
    *&      Form  clear_var
    Clear all the Variables in the program
    form clear_var.
    Clear/Initialize all the Variables
      clear: v_f_oper_amnt1, v_f_depr_amnt1, v_f_main_amnt1,
             v_f_capx_amnt1, v_b_oper_amnt1, v_b_depr_amnt1,
             v_b_main_amnt1, v_b_capx_amnt1, v_a_oper_amnt1,
             v_a_depr_amnt1, v_a_main_amnt1, v_a_capx_amnt1,
             v_f_oper_amnt, v_f_depr_amnt, v_f_main_amnt,
             v_f_capx_amnt, v_b_oper_amnt, v_b_depr_amnt,
             v_b_main_amnt, v_b_capx_amnt, v_a_oper_amnt,
             v_a_depr_amnt, v_a_main_amnt, v_a_capx_amnt,
             v_v_oper_amnt, v_v_depr_amnt, v_v_main_amnt,
             v_v_capx_amnt, v_t_f_amnt, v_t_b_amnt,
             v_t_a_amnt, v_t_v_amnt, v_gt_f_amnt,
             v_gt_b_amnt,v_gt_a_amnt,v_gt_v_amnt,
             v_per_oper, v_per_depr, v_per_main,
             v_per_capx, v_per_tot,  v_per_gtot.
    endform.               "clear_var
    *&      Form  get_budget_data
    Get the Budget Data from Database Table COSP
    form get_budget_data.
    Form Local data
      data: l_period(2) type n,
            l_name(35)  type c,
            l_monat     type i .
      l_monat = p_date+4(2).
    Field Symbols
      field-symbols <fs>.
      clear it_bud_tab.
      refresh it_bud_tab.
      select lednr             " Ledger No
             objnr             " Object No
             gjahr             " Fiscal Year
             wrttp             " Actuals
             versn             " Version
             twaer             " Currency
             perbl             " Period Block
             kstar             " Cost Element/GL A/C No
             wog001            " Total Value
             wog002            " Total Value
             wog003            " Total Value
             wog004            " Total Value
             wog005            " Total Value
             wog006            " Total Value
             wog007            " Total Value
             wog008            " Total Value
             wog009            " Total Value
             wog010            " Total Value
             wog011            " Total Value
             wog012            " Total Value
        into table it_bud_tab
        from cosp
        where lednr = c_lednr  and
              gjahr = p_gjahr  and
              wrttp = c_wrttp  and
              versn = c_versn  and
              beknz in (c_d,c_s).
      if sy-subrc = 0.
    Segragate the Budget Figures(Full Year and YTD)
        loop at it_bud_tab.
          if it_bud_tab-objnr+0(2) eq c_ks.
            move-corresponding it_bud_tab to it_ytd_tab.
            it_ytd_tab-kostl = it_bud_tab-objnr+6(10).
            it_ytd_tab-amt_fy = it_bud_tab-wog001  + it_bud_tab-wog002  +
                                it_bud_tab-wog003  + it_bud_tab-wog004  +
                                it_bud_tab-wog005  + it_bud_tab-wog006  +
                                it_bud_tab-wog007  + it_bud_tab-wog008  +
                                it_bud_tab-wog009  + it_bud_tab-wog010  +
                                it_bud_tab-wog011  + it_bud_tab-wog012.
    Get the YTD Budget using Field Symbols
            do l_monat times.
              l_period = sy-index.
              concatenate c_it_bud_tab_wog0 l_period
                           into l_name.
              assign (l_name) to <fs>.
              it_ytd_tab-amt_ytd = it_ytd_tab-amt_ytd +
                                          <fs>.
            enddo.
            collect it_ytd_tab.
            clear   it_ytd_tab.
          endif.
        endloop.
        sort it_ytd_tab by gjahr kostl kstar.
    Cost Center wise Sum Up of Costs
        loop at it_ytd_tab.
          at end of kostl.
            sum.
            move-corresponding it_ytd_tab to it_ytd1_tab.
            append it_ytd1_tab.
          endat.
          clear it_ytd1_tab.
        endloop.
        sort it_ytd1_tab by gjahr kostl.
    Segragate the Budget Figures into different Accounts/Cost elements
        loop at it_ytd_tab.
          if it_ytd_tab-kostl in rn_kostl.
    Budget Full Year and YTD (Operations & Support Cost)
            if not s_opers[] is initial.
              if it_ytd_tab-kstar in s_opers.
                v_f_oper_amnt = v_f_oper_amnt + it_ytd_tab-amt_fy.
                v_b_oper_amnt = v_b_oper_amnt + it_ytd_tab-amt_ytd.
              endif.
            endif.
    Budget Full Year and YTD (Depreciation)
            if not s_deprc[] is initial.
              if it_ytd_tab-kstar in s_deprc.
                v_f_depr_amnt = v_f_depr_amnt + it_ytd_tab-amt_fy.
                v_b_depr_amnt = v_b_depr_amnt + it_ytd_tab-amt_ytd.
              endif.
            endif.
    Budget Full Year and YTD (Major Maintainance)
            if not s_mmain[] is initial.
              if it_ytd_tab-kstar in s_mmain.
                v_f_main_amnt = v_f_main_amnt + it_ytd_tab-amt_fy.
                v_b_main_amnt = v_b_main_amnt + it_ytd_tab-amt_ytd.
              endif.
            endif.
          endif.
        endloop.
    Convert the Amount fields to nearest Thousand
        v_f_oper_amnt1 =  v_f_oper_amnt / c_thous .
        v_f_depr_amnt1 =  v_f_depr_amnt / c_thous .
        v_f_main_amnt1 =  v_f_main_amnt / c_thous .
        v_b_oper_amnt1 =  v_b_oper_amnt / c_thous .
        v_b_depr_amnt1 =  v_b_depr_amnt / c_thous .
        v_b_main_amnt1 =  v_b_main_amnt / c_thous .
      endif.
    endform.                "get_budget_data
    *&      Form  get_cobrb_data
    Get the Settlement Data from Database Table COBRB
    form get_cobrb_data.
      clear cobrb_tab.
      refresh cobrb_tab.
      select objnr            " Object No
             rec_objnr1       " Ref Object No
             bureg            " Dostribution Rule
             lfdnr            " Sequence No
             perbz            " Settlement Rule
             konty            " Acct Assign Category
             bukrs            " Company Code
             kostl            " Cost Center
         into table cobrb_tab
         from cobrb
         where kostl in rn_kostl.
      sort cobrb_tab by objnr rec_objnr1.
      delete adjacent duplicates from cobrb_tab comparing objnr.
    Get the Settlement Costs from COEP Table
      clear it_set_tab.
      refresh it_set_tab.
      if not cobrb_tab[] is initial.
        select kokrs            " Controlling Area
               belnr            " Acc Document
               buzei            " Line Item
               perio            " Period Block
               wkgbtr           " Value in CO Curr
               lednr            " Ledger No
               objnr            " Object No
               gjahr            " Fiscal Year
               wrttp            " Actuals
               versn            " Version
               kstar            " Cost Element
               beknz            " Dr/Cr Indicator
               parob1           " Partner Object
           into table it_set_tab
           from coep
           for all entries in cobrb_tab
           where lednr = c_lednr  and
                 wrttp = c_wrttp2 and
                 versn = c_versn  and
                 gjahr = p_gjahr  and
                 objnr = cobrb_tab-objnr and
                 parob1 = cobrb_tab-rec_objnr1 and
                 beknz in (c_o, c_a).
      endif.
    Settlement Actual Costs
      loop at cobrb_tab.
        if cobrb_tab-objnr+0(2) eq c_or.
          loop at it_set_tab where objnr  = cobrb_tab-objnr
                                   and parob1 = cobrb_tab-rec_objnr1.
            set_act_tab-kostl = cobrb_tab-kostl.
            set_act_tab-hkont = it_set_tab-kstar.
    Get the Actual Settlement Costs YTD Amount
            if it_set_tab-perio between c_mon and v_month.
              set_act_tab-amt_atd = set_act_tab-amt_atd +
                                    abs( it_set_tab-wkgbtr ).
            endif.
            collect set_act_tab.
            clear   set_act_tab.
          endloop.
        endif.
      endloop.
      sort set_act_tab by kostl hkont.
    Sum Up the Settlement Costs-CC wise
      loop at set_act_tab.
        at end of kostl.
          read table set_act_tab index sy-tabix.
          sum.
          move-corresponding set_act_tab to set1_act_tab.
          append set1_act_tab.
        endat.
        clear set1_act_tab.
      endloop.
      sort set1_act_tab by kostl.
      delete set1_act_tab where amt_atd = 0.
    endform.              "get_cobrb_data
    *&      Form  get_act_ytd_data
    Get the Actual YTD Data from Database Table BSIS
    form get_act_ytd_data.
      clear it_act_tab.
      refresh it_act_tab.
      select
            bukrs            " Company Code
            hkont            " GL Account No
            gjahr            " Fiscal Year
            belnr            " Accounting Doc No
            budat            " Posting Date
            waers            " Currency
            kostl            " Cost Center
            shkzg            " Dr/Cr Indicator
            dmbtr            " Doc Amount
         into table it_act_tab
         from bsis
         where bukrs eq p_bukrs  and
               gjahr eq p_gjahr  and
               budat le p_date   and
               kostl in rn_kostl.
      if sy-subrc = 0.
        sort it_act_tab by bukrs hkont.
        loop at it_act_tab.
          if it_act_tab-shkzg = c_h.
            it_act_tab-dmbtr = it_act_tab-dmbtr * -1.
          endif.
          move-corresponding it_act_tab to act1_tab.
          collect act1_tab.
          clear act1_tab.
        endloop.
        sort act1_tab by bukrs kostl hkont.
      endif.
    Cost Center wise Sum Up of Costs
      loop at act1_tab.
        at end of kostl.
          sum.
          move-corresponding act1_tab to act2_tab.
          append act2_tab.
        endat.
        clear act2_tab.
      endloop.
      sort act2_tab by gjahr kostl.
    Seperate the different Actual YTD Expenditures
      loop at act1_tab.
    Actual YTD (Operations & Support Cost)
        if not s_opers[] is initial.
          if act1_tab-hkont in s_opers.
            v_a_oper_amnt = v_a_oper_amnt + act1_tab-dmbtr.
          endif.
        endif.
    Actual YTD (Depreciation)
        if not s_deprc[] is initial.
          if act1_tab-hkont in s_deprc.
            v_a_depr_amnt = v_a_depr_amnt + act1_tab-dmbtr.
          endif.
        endif.
    Actual YTD (Major Maintainance)
        if not s_mmain[] is initial.
          if act1_tab-hkont in s_mmain.
            v_a_main_amnt = v_a_main_amnt + act1_tab-dmbtr.
          endif.
        endif.
      endloop.
    Opex Settlement Actual Costs
      loop at set_act_tab.
    Actual YTD (Operations & Support Cost)
        if not s_opers[] is initial.
          if set_act_tab-hkont in s_opers.
            v_a_oper_amnt = v_a_oper_amnt + set_act_tab-amt_atd.
          endif.
        endif.
    Actual YTD (Depreciation)
        if not s_deprc[] is initial.
          if set_act_tab-hkont in s_deprc.
            v_a_depr_amnt = v_a_depr_amnt + set_act_tab-amt_atd.
          endif.
        endif.
    Actual YTD (Major Maintainance)
        if not s_mmain[] is initial.
          if set_act_tab-hkont in s_mmain.
            v_a_main_amnt = v_a_main_amnt + set_act_tab-amt_atd.
          endif.
        endif.
      endloop.
    Convert Amount Fields to nearest thousands
      v_a_oper_amnt1 =  v_a_oper_amnt / c_thous .
      v_a_depr_amnt1 =  v_a_depr_amnt / c_thous .
      v_a_main_amnt1 =  v_a_main_amnt / c_thous .
    endform.                    " get_act_ytd_data
    *&      Form  get_wbs_data
    Get the WBS Element Data
    form get_wbs_data.
      clear wbs_tab.
      refresh wbs_tab.
      select pspnr             " WBS Element
             posid             " WBS Structure Element
             objnr             " Object No
             psphi             " Project ID
             pbukr             " Company Code
             pkokr             " Controlling Area
             fkstl             " Cost Center
         into table wbs_tab
         from prps
         where pbukr = p_bukrs  and
               pkokr = c_kokrs  and
               fkstl in rn_kostl and
               prart = c_prart.
    Consider only the Same Year WBS Elements Data
      loop at wbs_tab.
        v_yr   = wbs_tab-posid+5(2).
        if v_yr <> p_gjahr+2(2) .
          delete wbs_tab index sy-tabix.
        endif.
        clear: v_yr, v_gl.
      endloop.
      sort wbs_tab by pspnr posid.
    endform.              "get_wbs_data
    *&      Form  get_net_ord_data
    Get the Network, Orders Data for the WBS
    form get_net_ord_data.
    Get the Network data
      clear: net_tab, ord_tab.
      refresh: net_tab, ord_tab.
      if not wbs_tab[] is initial.
        select a~aufnr             " Order No
               a~ftrmi             " Release Date
               a~pronr             " Project No
               b~aufpl             " Routing No
               b~aplzl             " Counter No
               b~objnr             " Object No
               b~projn             " WBS Element
           into table net_tab
           from afko as a join afvc as b
           on aaufpl eq baufpl
           for all entries in wbs_tab
        

  • How do I calculate Year to Date?

    Dear Colleagues,
    I need to calculate Year to Date-revenue. Date is a prompt input, so the customer can choose which ever day he wants. How can I get revenue YTD based on the input? Is this a BODI assigment more than a BO assignment?
    Looking forward to give you some points!
    Regards Silje

    Hi Silje,
    Normally you would build objects like this in designer (oracle syntax):
    sum(case when tab.datecolumn
    between (@prompt('give ytd date','D',,mono,free)-to_number(to_char(@prompt('give ytd date','D',,mono,free),'ddd'))
    and @prompt('give ytd date','D',,mono,free) then tab.amountcolumn
    end)
    So basically sum all the amounts only if they are between the start of the year and the given date.
    You use simple date manipulation to get to the right when condition, it can be based of a prompted date,
    but also of the sysdate (current date).
    There are dozens of variants here, you can build
    year to date amounts (this year, last year, given year),
    period amounts (given period, current period, last full period),
    week amounts (current week, last week, last x weeks), full year amounts, etc.
    you get the idea...
    So get your wish list ready and talk to your designer...
    Hope this helps,
    Marianne
    P.S. should you wish to do it in the report, use a prompted date object in the query & select the date to compare in the query (note that you might get an awful lot of row back here)
    sum(<amount object> where (<date object> between <given date>-ToNumber(FormatDate(<given date>,"ddd")) and <given date>)

  • Year to date variable

    Hello experts,
    I have installed the variable : Current Year From Start, Range to Current date(Sap Exit) with tech name 0I_IPMD7. How do i know which time infoObject it is applicable to?
    i want to use this in the year to date sales calculation. But cannot see this available in any of the time infoobjects in the present 0sd_c03 cube!!
    please guide..
    regards,

    Hi Aby,
    Please look at RSZGLOBV table. You'll see that this variable is based on 0IPM_BEGDATE characteristic.
    You can also look in SE37 at the FM RSVAREXIT_0I_IPMD7 to figure out what the code is doing.
    Best regards,
    Eugene

  • Delete RA in current period

    Hello, All!
    Standart transaction KKA8 delete all data RA for WBS. Created reverce positon for all period in same period at that time.
    I want to make a reversal posting data deletion RA cumulatively for the current period.
    that the data correspond to the data in the CO in FI.
    How i can do it?
    thanks for your attention

    Hi Victor
    So my understanding of your issue is that using KKA8, you wish RA data should be deleted/ reversed not only for current period but all past periods cumalatively and this reversal should be posted in the current period. If so, yes you can do it.
    The above stands true only in case, settlement entries are posted in the current year only and this has to be reversed before using KKA8. In your case, since the periods are falling in past year, I am afraid you cannot use KKA8.
    Further KKA8 is period and year independent, hence it will stop you from using KKA8 even if there are no settlement entries during the current year.
    Hope the above information was helpful.
    Regards
    Mustafa

  • How to get list of company codes with current period not opened?

    Hi,
    How to get list of company codes with current period not opened?
    Is there any way we can check whether the current period is opened for all company codes.
    If not how, can we generate a report which having information of period and company code. Also please tell me, which table will have info on posting periods and company codes.
    Thanks
    Vineeth Varghese

    Hi,
    The MM periods details can be viewed In Table MARV . On the selection screen you have the option of entering the company codes , current period, year current period etc. so make the required entries and you get the all details relevant to MM periods. Also it can be downloaded as a report.Thanks

  • Calculation of ''Total to Date'' like ''Year to date''

    Hello together,
    How would you calculate a Total to Date in Oracle BI.
    It should sum all values like Year to date up to a certain period inclusive all previous years.
    Example:
    Year Value
    2008 10
    2009 20
    2010 40
    If I select 2009 it shoul display 30. without the previous and the following row.
    Regards,
    Stefan
    Content Level Fiscal Period TOTAL (Do I have to calculate on a yearly level all the past years, - ago - 1, ago -2, ago - 3, ago - 4 up to - 20?)
    minus Year Value
    plus YTD
    Month and Total have to bes diplayed in on line.
    works for the current year but not when you back to last year.
    Edited by: stefanhess on Jun 14, 2010 1:54 PM

    an odd solution.
    In the physical layer you can duplicate the fact table and can join the time dim and duplicated fact with the complex join using the year column with the condition as
    time_dimension.year_column >= fact_table.year_column
    in your report when you bring the year and this measure you will get what you want.
    Edited by: kart on Jun 14, 2010 6:46 PM

  • Are Cube organized materialized view with Year to Date calculated measure eligible for Query Rewrite

    Hi,
    Will appreciate if someone can help me with a question regarding Cube organized MV (OLAP).
    Does cube organized materialized view with calculated measures based on time series  Year to date, inception to date  eg.
    SUM(FCT_POSITION.BASE_REALIZED_PNL) OVER (HIERARCHY DIM_CALENDAR.CALENDAR BETWEEN UNBOUNDED PRECEDING AND CURRENT MEMBER WITHIN ANCESTOR AT DIMENSION LEVEL DIM_CALENDAR."YEAR")
    are eligible for query rewrites or these are considered advanced for query rewrite purposes.
    I was hoping to find an example with YTD window function on physical fact dim tables  with optimizer rewriting it to Cube Org. MV but not much success.
    Thanks in advance

    I dont think this is possible.
    (My own reasoning)
    Part of the reason query rewrite works for base measures only (not calc measures in olap like ytd would be) is due to the fact that the data is staged in olap but its lineage is understandable via the olap cube mappings. That dependency/source identification is lost when we build calculated measures in olap and i think its almost impossible for optimizer to understand the finer points relating to an olap calculation defined via olap calculation (olap dml or olap expression) and also match it with the equivalent calculation using relational sql expression. The difficulty may be because both the olap ytd as well as relational ytd defined via sum() over (partition by ... order by ...) have many non-standard variations of the same calculation/definition. E.g: You can choose to use or choose not to use the option relating to IGNORE NULLs within the sql analytic function. OLAP defn may use NASKIP or NASKIP2.
    I tried to search for query rewrite solutions for Inventory stock based calculations (aggregation along time=last value along time) and see if olap cube with cube aggregation option set to "Last non-na hierarchical value" works as an alternative to relational calculation. My experience has been that its not possible. You can do it relationally or you can do it via olap but your application needs to be aware of each and make the appropriate backend sql/call. In such cases, you cannot make olap (aw/cubes/dimensions) appear magically behind the scenes to fulfill the query execution while appearing to work relationally.
    HTH
    Shankar

  • Facing issues with 3g Mobile Data Usage Current Period and Apps Volumes are differ.

    Hi All,
              i am facing some data mismatch with my iphones. the actual mobile data usage volume and data usage for Apps volumes are showing different data.
    for eg : Mobile Data Usage - Current Data Usage - Current Period volumes showing 342 MB but if i check the  Use Mobile Data For Apps Volumes for all Apps including System Service Data's and Uninstalled Data's are showing very less ( around 200 MB only ) compare with Current Period Volumes.
    Mobile Data Usage - Current Data Usage - Current Period  and Use Mobile Data For Apps ( Apps wise data usage ) Data's are not matching..
    Please let me know will it show like that only or its an issue ????  if you want i can share the screen shot as well.

    Hello kasinathadurai,
    Welcome to the Apple Support Communities!
    I understand that you have some questions about cellular data usage and apps that use cellular data. For this question, I would refer you to the attached article that will help explain how data usage, call time, and app cellular data is calculated. 
    Learn about cellular data settings and usage on your iPhone and iPad (Cellular Model) - Apple Support
    Have a great day,
    Joe

  • How to determine current period start and end dates

    Hi All,
    If given previous period start date and end date, how to determine current period start date and end date?
    Suppose if given previous period start and end dates are 12/28/08 - 01/30/09, then current period start date and end date will be 01/30/09 - 02/27/09. (where 12 is the previous period, 28 is the day, 08 is the year......)
    Can you please suggest an FM to determine the current period dates?
    Thanks & Regards
    Gowthami

    >
    gowthami karunya wrote:
    > If given previous period start date and end date, how to determine current period start date and end date?
    > Suppose if given previous period start and end dates are 12/28/08 - 01/30/09, then current period start date and end date will be 01/30/09 - 02/27/09. (where 12 is the previous period, 28 is the day, 08 is the year......)
    Hello,
    I am assuming you have the Company Code with you & proposing this solution.
    TABLES: bkpf.
    PARAMETERS:
    p_bukrs TYPE bukrs.
    SELECT-OPTIONS:
    s_date FOR bkpf-budat.
    DATA :
    l_perio LIKE bkpf-monat,
    l_poper TYPE poper,
    l_year  LIKE bkpf-gjahr,
    l_spmon TYPE spmon,
    l_periv TYPE periv,
    l_date1 TYPE datum,
    l_date2 TYPE datum.
    CALL FUNCTION 'BAPI_COMPANYCODE_GET_PERIOD'
      EXPORTING
        companycodeid = p_bukrs
        posting_date  = s_date-high
      IMPORTING
        fiscal_year   = l_year
        fiscal_period = l_perio.
    CONCATENATE l_year l_perio INTO l_spmon.
    * Get the next period
    IF l_perio < 12.
      l_perio = l_perio + 1.
    ELSE.
      l_perio = '01'.
      l_year = l_year + 1.
    ENDIF.
    MOVE l_perio TO l_poper.
    SELECT SINGLE periv INTO l_periv
    FROM t001
    WHERE bukrs = p_bukrs.
    IF sy-subrc = 0.
      CALL FUNCTION 'FIRST_DAY_IN_PERIOD_GET'
        EXPORTING
          i_gjahr        = l_year
          i_periv        = l_periv
          i_poper        = l_poper
        IMPORTING
          e_date         = l_date1
        EXCEPTIONS
          input_false    = 1
          t009_notfound  = 2
          t009b_notfound = 3
          OTHERS         = 4.
      IF sy-subrc <> 0.
    * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
      CALL FUNCTION 'LAST_DAY_IN_PERIOD_GET'
        EXPORTING
          i_gjahr        = l_year
          i_periv        = l_periv
          i_poper        = l_poper
        IMPORTING
          e_date         = l_date2
        EXCEPTIONS
          input_false    = 1
          t009_notfound  = 2
          t009b_notfound = 3
          OTHERS         = 4.
      IF sy-subrc <> 0.
    * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
      WRITE: / l_date1, l_date2.
    ENDIF.

  • Retrieve "Start date of Next financial Period" and "Current Period"

    Hi,
    T-code: cne5
    I would like to display 2 new fields in cne5 report result:-
    1) Start date of Next financial Period
    2) Current Period
    I can used
    CALL FUNCTION 'DATE_TO_PERIOD_CONVERT'
         EXPORTING
              I_DATE         = SY-DATUM
              I_PERIV        = 'K4'
    But what is I_PERIV ?
    How can I retrieve the above fields value? Any Function Module that I can used?
    Appreciate helps!
    THanks a lot.

    Hi,
    Yes, i_periv is Fiscal Year Variant.
    From running OB37, I can see that V3 and K4 fiscal year variant. Which one should I used when calling the function module DATE_TO_PERIOD_CONVERT?
    Thanks!

  • Year to date calculations

    Hi All,
    I am using Planning V11
    I wanted to display YTD data on webforms. Now the data is loaded at the month level and there is a requirement to see the values for YTD aswell.
    I wanted to know the best practices around calculating YTD data in planning.
    There is a specific requirement to display periodic and YTD data on data forms.
    Your inputs and suggestions would be really helpful.
    Cheers,
    XXX

    It's possible, but mildly tricky.
    The reason is this . . . you would ideally like to calculate this variance on the database (in Planning/Essbase) and not on the form, which would require custom JavaScript. Unfortunately, with Planning, there are significant restrictions on what you can do with years. They have to start with FY and be followed by two numbers, and so on. What you would really like to do is create a "variance" year with a member formula that says, "@VAR(&ThisYear, &LastYear). But you can't do that in planning.
    So what you COULD so is this . . . create a variance Scenario that calculates the year-over-year variance for a given Scenario. The formula would look something like this @VAR(&ThisYear->"Budget", &LastYear->"Budget") The members with the "&" are substitution variables, if you weren't aware. I would make this variance scenario dynamic. You would need a separate member for each scenario where you wanted a variance, but it would work.
    Then on your forms, you would have the following dimensions in your columns: Scenario, Year, Period.
    Column 1 would be: "Budget", &ThisYear, YTD(&CurrentPeriod)
    Column 2 would be: "Budget", &LastYear, YTD(&CurrentPeriod)
    Column 3 would be: "Budget This Year vs Last Year", &ThisYear, YTD(&CurrentPeriod)
    This is just one idea. There are other ways to achieve this.
    Hope this helps,
    - Jake

Maybe you are looking for

  • Startup drive icon disappeared, MacOS X 10.4.3

    I have lost the internal hard drive icon on my PowerBook G4 1.5Mhz 15" with MacOS 10.4.3, 1.125 GB RAM. The disk suddenly went off the desktop and also the sidebar together with a few other problems at the time, leading to a Finder crash and restart.

  • Screen coming up with a sad faced Ipod with a ! next to it

    my ipod wont load at all and only gets as far as a screen where it shows an ipod with a sad face and a ! next to it with the website for apple support underneath it? It makes funny noises when its trying to load and doesnt get any further then the un

  • Grainy when elements converts raw to psd file in editor.

    Hello, Im having trouble with elements 11.  I bring a file in from lightroom and convert it to pds (though i have tried tiff too).  Whenever i get it into elements editor, its REALLY grainy and not sharp at all.  The image on the left (is in editor)

  • Roxio Easy Media Centre "the certificate file is missing"

    Having purchased a new Curve 8320 I installed the Desktop Software.  Everything OK until I tried to open the media file application.  Received message - Roxio Easy Media Centre "the certificate file is missing or has been corrupted please reinstall i

  • External Authentication Against FND_USER Table

    About a month ago Paul Encarnation posted a question concerning external authentication. One to the methods being used was against the FND_USER table in Oracle Apps. I can see looking up the user account in FND_USER but what about the password? So if