Can we store day wise Inventory in DSO or cube

Hi,
Can we store day wise inventory in DSO or in Cube using 2LIS_03_BF. Is there any standard infocube or dso is available for storing the day wise inventory.
As far as my knowledge is concern we cannot store inventory (correct me if i m wrong).
We have a requirement where day wise inventory needs to be stored.
I know about 0IC_C03 and 0CM_DS03, both of these gives quantity on query run time. I want the same to be store in modelling level.
Is it possible?
Thanks in advance.
Regards
Manna Das

Hi Manna,
The Cube 0IC_C03 will provide all your requirments at the report level.
But as you need that at modeling level with only specfic requirments, so either you go for generic datasource extraction or do some calculation in ABAP at the transformation level.
Balaram

Similar Messages

  • DAY WISE INVENTORY REPORT

    Hi
    In which txn we can see the inventory report day wise.
    ( we know we can monthy wise inventory report in MC.5 )

    Hi Raj,
    i don't think we have Std report for day wise inventory (not sure)
    u have to go for Z-development
    anyway's just wait for experts replies
    Regards
    kumar

  • Can I store only the aggregate data in OLAP cube

    Hi All,
    I know that the OLAP cubes store the leaf data and then builds the aggregate data on top of it and stores with in it. I have huge amounts of data ( like billions of data in my fact table and 6-8 dimension tables). If you keep the leaf data along with the agg data with in the cube would be too large to build.
    So I am thinking to have to store only the agg data within the OLAP cube and for the leaf data it should still read from the Relational tables. Something like Hybrid OLAP.
    (what I mean is
    1. create the dimensions and cube in the AWM on 11g.
    2. I will also specifiy the levels that I want the agg data to be calculated and stored in the OLAP cube.
    (what I want is
    1. I want to store only the agg data in the cube and leaf data still in the relatlional tables.
    2. when I read the cube and drill down to the leaf level , it should fetch the leaf level data.
    Is this possible in Oracle OLAP, if yes please provide some pointers
    Thanks
    S

    First you should try out storing and aggregating data to atleast see if the cube-loading time, query-time and AW-size is within acceptable limit or not. 11gOLAP especially 11gR2 OLAP is very efficient on all three fronts.
    Regarding specifying levels, you can either use Cost-based-aggregation and pick the %age that should be pre-aggregated OR you can use Level-based-aggregation and pick the levels from each dimension that should be pre-aggregated.
    Try these out before venturing into anything else. You will be surprised by the results. There are other ways to store the data in smaller multiple-cubes and joining those cubes through formulas. Make sure you don't mistake an attribute for a dimension.
    Not sure what you mean by just storing aggregated data in olap cubes. You can just do a SUM .. GROUP BY .. of relational data before loading it into olap cubes. For example, if you source data is at DAY level, you can SUM.. GROUP BY .. at MONTH-level and then load month-level data into olap cubes where leaf-level is month-level.
    The sql view (used by reporting tools) could then be a join between month-level "olap" data and "day-level" relational data. When you are drilling-down on the data, the sql view will pick up data from appropriate place.
    One more thing. Drill-Thru to detail data is a functionality of reporting tools also. If you are using OBIEE or Discoverer Plus OLAP, then you can design the reports in a way that after you reach the olap leaf-level, then it will take the user to a relational detail-report.
    These are all just quick suggestions (on a Friday evening). If possible, you should get Oracle OLAP Consulting Group help, who can come up with good design for all your reporting needs.

  • Can postings be allowed day wise ?

    Hi all
    My question is that can we stop postings day wise e.g close postings upto 20th Nov and allow for 21st November ?
    Please respond
    Thanks

    hi,
    Use T code OB28.
    Go to Environment -> Validation from the menu.
    In the document header node, define a validation as described in my earlier message.  Save and activate from the main screen of OB28.
    Follow the links below for more details:
    http://sap.ionelburlacu.ro/sap0/sapfi004.htm
    [How to guide|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/c0bc693c-76d8-2910-fd81-e891248a02c5]
    Cheers.

  • Theres an app called Lomo Camera in the Play Store by Wise Shark Software and can I just ask if it can e available in the Apple App Store for FREE and if so, when can it be available?

    Theres an app called Lomo Camera in the Play Store by Wise Shark Software and can I just ask if it can e available in the Apple App Store for FREE and if so, when can it be available?

    You should talk to the App developer on their website.

  • Report - Day wise /Week wise

    Hi Experts,
    I have 2 reports for which the data is fetched from 1 DSO.
    I have CREATED DATE and DESPATCHED DATE in that.
    I want to view both the reports Day Wise / Week Wise.
    In the DSO i have mapped the Created Date to the CalDay and CalWeek/Year. Which will be used in the report 1
    And I want to do the same mapping for the Despatched Date too. In order see the Day/Week trend in the report 2.
    Since there is only one CalDay and CalWeek/Year objects available in the DSO im not able to bring the trend for despatched date.
    Can anyone give solution to fx this issue please.
    Thanks
    Edited by: MO AHMED on Jan 7, 2010 4:30 PM

    There are different solutions to this topic. The easiest is described by Roy:
    Create two InfoObjects DESP_DAY and DESP_WK, copy them from 0CALDAY and 0CALWEEK and populate them from DESPATCHED_DATE in the transformation. I think you might need a routine for DESP_WK, simply use the function module DATE_GET_WEEK there.
    If this doesn't work for you, e.g. if the DSO is used in a Multi Provider you might add an additional InfoObject DATE_TYPE to the DSO key. This is CHAR 1 and filled with either C for created date or D for dispatched date. Then you use two different field groups in the transformation to create two lines, one where 0CALDAY and 0CALWEEK are filled from CREATED_DATE with DATE_TYPE C and one where they are filled from DESPATCHED_DATE with date type D.
    Best regards
    Dirk

  • BEx : Day wise report

    Hi Experts ,
    I have a requirement for the report, where for the current week it should display the respective week and then day wise.
    I have created a variable where it is taking the current week but i need to know how i can make that report display day wise.
    Kindly help,
    Thanks in advance ,
    M.S

    Hi M.S.,
    Unfortunately you will not be able to generate any Characteristic values in the Report/Queries which is not present in the Cube/DSO etc directly.
    But you can achieve this through "Virtual Characteristics". But performance wise, it might be little slower.
    Pls go through the below link.
    https://wiki.sdn.sap.com/wiki/display/BI/FiveWaystoEnhanceBIFunctionalityUsingABAP--PartIV--VirtualInfoCubes%2CKeyFigures%2Cand+Characteristics
    I would suggest you to add the 0CALDAY, 0CALMONTH, 0CALYEAR & 0CALWEEK to your infocube and do a Time Conversion. It is the best way. Fortunately you dont have to delete the data, you can make use of the "Remodelling" option available in the BI7.x version.
    Pls award points, if helpful.
    Regards,
    Chathia.

  • Day wise cal of FI report...cl/bal..open..bal

    Dear friends,
                   I am working in FI report (vendor balance for date ranges) .Its a ALV report. I want to fetch the datas for debit ,
    credit,opening balance,closing balance,for the paticular vendor or all vendors for date ranges.the table for this iam using is BSIK AND LFC1.
    all the datas stored in the table is for month wise,but my programe (my user needs even for day wise) how to calculate this,
    or is there any function modules avaliable  or can u konw any other table storing day wise balances...this report is urgent ..
    any one pls suggest me .advance thanks..
    regards
    veera

    y u posted again ? u already closed the prev.thread.
    u have to take BSAK+BSIK also .
    BSAK :Accounting: Secondary Index for Vendors (Cleared Items)
    BSIK:Accounting: Secondary Index for Vendors
    Regards
    Prabhu

  • Vendor Balance Report Day wise based on Posting date

    Hi Guru's,
    I am creating vendor balance reprot day wise based on posting date .
    In my report i want to show  TDS(With hold tax ) amount where can i get that field name how can retrive the data using bsik and bsak .
    I Donot want to display reversal documents in the displaying list .How can i remove reversal entries .
    Regards
    Nandan.

    Hi Nandan,
    check these tables:
    A399
    T059O
    T059ZT
    Regards,
    Santosh Kumar M

  • GL account opening balance day wise

    HI,
        I am working on FI report, where i need to calculate the G/L account closing balance on a daily basis, which will be used as the opening balance for the next day, please help me out with some sample report or logic to claculate the closing balance day wise.
    u can mail me to :[email protected]
    Regards
    Soyunee.

    Hi,
    You have to make use of many tables for this purpose.
    1. You have to claculate the previuos period and finscal year for the given date..
    2. You have to calculate the G/L balances for this period for the given G/L account from table GLT0.(You can use some of the standard function modules for the same)
    3. You have get the line items from the various tables like BSIS,BSAS,BSIK, BASK, BSID and BSAD for the dates from the begining of the month to the given date-1. sum upthis amount with the amount retrieved from step 2 .This will be the opening balance for the given date.
    4.retrieve the data from he same tables like step 3 for the given date. This will the transactions of the given date.
    5. sum up  the amounts from step 4 with step 3. this will be the closing balance for that date.
    let me know id you want any further info..
    Reward the points if i answered your question..

  • CO Profitability report day wise

    Hi Gurus,
    My client wants to see the Profitability report at company code level day wise, Sale order and Product, is it possible.
    If its possible, then how the data will flow day wise and what are the pre-requisits to get this done.
    Does SAP has any standard report to get the required.
    Day wise i mean, if i take the COPA report on 2nd Feb, it should display only the amounts which were posted on 2nd Feb and activites confirmed etc.
    Thanks & Regards,
    Praveen

    Hi All,
    Can you tell me what is Line item report, and how is it different from KE30 summarised report.
    What i understand from your saying is, Line item report will give us the particular dates information when the report is executed, leaving out the info till previous date.
    Even if the line item report is created, can u tell me how the data will flow into it. Because we have Sale order cost estimate for the client. If i create a seperate value field for the cost component then it will give me the Sale order cost estimate info which is again standard. How is it possible to get actual data.
    What about the other cost centers amount. How this data is passed onto it.
    If i have to get this data into the reports then each day I should do Assessment cycles, settlements of the order and reverse the same the next day. But even if i do that i wont be able to get the day wise report as the data will get posted on month end date and again will be summarized one.
    Pls clarify me on this. My clients expectation is to bring out the daily report to see the progress of each day and wats the cost he is incurring so that he can compare it with sterdays and also the plan data.
    Thanks & Regards,
    Praveen

  • Reg :Production order cost  report day wise.

    Dear Expert,
    1.We want a report for a particular Production order cost  day wise.
    The scenario is like this Production order is Released for 100 Qty.
    Today they confirmed only 50 Qty.
    Tomorrow they will confirm 50 qty.
    Now they want to see the cost for today confirmation and tomorrows confirmation.
    Reason being daily the Raw Material cost is changed and they want to track the variance.
    Is there any standard report we can achieve this or do we have go for development
    2. And also i need to know daily how many production orders have been released.
    Thank u in advance.

    A day is not a controlled cost object. You could write a report to look at costs gathered in a day (by reporting date), but I strongly suggest that if you need to analyze costs per day you switch to daily orders.
    You'll find then that all the standard processes work for you.

  • Stock Ledger Report in Day Wise not giving correct values for Opening Stock

    Dear Experts,
    I m working on Sock ledger report to give the day wise data.
    since yesterdays closing Stock will become opening stock of today,
    To get Opening Stock,
    I have restricted the stock key figure with 2 variables on calday        
                                  (DATE FROM var with <=(Lessthan or equal to) and offset -1
                                   DATE TO      var with <=(Lessthan or equal to) and offset -1)
    To get Closing Stock,
    I have restricted the Stock key figure with 2 variables on calday        
                                  (DATE FROM var with <=(Lessthan or equal to)
                                   DATE TO      var with <=(Lessthan or equal to) )
    But in the output Opening stock values are not coming correctly and for given range of dates,
    for last date, opening stock is showing as Zero.
    Could you please tell me how can I achieve the correct values for opening stock.
    Thanks in advance.

    Hi Arjun,
    Seems like you are making it more complicated. What is your selection screen criteria?
    Ideally you should only use the offset.
    You will have say Calday in rows and stock in Column
    ____________Opening Stock_____________Closing Stock
    01/06/2009___(Closing stock of 31/05/2009)_(Stock of 01/06/2009)
    02/06/2009___(Closing stock of 01/06/2009)_(Stock of 02/06/2009)
    03/06/2009___(Closing stock of 02/06/2009)_(Stock of 03/06/2009)
    So, from above scenario, create one RKFs and include Calday in it. Create a replacement path variable on calday and apply the offset as -1.
    So, your Opening Stock will be calculated by closign stock of previous day.
    - Danny

  • Storage Location wise Inventory( Qty+Value) as on a given date

    Hi friends
    Is there any report which gives the Storage Location wise Inventory( qty as well as value)? I have tried MB5B but when i select valuated stock option, I get a msg tht Storage location will be reset. So is there any other report in MM which I can refer to. Thxs in advance.
    Cheers
    Hrishi

    Hi
    Thxs for the reply. But T.Code MC.9 shows values for a particular month and not on a particular date.
    Cheers
    Hrishi

  • Pivot Day wise closing stock report

    Expert,
    we need same report from SAP
    Pivot report day wise closing stock
    Item Code - Item Description - UoM - Warehouse - Item Group - Days 1-2-3-4-31
    Selection criteria
    From Date
    To Date
    Item Group
    Please help and send Pivot query.
    Thanks in advance
    Mukesh

    Hi Nagarajan Sir,
    The above link query is showing a particular date stock status
    but my requirement is different below sample format
    Date     -    Item Code - Item Description - UoM - Warehouse - Item Group - Closing Stock
    15/03/14   F00012       TMT BAR 10 MM     KG        KRY01          FINISHED      230.35
    16/03/14   F00012       TMT BAR 10 MM     KG        KRY01          FINISHED      265.65
    17/03/14   F00012       TMT BAR 10 MM     KG        KRY01          FINISHED      356.35
    Can i get this format
    Selection criteria
    From date
    To Date
    Warehouse
    Please think about this format and suggest
    Regards
    Mukesh Singh

Maybe you are looking for

  • Help!!! Problem when uploading new ipod touch software

    Hi, really hoping someone can help! I connected my ipod to itunes and it asked me if i wanted to download new software for ipod touch so i did, then when it finished downloading it automatically started updating my ipod but before it finished i got a

  • Help adding photos to an existing Adobe slideshow

    I have created my slidshows in adobe bridge CS5 and imported them into my website seamlessly. Now months later I am trying to figure out how I even did it!! I just need to add photos to the current slideshow, can this be done?? Thanks!

  • Clearing Out Download Queue in iTunes

    Here's my situation: You know how iTunes lets you scroll through songs you've purchased in iTunes? Great feature, except there's almost a self-destruct button in there. The "Download All" button in the upper right hand corner. If you accidentally hit

  • Can Bridge create an interactive Gallery?

    Can Bridge be used to create a Flash based Gallery that contains SWF and MP4 content besides just static images?  If so, how?  Currently when I try this the normal way that I would create a gallery it gives me an error stating that "some of the conte

  • Is 1.3 Bios really better than 1.52B?? Neo2 Board and Some Observations!

    Hi All... I read this post on the forums and it got me thinking and i did some fiddling and made some observations.. This is whith regard to the 1.3Bios being better than the 1.52B Bios.. because it would let you run in turbo mode... Ok i've spent th