AST Acctype Accounts - Need a different value at the PARENT level of Time Dimension

Hi All,
We have a planning model wherein we have the following hierarchy in the account dimension:
CLOSECUSTOMERS
          OPENCUSTOMERS
          NET ADDS
                   GROSS ADDS
                    MIGRATE
                    DISCONNECTIONS
CLOSECUST and OPENCUST are AST type accounts since we need as of balance, whereas the other accounts like Gross Adds, Migrations and Disconnections are EXP type, as we need a cumulation of these values for a particular period.
Account
Jan 2011
Feb 2011
Mar 2011
Q1 2011 ( in BPC)
Q 2011 (Required)
Opening Customers (AST)
1000
1020
1070
1070
1000 (Jan opening)
Gross Adds (EXP)
   50
100
60
210
210
Migrations (EXP)
   -20
-30
-30
-80
-80
Disconnections (EXP)
   -10
-20
-70
-100
-100
Closing Customers (AST)
1020
1070
1030
1030
1030
The business is looking for more of a summary at their quarterly level. i.e. what was the opening for the quarter, the delta changes that happened during the year, and the closing balance.
The issue is mainly with the opening value. It takes the value from the latest month. But the value is needed from the earliest month of that calculated time period.
We do not have a Flow Dimension in the planning model and the users need this in ad-hoc reporting as well. So we do not have an option of managing this at a reporting level (using EPMCopyRange or something similar)
Is there any other solution to this issue?
Any help would appreciated.
Thanks

Hi,
A bit not clear requirements. You are trying to create separate accounts for Opening and Closing? Looks strange! Please, use Flow dimension for this things. Trying to emulate it on the report level will create a lot of misunderstanding...
B.R. Vadim

Similar Messages

  • GL Accounts Planning with different value in each period through SPL ledger

    Can any one help me for the below issue:
    We want to load ( EXCEL  SHEET) planning amount through special purpose ledger against each GL account or all P&L and Balance sheet accounts, perhaps, a different value in each period.We would want to compare actual and budget figures by using T-CODE F.01.
    The example Given below:
    GL - 250112                
    PERIOD 1  - 10,000    
    PERIOD 2  - 10,500         
    Pd3           - 10,500       
    Pd4           - 8500    
    Pd5           - 8000    
    Pd6           - 9500        
    Pd7           - 10000     
    Pd8           - 9400          
    Pd9            - 10500          
    Pd10          - 11000        
    Pd11          - 6000     
    PERIOD 12 - 8400               
    Can anyone give me step by step procedure to do this.Thanks in advance.
    Edited by: DhanuSAPFICO on Dec 28, 2010 5:52 PM

    Hi,
    A bit not clear requirements. You are trying to create separate accounts for Opening and Closing? Looks strange! Please, use Flow dimension for this things. Trying to emulate it on the report level will create a lot of misunderstanding...
    B.R. Vadim

  • Passing different values to the same servlet

    Hi,
    Is there a way to pass different values to the same servlet?
    Background:
    I have a database that I query to acquire a list of customers, then I show each customer as a link, that when clicked will show details of that customer. (The customer table is dynamic so I can't create a new page for each customer)
    When using JSP what I do is
    //Do query database
    while (rst.next())
         String cust = rst.getString ("cust");
            out.write("<a href = \"cust2.jsp?cust=" + cust + " \" >" + cust + "</a> ");
    }Then on the cust2.jsp. I will use
    String str = request.getParameter ("cust");to acquire the customer to get details of.
    Is there a way to do the same using servlets?
    I could swap to JSP when creating this particular part of the project but it won't look good and it would help me learn a few things when there is another way.

    I want to know if there is a way to pass a variable from a webpage link like in my JSP example using servlets.
    Here is what I wanted to do:
    I have a webpage that contains customer names and each name has a link to the same servlet (let's say the link is famia/servb). I want servb to show detailed information about the customer my visitor clicked in the webpage.
    The logic I was thinking is to pass a variable to this servlet, then I can use that variable to know which customer should I query in my database. So that I can show the details to my users.
    Here lies my problem, I don't know how I can pass this variable, or even know which customer my visitor clicked. I can't use a new servlet for each client since the customer is in a database and if my customer base grows then I would need to create a lot more web page that does the same thing.
    The JSP example I gave is how I will be coding it if I am using JSP, but now I am using servlets. So I was wodnering if there is a way to do this using servlet. Or should I stay with using JSP for this particular logic and just call servb after the JSP page acquired the variable.
    I'm trying not to use "<original URL> + ? + <variable> = <value>" (eg: http://www.famia.net/customer?cust=famia) as the means for passing the variable. (or in the example as a means of passing variable cust with value famia)

  • HT201269 Can I set up two accounts for two different iPhones on the same iTunes account. Jimmy

    Hello,
    CanI set up two accounts for two different iPhones on the same iTunes account. Thanks JIMMY

    http://support.apple.com/kb/ht1495
    You can use the same apple id for two separate phoones to share apps/music, however you would need a separate apple id for both phone for imessage/facetime/icloud.

  • Couldn't add you to the Family plan as your account needs to be based in the same country

    I sent a Family plan invite to my wife's email address. After resting her password (perhaps she's not the one who made the account?) she tried to accept the invite by entering the token. She was told: We couldn't add you to the Family plan as your account needs to be based in the same country as the Family plan owner. We checked and both profiles show USA as the country. What's the hang up? 

    Hi guys welcome!
    Can you check if the country of both accounts match? You can check this by going to the Account Overview page.
    If one of the accounts doesn't match, then change it to the right country.

  • Htree-Value of the parent's selected node

    Hi all!
    I have an htree in oracle forms10g and I would like to have the value of the parent selected node. There is a function to trap the value of the selected node but I also need the parent's value too.
    My tree is structured like this
    company--> department--> service-->service_status.
    the service_status can be active or no_active. If I click on let's say "active"
    I would like to have all the records where service_status is equal to "active" for the service located above the "active" selected

    I would like to have all the records where service_status is equal to "active"
    for the service located above the "active" selectedI'm not sure what you mean by that, but try "ftree.get_tree_node_parent(my_tree, my_node);" for getting the parent.

  • Passing values of the column in the last level of a dimension hierarchy.

    My report has two colums
    Column1 (Dimension has a hierarchy)
    Columns2 (Fact with an Aggregation Rule)
    I want to use the drill down facility in column 1 and pass the value in the last level of the hierarchy to navigate to another report. Can someone help me on this?
    [Note: The above is possible when the column that is on the last level of the drill hierarchy is in the main report]

    @ubuntupenguin Thanx for your prompt reply.
    I am currently able to store all the necessary symbols in an array. But, How do I query for multiple symbols in the SQL Query ?
    I have an array symArr[] which consists of all the symbols I need to query from the database. So, How should I write the SQL Query is my question.
    I could have created a string which looks something like this from the symArr[] array:
    XOM,AA,BAC,BB,BBC,....
    But, the problem would be when I try to query these symbols in the php data service using "SELECT * FROM TABLENAME WHERE SYMBOL IN (?)"
    where the variable $symbol is the populated string (XOM,AA,BAC,BB,BBC,.... ). So, to rephrase my question, Could I use SELECT * FROM TABLENAME WHERE SYMBOL IN (?) to query for Multiple symbols or is there a better approach.
    Thanx in advance.
    -Krishna

  • BPS-dynamic columns-single value in the planning level.

    Hello, we would like to use a compound characteristic in dynamic colums.
    Based on test and documentation we already know that we can use compound characteristics in dynamic columns only if the higher-level characteristic is restricted to a single value in the planning level.
    If we use a variable restricted to a singel value per user it does not work. Does it mean in general that a varibel cannot be used in that case and that we have to create about 30 planning packages with a fixed value for the higher level charactersictic?
    Thanks for help.

    This is solved now with support package 12

  • How to transport a value in the same level rule

    I want to transport a value in the same level rule,but failed. Would you please give me some idea to finish it? Thank you!

    the sample about rule zz01 as the fllowing:
    zz01
           4001 deduction for absent from work
            SETIN R=3 
             SETIN A=01    'NUM=3
              ADDWTI4Z03   '4Z03=3
        4002 sick leave
                  SETIN R=3
                  SETIN A=01
                  ADDWTI4Z09    'set 4Z09=3
    I want to transport the value of NUM in wagetype 4001 to  the variable in wagetype 4002.
      Thank you!

  • Display pages that reacts to different values in the drop down list.

    I currently did up a simple drop down list that stores values retrieved from the database. I would like the program to display pages that reacts to the selected value without the press of any button, which means, if I select any value from the drop down list, the page will be displayed according to the value selected.
    Below are the codes that I did for the retrieval of data from the database.
    <%
            String username = "test";
            String password = "test";
            String thinConn = "jdbc:oracle:thin:@dbdev:1521:ORCL";
            Connection conn;
            Statement stm;
            ResultSet rs;
            String baseQuery ="SELECT DISTINCT ID FROM STAFF ORDER BY ID ASC";
            try {
                conn = DriverManager.getConnection(thinConn,username,password);
                stm = conn.createStatement();
                rs = stm.executeQuery(baseQuery);
    %>
    <strong>Retrieve ID from Database</strong>
        <select size="1" name="dropdown">
        <%
        while (rs.next()) {
            String id = rs.getString("ID");
            out.write("<option value=\"" + id + "\">" + "level " + id + "</option>");
                    conn.close();
                } catch (SQLException e) {
        %>
        </select>Would appreciate if someone might offer some help to what I have to do next
    Edited by: wyndsor on Jun 26, 2008 7:34 PM

    cotton.m wrote:
    [_An instant classic_|http://www.webdeveloper.com/forum/showthread.php?t=184937]
    Sometimes I find myself wondering why people think they won't get caught with their cross forum cross posting. Then I realize that if they knew about Google they wouldn't have needed to ask the question in the first place.
    It's kind of funny in an ironic sort of way.

  • Need to set values in the configurator

    Hi people,
    Im a workflow consultant and need a bit of advice regarding updating the configurator values. I know about the function module "vc_i_get_configuration" gets the values in the configurator and the parameter for that would be cuobj. But is there any function module in place which updates the configurator with new values from a custom screen. This custom screen is going to be in the workflow.
    Regards,
    Sukumar.

    yes you can update values, you can use class CL_CBASE.
    EXAMPLE PROGRAM:
    TYPE-POOLS:
      cucbt,
      ibxx,
      ibco2.
    PARAMETERS : p_cuobj TYPE cuib_cuobj.
    DATA: add_chr TYPE ibco2_value_tab,
          l1_ind LIKE sy-tabix.
    DATA: old_l TYPE i,
          new_l TYPE i.
    DATA: wa_chr LIKE ibvalue0,
          wa_chr1 LIKE ibvalue0,
          wa_con TYPE ibco2_instance_rec2.
    DATA: l_obj TYPE REF TO cl_cbase.
    CLEAR l_obj.
    DATA: it_instances TYPE  cuib_cuobj_tab.
    DATA: l_head TYPE   ibco2_ibase_rec,
          l_config TYPE ibco2_instance_tab2.
    DATA: wa_instances LIKE LINE OF it_instances.
    CLEAR wa_instances.
    APPEND wa_instances TO it_instances.
    DATA: flg_invalid TYPE c.
    CLEAR flg_invalid.
    CALL METHOD cl_cbase=>get_current_cbase_by_instance
      EXPORTING
        iv_instance            = p_coubj
        iv_check_only_buffer   = space
      IMPORTING
        eo_cbase               = l_obj
        ev_instance_is_invalid = flg_invalid.
    CALL METHOD l_obj->get_configuration
      IMPORTING
        es_cbase_head = l_head
        et_instances  = l_config.
    DATA: c_ind LIKE sy-tabix.
    CLEAR add_chr.CLEAR l1_ind.CLEAR wa_chr.
    LOOP AT l_config INTO wa_con.
      l1_ind = sy-tabix.
      add_chr = wa_con-values.
      LOOP AT add_chr INTO wa_chr WHERE atinn EQ '0000000019'.
        wa_chr-atwrt = '000000000000000504'.
        MODIFY add_chr FROM wa_chr.
      ENDLOOP.
      wa_con-values = add_chr.
      MODIFY l_config FROM wa_con INDEX l1_ind.
    ENDLOOP.
    DATA: lcfg_head TYPE ibibconf.
    CLEAR lcfg_head.
    CALL METHOD l_obj->get_head_of_cfg
      IMPORTING
        es_head_cfg = lcfg_head.
    CALL METHOD l_obj->set_configuration
      EXPORTING
        is_head_cfg  = lcfg_head
      CHANGING
        ct_instances = l_config.
    CALL METHOD l_obj->set_mark_for_saving.
    CALL METHOD l_obj->save_and_free.
    COMMIT WORK AND WAIT.
    MESSAGE e398(00) WITH 'Configuration Updated'.
    WRITE:/ 'Detail of changes'.
    SKIP.
    LOOP AT add_chr INTO wa_chr.
      WRITE:/ wa_chr-atinn, wa_chr-atwrt, wa_chr-atcod.
    ENDLOOP.
    Message was edited by: Sharath kumar R

  • [ora_hash] different value for the same input

    hi all,
    i'm using 2 different machine running the same version of oracle (11g).
    on those 2 db i have the same tables with the same datas.
    for the comparisson of the data i'm using the ora_hash function (both on numeric and string fields) and for some records i get different results.
    how is that possible?
    (by the way looking at the records that has different hashes the values calculated by the hash function are the same)
    thx

    You have posted in the wrong forum. As the forum title says this forum is for SQL Developer and not for SQL or PL/SQL questions.
    After reading the information provided at the end of this reply you should
    1. create a new thread in the SQL and PL/SQL forum
    PL/SQL
    2. Edit this current question to add a link to the new question and tell people to follow up in the other forum.
    3. Mark this current question ANSWERED so followup will be in the other forum.
    Thanks.
    When you post in the other forum provide information related to the following
    >
    for the comparisson of the data i'm using the ora_hash function (both on numeric and string fields) and for some records i get different results.
    >
    Please post your 4 digit Oracle versions - both versions (result of SELECT * FROM V$VERSION) and examples (i.e. actual code) of values that are giving different results.
    >
    (by the way looking at the records that has different hashes the values calculated by the hash function are the same)
    >
    What? there can't be 'different hashes' if the 'values calculated by the hash function' are the same. What are you saying here?
    Again - provide examples that show the differences. Should be something like
    SELECT ORA_HASH(12345) FROM DUAL;Since you say there are differences on the two machines provide the execution plan from each machine that shows what Oracle is actually doing. One machine may be applying a function to the data.

  • Different value in the sum in a table of Desktop Intelligence

    Greetings, I created a report in Desktop Intelligence and I created a variable that contains the sum of the table. The table gives a value but when I put the variable in other part of the report give a total different value. When I checked the table contains some duplicate values. I used Avoid Duplicate Row Aggregation but the problem is worst. How can I remove the duplicate values in a row of table ?

    Hi  Miguel Rodriguez,
    what is the meaning of sum of table???
    i didnot  understud.
    aggregation performence is good when you make A object as measure Object in Universe level.
    if you want to like this:
    customer      product_1       product_2      product_3
        A             10                  50               60
        B             20                  60               40
        C             30                  70               20
        D             40                  80               80
    create a variable    PRODUCT
    =Sum( [product_1]  + [product_1] + [product_1])
    customer      product_1       product_2      product_3                    PRODUCT
        A             10                  50               60                   120
        B             20                  60               40                   120
        C             30                  70               20                   120
        D             40                  80               80                   200
    Next Click on Product column     File menu   -
    > Insert -
    > calculations -
    >Sum
    customer      product_1       product_2      product_3                    PRODUCT
        A             10                  50               60                   120
        B             20                  60               40                   120
        C             30                  70               20                   120
        D             40                  80               80                   200
                                                                            Sum= 560
    All the best,
    Praveen

  • Why does eye dropper Lab show a different value than the Lightness channel?

    Can someone help me understand how the L in Lab color in the eye dropper tool maps to the actual Lab Lightness channel?  Both are on a scale of 0-100, but they clearly show different values.  Here's a video that show what I mean (note that if I completely desaturate the color, I get the same results, it isn't a color thing).

    I cannot read much useful in the OP's video, but I think, the OP is not talking about
    HLS- or HSL-Lightness (not available in PS CS6) or HSB-Brightness, but only about
    CIELab Lightness in two different modes:
    Figure 1:
    Figure 2:
    The area was filled with a gray L=50 a=0 b=0.
    In Figure 1 all channels are selected. The values are correct.
    In Figure 2 only the Lightness channel is selected. The value L=54 is wrong.
    What might be the reason?
    Measurements were always taken inside the area. The RGB-values are the same in both modes.
    Please don't verify this by measuring in these Forum-images. These are PNGs in RGB.
    Please verify by repeating the trial.
    Best regards --Gernot Hoffmann

  • Need to use Value of End Date Prompt Multiple Times

    I have a date field (Ex: Tablename.RDate) that needs to be entered by the user. So, I created a prompt (Begin and End Dates) that the user will enter.
    I need to have a second date field (Ex: Tablename.TDate) that needs to use the entered value of the End Date from the first prompt.
    (I need to check for TDate being equal to or greater than the value entered in the RDate End Date prompt. I don't want the client to enter in a begin and an ending date and then have to turn around and enter in a termination date which would be the same as the ending date).
    So my question is how do I accomplish this without having a TDate prompt? How can I use the RDate Entered Ending Date prompt value multiple times in my report?
    I thought about a second prompt but I don't know how to direct it to the entered value for the 'End Date'. I am fairly new at this so please go slow and be detailed with your answer if you can. Thanks in advance

    I think you have to make use of an exit (EXIT_SAPLMEKO_002)  or a BADI (ME_PO_PRICING_CUST)

Maybe you are looking for

  • Crystal Report Using ECC Data has Auth error in Infoview

    We've created a Crystal report that successfully accesses ECC data from a function module in our Dev environment when the report is executed from within Crystal Designer.  When we try to execute the same report against the same development ECC system

  • How to get a list of Local Users who has not logged in for 3 months or around 90 days

    hi i found this thread to pull out a list of local users Retrieve all local user accounts information on remote computers (PowerShell) however, i need to filter out users who has not logged in for 3 months or around 90 days, how can i do further filt

  • Problem with SDO_GEOM.SDO_AREA

    I am trying to calculate all citys where the area of the citys polygon(SDO_GEOM.SDO_AREA) is 15% greater than the area of the citys in the sq_mile table. Basically the table has a attribute called sq_mile which is the area in sq_miles of the city, bu

  • How to connect WCEM with a TPV payment gateway ?

    Hi , I need connect my b2c application with tpv , is possible ?? how do I be it ?? thanks you.

  • Imovie on an external drive

    I would like to make an external drive the default drive for my imovie folder to save space on my laptop. Is it possible to do this? bob   Mac OS X (10.4.5)