30 day balance how to model

Hello BW Experts,
The report should show the customer 30day and 60 day balances according to the date entered. How to model 30 day balance for a customer. All we have is the current balance in the transaction record.
Possible solutions
1)     can we calculate the fields and add them in the ods / cube
2)     should be only dynamically calculated in the query, what is the best method to implement this.
3)     Have a restrict key figure restrict w.r.t to 0calday and by using the user entered date in variables ( please explain this option in detail, how to implement this)
Any suggestions appreciated
Thanks
BWer

Hello BWer,
You can dynamically calculate it  in query.
What cube is this?
If FIAR look at this report http://help.sap.com/saphelp_bw32/helpdata/en/ac/b2ae397f768c3ce10000000a11402f/content.htm.
Do you need something similar to this?
Otherwise give us some more details like what other characteris you have?  Is balance calculated based on Posting date? or do you have any net due date for the document ?Is there any clearing status/Clearing date?
Vijay.

Similar Messages

  • Nokia Lumia 928 apparently died after an attempted Windows 8.1 update.  Replacement phone arrived the next day.  How can I restore my contacts, photos, etc.?  Backup assistant is no help and I don't know how to access the Cloud.

    Nokia Lumia 928 apparently died after an attempted Windows 8.1 update.  Replacement phone arrived the next day.  How can I restore my contacts, photos, etc.?  Backup assistant is no help and I don't know how to access the Cloud.

    Did you have the phone set to backup things to the One Drive on Microsoft servers?

  • HT1498 "An error has occurred. Please try again later." i rented a movie and thats all i ve been getting for 5 days now. how do i fix it???

    "An error has occurred. Please try again later." i rented a movie and thats all i ve been getting for 5 days now. how do i fix it???

    Contact iTunes Customer Service and request assistance
    Use this Link  >  Apple  Support  iTunes Store  Contact

  • How to model multiple parent hierarchy in obiee

    hi,
    I have product hierarchy with multiple parents for a single level. and i want to display all the levels of hierarchy at a same time.
    Below mentioned is wht data i am getting from product table in OLTP
    current product diamension
    root1--level 1
    child product1--level 2
    child product2--level 3
    child product3 ----level 4
    and
    root2----level 1
    child product4----level 2
    child product2----level 3
    child product3 ----level 4
    If u see we have child product2 belongs to two diff hierarchies.
    My report req is i want to show all the levels of product in single row.Some thing like
    Mb no. level 1 level 2 level 3 level 4
    123 root1 CP1 Cp2 CP3
    123 root2 CP4 CP2 CP3
    How to model this scanario in OBIEE?

    H,
    Refer this
    http://oraclebizint.wordpress.com/2007/11/30/oracle-bi-ee-101332-one-dimension-multiple-hierarchies/
    http://www.rittmanmead.com/2010/11/oracle-bi-ee-11g-parent-child-hierarchies-multiple-modeling-methods/
    Thanks
    Deva

  • Since iCloud weeks only start on a Sunday in iPad, preferences on iMac allow week to start on any day.  How can I change iPad week start to match iMac?

    Since iCloud weeks only start on a Sunday in iCal on my iPad 1, preferences on iMac allow week to start on any day. 
    How can I change iPad week start on a Monday and to match iMac?

    Hi,
    Go to Settings>General>International, and make sure that you have the appropriate "Region Format," and "Calendar" settings.
    Best wishes
    John M

  • Hi. I just bought a macbook air and I use two languages every day.  How can I quickly move to another language while Im typing. Thanks

    Hi. I just bought a macbook air and I use two languages every day.  How can I quickly move to another language while Im typing. Thanks

    still doesnt work.. I already selected 2 languages.. but i can change it just with the mouse. There is no shortcut for macbook air. cmd space doesnt work.

  • ICal in OS X Lion default on new entries is 'all day'.  How can I change that default?

    The OS X Lion default on new iCal entries is 'all day'.  How can I change that default?  It seems odd that the default would be 'all day' when most entries are for meetings lasting less than that. 

    Unfortunetely the only way is to uncheck the box each time you set up an entry. I trust enough feedback from users will convince Apple to change that in the future.
    http://www.apple.com/feedback/ical.html
    Yours will help that effort.

  • My backup to Time Capsule is taking over 4 million days. How can I shorten the time? I am not able to connect through ethernet. How do I fix this?

    My backup to Time Capsule is taking over 4 million days. How can I shorten the time? I am not able to connect through ethernet. How do I fix this?
    Not only that but my Mac Pro keep running and does not stop, my Address book has a blue light under it but wont open, the light for my monitor in the bottom right corner wont turn on or off. Please need help...

    It sounds like there is an issue with the Mac itself.
    Use the verify disk A5 in troubleshooting.
    http://pondini.org/TM/Troubleshooting.html
    Even if you cannot connect by ethernet, at current location.. you can simply disconnect the TC from the network and bring it to the Mac and plug it in by ethernet. The TC can be reset if you haven't got a suitable current setup (save previous setup before you change it) and run just as backup device.. do the backup and then return it to the network.
    If this is just a standard incremental backup.. then something has broken. The issue is not the TC pe se but failure in hardware somewhere.

  • How describe model data and  get select in DB throw topLink.

    Hello,
    I have table from code
    create table t_tree
    id int primary key,
    parent_id int,
    value varchar2(255)
    Alter table t_tree
    add constraint constr_id_parent foreign key (parent_id) references t_tree (id)
    I must get query
    select level as lv,lpad('-@-', (level-1)*2)||value as MMM, t.* from t_tree t
    connect by prior id=parent_id
    start with T.PARENT_ID is null
    How describe model data and get select in DB throw topLink.
    Dema.

    So you'll probably have to write a function which uses dynamic SQL to retrieve the desired message text, like this untested one:
    CREATE OR REPLACE FUNCTION get_msg(p_db IN VARCHAR2,
                                       p_id IN NUMBER)
       RETURN VARCHAR2
    IS
       msg_txt  VARCHAR2(4000);
    BEGIN
       -- make sure p_db is a valid database link ...
       EXECUTE IMMEDIATE 'SELECT d_msg FROM msg@' || p_db || ' WHERE t_id = :id' INTO msg_txt USING p_id;
       RETURN msg_txt;
    EXCEPTION
       WHEN NO_DATA_FOUND THEN
          RETURN NULL;
    END get_msg;
    /The you can update likeUPDATE mex
       SET t_msg = get_msg(db_id, t_id);Hth, Urs

  • How to model a conversion table for unit of measures?

    Hi
    I am looking for some input on how to model a many-to-many relationship.
    The situation:
    A fact table with columns:
    Product
    Unit of Measure
    Date
    Value
    1 product is stored with 1 and only 1 unit of measure - e.g. Product = Oil, unit of measure = m3
    The fact contains several products, each having its own unit of measure.
    A dimension 'Unit of measures' with columns
    Unit Of Measure
    Unit Of Measure Name
    Measure System
    While reporting on the facts it should be possible to chose the unit of measure I want to see my facts in. E.g. I want to be able to show Oil-production in m3 or barrels or liters, etc.
    My challenge:
    How to model this requirement?
    Right now I tend to go for a bridge table between the fact and the dimension.
    But I was wondering:
    a) are there other ways to model it
    b) are there pitfalls in using Bridge tables?
    c) Can I re-use the bridge table in combination with other facts as the model grows?
    c.2) do I need to create an alias on the bridge table to re-use it?
    Thanks for your help
    regards
    Andy

    Hi Kart,
    ok let's say my model looks like this (columns below the tables names, sample in brackets) - again ignoring a date dimension:
    Dim_Product --- 1:n --- Fact ----- n:1 ----- Dim_UOM
    Id (1,2) Prod_id Id (1,2,3)
    Name (Oil, Gas) UOM_id Name (m3, Barrel, Litre)
    Value
    So the products are coming from the Dim_product, Unit_of measures coming from Dim_UOM.
    Fact values would look like this
    Prod_id UOM_id Value
    1 1 10
    1 2 84
    1 3 10000
    etc
    If I need to report in a new measure, I would be forced to add a new record to the fact table
    Prod_id UOM_id Value
    1 1 10
    1 2 84
    1 3 10000
    1 4 150
    with 4 being the new measure id.
    What I am looking for is a way to be more flexible when it comes to converting values to different measures.
    Thanks
    Regards
    Andy

  • HT4858 What about number of days. How long is a photo stored in shared photo stream? 30 days?

    What about number of days. How long is a photo stored in shared photo stream? 30 days?
    Also, do photos in a photo stream (shared or personal) get backed up on a pc if the icloud panel is there?
    Regards               

    I've adapted this from a function on my blog. you will need to add set the YourTicketTable to where ever your tickets are stored.
    CREATE
    FUNCTION [dbo].[CalcWorkDaysBetween](@StartDate
    As DateTime,@EndDate
    AS DateTime)
    RETURNS
    INT AS
    BEGIN
    SET @EndDate
    =DATEADD(DAY,1,@EndDate)
    DECLARE @Count
    AS Int= 0
    DECLARE @Date
    As Date=@StartDate
    WHILE @Date
    < @EndDate
    BEGIN
    IF (DATEPART(WEEKDAY,@Date)IN(1,7)
    OR (SELECT
    Count(*)
    FROM YourTicketTable WHERE TicketDate=@Date)=1)
    BEGIN
    SELECT @Count = @Count
    + 1
    END
    SELECT @Date=DATEADD(Day,
    1,@Date)
    END
    RETURN
    DATEDIFF(DAY,@StartDate,@EndDate)- @Count
    END
    Regards,

  • Having variations of same business process, How to model?

    Customer has several variations of the same business process. How to model them in Solution manager's project implementation tools? I actually created this same question in 'Business process expert' forum, so please read the whole story there and earn your points there.
    Having variations of same business process, How to model?
    Best regards,
    Kimmo

    Hi Kimmo,
    I wouldn't use process steps to refine processes. This is incompatible to SAP implementation content coming from BPR (Business Process Repository). But a good idea would be to copy the main business process e.g. "Sales order processing" into two new processes on the same level, e.g. "Sales order processing by manual input" (variation1) or "Sales order processing by incoming interface" (variation2). Then you can use the Compare Button on the variations to see if any changes have been on the main business process and copy them to the variations. This minimizes the effort to keep track of changes after creating the variations. When you run transaction SA_PROJECT_UPGRADE on that project these changes even get flagged. Mostly this function is used to upgrade against BPR or a template project but it works also for copies inside a project e.g. to model variations.
    Regards
    Andreas

  • My iPhone 3GS on iOS 5.1 will randomly stop what I'm doing show a black screen then the spinning icon and then it shows my lockscreen. It takes about a minute to do this and it does it about 30 times a day. How do I fix this?

    My iPhone 3GS on iOS 5.1 will randomly stop what I'm doing show a black screen then the spinning icon and then it shows my lockscreen. It takes about a minute to do this and it does it about 30 times a day. How do I fix this? It is EXTREMELY ANNOYING!

    No, sounds like when you dropped it an cracked the screen it may have also damaged the logic board or the repair person damaged a cable.

  • HT2105 is there a limit on redeeming gift cards per day? how about purchasing in app?

    is there a limit on redeeming gift cards per day? how about purchasing in app?

    AFAIK, there's no limit to how many gift cards can be redeemed in a 24 hour period. Same for In-App purchases.

  • What is the exact use of 'Day Balance' and 'Period Balance'??

    Hi All,
    Can any body give me a detail and exact description about 'Day Balance' and 'Period Balance' fields used under 'Base Emtitlement' subtree option of V_T559L.
    Thanks,
    Swapnil
    PS : Points will be rewarded for helpful answers...!

    1. First one has to understand that R3 is OLTP system purely used for transactin processing while BW is used for OLAP ie reporting purpose only. At a table level if we do not have  a redundant second table the R3 system will be over loaded when the OLTP & the OLAP systems access the same table for their respective purposes. So we have to take data from the document table with a time lag and put into the statistical tables so that BW will get the data as and when required.
    2. This question is related to 1 and the above answers both.
    3. V3 is a generic process and is used for data extraction from the R3 transaction tables and can be used for any system as such.
    4. Both the processes are independent of each other and there is no relationship.
    Hope this helps
    Cheers
    Viva
    Assign points if this helps.

Maybe you are looking for

  • Table to be used to fetch conditon value of a condition type

    Hi Friends               I need to do some enhancements to a report where in I have to add a new column which adds up the netvalue of the invoice ( netwr) with the condition value of a tax condition ( octori ). To fetch the condition value of this co

  • How to add the new line in reciever FCC

    Hi All, I have my reciever FCC with me, but I just need to add one more additional line or you can say seprate the first line. So how to add extra or new line in the current structure? Please let me know if there is any parameter for this. Thanks in

  • Problem in finding and downloading Map Loader

    Hello, i am using N97 mini, i updated the map to OVI free navigation map, but i want to use the navigation without internet conncetion and for that i need to download the map and save it into my device. But the problem is i cant find the correct link

  • House Bank for ACH transmission

    Hi, I have been setting up ACH processing for making payments to our vendors.We have bank key or ABA number or routing number for checks which has been updated in the config.FI12 field Bank key.Now for ACH processing bank is using  different routing

  • Linking to an external swf file problem

    I have one flash presentation which contains a movie clip button with all three events (onRelease, onRollOut and onRollOver) which links to a video which is contained in another swf. The button appears to be temperamental with the onRelease event. It