Supply Shortage Report question

Hi
Supply Shortage Report question:
In my cube I have material, 0calday, receipts and demand key figures.
Formula for Supply Shortage = Receipts u2013 Demand.
Users want to see number of consecutive days a particular productu2019s Supply shortage value is below zero.
Input criteria:
Date range:
Consecutive days:
For e.g. If user enters date range as u201C06/01/2010 u2013 07/31/2010u201D and Consecutive days as u201C4u201D they want to see all the products which have u2013ve Supply shortage values consecutively for 4days or more.
Can anyone tell me how we can accomplish this in Bex? Thanks in advance.
Regards
Sree

Hi,
Please check the follwoing option.
Load the msae data in one more DSO which will be a lookup DSO. In that DSO theer will be a daily load with the date as "Historization Date" which will keep the Current date with every load. In that DSO calculate Shortage Indiactor
Shortage Indicator 1 if Receipts < requirement.
By doing this you will be having Data with Historization date (Daily) with an Indicator for Shortage.
Now while loading this cube populate one Chracteritics a Shortage Counter by doing look up theis DSO.
You need to Indicator in the DSO with today's date and historization date and you need to add the counter on the basis of avilable consecutive entries by putting a loop for the same.
By this approach you may achieve your need.
I hope it will help.
Thanks,
S

Similar Messages

  • Supplier Bid Report in eSourcing timing out

    The Supplier Bid Report in eSourcing is timing out. Even when I select one vendor, it just hangs. Not sure if anyone has seen this before. I urgently need help on resolving this.
    Version of eSourcing is 4.2.
    Thanks,
    Dapo.

    I answered my own question.

  • Discrete Job Shortage Report

    I am trying to find more information about the details of this report. We are running this report for all Shortages Based on QOH. I am not sure how the report is calculating the value for the Open Requirements column. I can't seem to match this value up with what I see for open demand (from Inventory's Supply/Demand screen or Planner Workbench view) or the amount of gross requirements I am seeing on the Supply Chain Planning Detail Report.
    Does anyone know how the value is calculated or know of a good source of more detailed information on Oracle's canned reports?
    Thanks,
    Amy Bauman

    Amy - Sometimes the Users Guide will give you the details you need. The definitive source would be the report itself. The rdf for the Discrete Job Shortage Report is WIPDJORQ.rdf and can be found in the WIP directory on your server. If you're using Oracle Reports, you (or your DBA or Developer) can download the file, and open it in the Report Builder - from there it's just a matter of locating your field in the layout, looking at the properties to find the source, and then finding how the source is calculated in the Data Model.
    I know, it sounds cumbersome, but it's not too bad if you get someone in your company who is used to working with reports to help.
    -Tracy

  • Open Work Order report and shortage report

    Hello,
    First of all, I am very new to SAP and sap forum. I do need to learn SAP very fast. I work as Buyer and Planner. I would like to know how do you run open work order report and also how do run shortage report.
    I appreciate different feedback.
    Thanks
    Raj

    Hi,
    Use tcodes CO24. First you need to activate that report PPCOXPR1 in SE38 enter report name and execute
    In COOIS select list components you can be requirement qty and withdrawn qty , here you can find out open work orders also
    Thanks
    Diwakar

  • Report on production order status and shortage report

    I want to know standard report on production order status and shortage report. Kindly suggest.

    COOIS - Production order information system . In this report you can give system status in selection screen  and in report you can get complete status details (both system and user status) .
    shortage report - CO24

  • Inventory days of supply bex report

    Hi experts,
    I am working on inventory days of supply bex report which i would like some help on. I do know that we have a standard query for this,however i feel standard wont fit the requirement completely. We have around 3-4 plants. Each plant will have list of material codes which will be maintained in its inventory. These material code are not unique to a plant i.e one material can be stocked for multiple place at various storage locations.
    Now where this gets tricky is that material have been classified based on their criticality. for Ex M1001 is classified non critical for plant1001,however this same material code  m1001 can be classified as non critical for plant 1002.
    I was wondering if any one could help me in the changes i would need to do in my standard inventory flow to incorporate this requirement. The user requirement is that he should have plant and material classification in the drilldown .
    Any help would be highly appreciated.
    Thanking you in advance.

    Hi Rahul
    Since you have your classifications in MARC then use material plant infoobject (0mat_plant) if you can find in the std ds your field then activate as navigational and use it in your report.
    Thank you

  • Portuguese Suppliers Recapitulative Report

    Hi All,
    Please let us know the process of generating the Portuguese Suppliers Recapitulative Report
    I have done the Prerequisites as mention in R12-Oracle Financials For Europe User Guide
    But still the report is blank even after running the EMEA VAT : Selection Process.
    Please guide me the process of generating the Portuguese Suppliers Recapitulative Report
    Thanks in Advance.
    Regards,
    Ravi

    Hi,
    It seems that you are running a backdated aging.
    In 2005A Version you can run the backdated aging as per the settings mentioned in Note No. : 800294.
    For Printing only the BP which have a balance you can filter the report by clicking the funnel icon and then taking the Balance due field as not NULL.
    Hope it helps.
    Kind Regards,
    Jitin
    SAP Business One Forum Team

  • Financial Reporting Question - Formula row Issue

    Hello,
    I have a financial reporting question and would like to have your inputs in order to achieve what I am trying to do.
    I have a report with two grids – grid 1 & grid 2. And there is a formula row in grid 2 that is “change between the two years” worth of data. The year and period combination is in the page of the grids.
    Formula row (in grid 2) = ((Grid1.[b,6]) - [b,6]) / [b,6]
    The issue is when I change the Page selection in Grid 1 the formula in grid 2 doesn’t get updated values unless and until I make a change in the grid 2 Page selection too. If I don’t make any changes in the page selection in grid 2 it keeps the data (looks like it is still considering the previously retrieved/calculated values) as it is without any update.
    How can I make the formula row in grid 2 dynamic so that it gets updated no matter what combination of page selection I make in either grid 1 or grid 2 or even if I just change something in grid 1 and nothing in grid 2?
    Please let me know your inputs. Any help is appreciated.
    Thanks,
    Krrish
    Edited by: Krrish on Dec 3, 2012 7:45 AM

    Page POV will be specific to the grid.Why can't you try to have the POV at the report level.In the HTML view of the report,the report will give you a Drop Down to select POV for all Grids.Select All Grids option and then set the POV which will be same for both the grids (which you want) and all your formulas will work.

  • Updateable Report Question.

    Updateable Report Question.
    Currently I am developing an XE application, so I think that is apex 2.0.
    Here is an example of what I wish to achieve.
    Suppose I have an emp table with columns
    dept, id, name and comment.
    I create an SQL report as
    SELECT * from emp;
    I only wish to see the name and comment columns, so in the report attributes I un-tick show the columns dept and id.
    I want the user to be able to update the comment column, So I edit the comment column and in “Tabular Form Element” I change the “Display As” from “Standard Report Column” to “Text Field”
    This now lets me edit the data in the column in the report.
    Now want to add in an on change event to call a javascript routine that will use ajax to do the actual update.
    My problem is that I need to pass in the “hidden” dept and id column values as well as the modified text, thus
    In “Tabular Form Element” – “Element Attributes” add in
    onchange="updateRemarks(#DEPT#, #ID#, this.value)"
    Unfortunately this does not work, apex does not expand the #DEPT# & #ID#, and just passes in the literal text.
    So how can I achieve this?
    Thanks,
    GP>

    The columns and rows have a set format for the Id, so if you know one Id you know the row and the ids of all the other columns.
    As an example, this will show the value of column 6 when you click on any column with the function call in the Element Attributes:
    Script:
    <script type="text/javascript">
    function showCol6(col){
      var col6 = document.getElementById("f06_" + col.id.substr(4,4));
      alert(col6.value);
    </script>Element Attributes:
    onclick=showCol6(this);You could also use a Named Column template, specific to this region, to include the column values directly in the function call, but I think it's best to stick with the ApEx defaults if possible.

  • BEx Variable in Webi Report questions

    Hi Gurus,
    Here is my issue.
    I created a BEx Query 0SD_C03 Cube with following fields
    Two Columns
    One Key Figure:                   Subtotal1
    One Restricted Key Figure:  Subtotal with restriction " Sales Organization 1000"
    Two Rows                             Plant, Sales Organization
    One Variable with Sales Organization.
    When I ran this query in BEx Analyzer I can see all Sales Organization values in prompt list, How ever when I created a Universe and ran a webi query I can see 1000 in the Sales Organization list.
    Is this because I have restricted Key Figure with Sales Organization 1000 in the query?
    I removed my Restricted Key Figure from my query and tried again this time I see some 10 Sales Oraganizations but I didn't see all available Sales Organizations. Does BO Universe LOVs restricte the list?
    Thanks
    Sasi

    Identical entry so this is being closed:
    duplicate:
    BEx Variable in Webi Report questions
    Ingo

  • FORMS & REPORTS QUESTIONS.

    Hi,
    Can any one provide me a good no of Forms and reports question to prepare for the interview ?
    Thanks in advance .

    If I was an interviewer, and 60 seconds to test, I'll ask somme question like:
    What kind of blocks exist?
    How do you build a master detail form ?
    What kind of trigger do you use for field validation ?
    how do you manage graphic homogeneity ?
    how do you build a LOV ?
    Patrick.

  • R12:Supplier statement report

    Hi
    What’s the report in oracle AP R12 Can I use for print "supplier statement"?
    And if I print the report of invoice register “mines” the payment register
    This will represent the supplier statement
    (Invoice register - Payment register = supplier statement)
    Or the “Supplier Aging” report represents the supplier statement
    (Supplier Aging = Supplier statement)
    Kindly , Advise . this report one of the highly required report need to show to the client
    Thanks

    Hi;
    The report is displaying in XML format as it should come in the pdf format i searched in oracle support it ask to apply the patch.
    R12. Supplier Statement Report Output Is in Xml Format
    I Have applied but no change can anyone suggest on this one.You already logged sr, We do not know you applied which patch and why oracle suggest that patch. So for your issue the best way keep updating SR and work wiht oracle Support.
    Regard
    Helios

  • Supply shortage, after heuristic run

    hi guru s,
    i run heuristic (for loc. product). then i c planning book, i c that for every product heuristic has planned, except one loc-product combination (say product A loc B). analysis .... i found that for that product (A), no planning object found(err msg). then i run consistency check, again run heuristic, and faced the same problem, e.g, no planning for 'A', showing supply shortage in the planning book at loc 'B', but demand was their.and this time no err msg.
    there are valid transportation lane for tht (A) product . procurement type at source loc is 'E' , at desti loc. "F (loc B).
    any help will be highly appreciated.
    Regards,
    Satyajit

    Harish,
    Thank you for your answer. No i didnt create planned order in rrp3, coz, i dont have setting for ppds, so i m not so confident to create planned order in rrp3 (actually i dont have much idea on apo), thinking that it might change the requirment. we r very near to go-live and on final testing.
    no the all other products dont have PPMs in the model, but some of the products have PPMs.
    And one thing what is special procurement type?.. I hve planned order setting -'apo order type' 31 (that is 'in-house production' ) for heuristic run (to genarate Planned order), in the destination loc. (plant).  'Model consys check' completed before.
    Satyajit

  • Supply shortage Alerts regarding Prod substitutions

    Dear All,
    In the background jobs for generating supply shortage alerts we are getting error as Internal session terminated with internal error (See St22) . I checked the activity and the macros assigned is Supply Shortage.Selection ID's ,macros are assigned correctly but still the job is getting failed .Are there any macros which are to be assigned in the activity before Supply Shortage macro.If so plz let me know and why these macros has to be included in addition to supply shortage.The same error message is displayed to  generate alerts for shortfall below safety stock,target stock level exceede and target stock level short fall.Is there any settings iam missing.
    Quick response is appreciated.
    Thanks,
    Dhanunjay.

    Hi Dhanunjay,
    You need to include the default macro in the activity as the first step as in the background jobs the default macros are required to calculate Projected stock, stock balance etc to make the supply shortage alerts work.
    Let me know if it helps
    Regards
    Gaurav

  • Discrete Job Shortage Report (WIPDJORQ)

    I am trying to find more information about the details of this report. We are running this report for all Shortages Based on QOH. I am not sure how the report is calculating the value for the Open Requirements column. I can't seem to match this value up with what I see for open demand (from Inventory's Supply/Demand screen or Planner Workbench view) or the amount of gross requirements I am seeing on the Supply Chain Planning Detail Report.
    Does anyone know how the value is calculated or know of a good source of more detailed information on Oracle's canned reports?
    Thanks,
    Amy Bauman

    Amy
    There's a profile "INV: Dynamic Precision Option for Quantity on Reports" that may change the precision on some manufacturing reports. Your precisions have decimal places?
    May you can find some help in Metalink.
    Regards,
    Ricardo Cabral

Maybe you are looking for

  • Virus on mac mini?

    When I go to the Chase site to view my accounts, I am getting a popup window from "Fraud Protection Services." Chase says not to respond to it, of course, and I simply closed the window when it came up. Chase suggests there might be a virus on my com

  • Anyway to bring up a file dialog box on a remote panel

    A user is requesting a file dialog box to be opened.  The problem is his program is on a remote system, and I'm utilizing remote panels to bring the app to his control console.  File dialogs don't seem to work, for mostly obvious reasons.  Other dial

  • How to iterate in java embedding?

    I have a variable holding a repeatable structure. How do I iterate through this and manipulate the elements in a java step? Rgds, Henrik

  • How to edit files directly from server?

    I'm new to dreamweaver (CS5) and I'm really lost when it comes to editing files directly in remote servers. When you add a new site, you have to select a Local Site Folder. I dont mind that html editor saves auto backups to my computer, but I really

  • HW recommendation and advice on optimal setup

    I have two requierments: Security Failover/redundancy Related information: 6 external links: 4 dsl from 4 different ISPs (2 mbps up/down) two point to point microwave links (15 mbps up/down) Public access services: Webservice, should be set to failov