Fore casting result

Dear all,
This is regarding forecasting results of all materials which are maintained under forecast view  in a material master.
<b>Basically i need a single report of all materials  fore cast results based on MRP controller</b>
Any body can you help on this point.
Thanks&Regds
Partha sarathi ray

Hi
I do not think such standard report is available .
you ahve to devcelope customized report.
Regards
YMREDDY

Similar Messages

  • Getting error message that states itunesexe has been set to run in compatibilty mode for an older versions of windows for best results turn off compatibility mode for itunes before you open it .How do i turn off compatibility mode?

    recieved error message that states" itunes exe has been set to run in compatibility mode for an older versions of windows for best results turn off compatibility mode for itunes before you open it. How do i access compatibility mode and turn it off ? Believe i have Windows 7.

    Try the following document, only be sure that none of the boxes in the compatibility tab are checked (not just the compatibility mode box itself): 
    iTunes for Windows: How to turn off Compatibility Mode

  • Any way to search for casts in java source code?

    Anyone know of a decent way to search your java source files to find all the casts?
    I ended up doing a simple text search for
         " = ("(quote marks not included) which works for my code because I am strict about writing my casts with spaces like
         String s = (String) iterator.next();Unfortunately, the above search has all kinds of problems with both false positives and negatives. It picks up lots of irrelevant lines like
         int index = (number > 0) ? 0 : 1;as well as misses casts that appear nested inside expressions like
         ((String) iter.next()).charAt(...)I suppose that one could do a regular expression search for any pair of open and close parens which bound non-blank text, but that would pick up even more non-cast expressions in typical java code.
    I think that the only way to properly do this is to have a tool which understands java syntax.
    Anyone know of an IDE which will do this? Does IntelliJ or Netbeans support this kind of search?
    In case you are wondering why I am interested in this, it is because I am refactoring some code to fully use generics, and searching for casts is one source of identifying candidates for genericity.

    cliffblob wrote:
    Better late than never?Yes!
    cliffblob wrote:
    ...The answer I found to ID unnecessary casts was, using Eclipse IDE, In compiler error and warning preferences to warn on unnecessary casts.Thanks for pointing IDEs out. I just opened IntelliJ, and going back to at least version 7.04 (maybe earlier) they have an inspection for "Redundant type cast".
    cliffblob wrote:
    I would still be interested to know if there is a way to identify casts in general in your source, perhaps now four years later there is a way?The only solutions that I can think of are either a complicated regex search, or you must use some tool like an IDE that understand Java syntax and can determine if a cast is happening.

  • OBIEE 11g - Customized Message for No result On all Reports

    Hi,
    The default messages displayed is getting displayed when a report returns no data in OBIEE 11g. I am aware of that, we can overide the default message with our Custom message at "Analysis" level. but it is very painful to do.
    I am looking for a file where we can override the default messages with our custom message at one place.
    Also, I have gone through the below link for this but it has change at the language level. I tried to change it at language "l_en" level but it did not work.
    can anyone suggest for 11g?
    http://obiee10grevisited.blogspot.com/2012/02/customized-message-for-no-result-on-all.html
    Edited by: Nagen on May 6, 2013 4:36 PM

    Hi Nagen,
    Using a custom message should also work in 11g. Refer to this link for setting up custom messages in 11g.
    http://www.rittmanmead.com/2010/12/oracle-bi-ee-11g-styles-skins-custom-xml-messages/
    Thanks,
    Gaurav

  • Could not read administrative data for payroll result

    Hi Experts,
    I am trying to extract data from ECC6.0 for datasource 0HR_PP_REC_51 and getting error:
    "Personnel No. 00100062 : Could not read administrative data for payroll result    HR_BIW_PP"     
    Can any body tell me the relevant solution for that.
    Thanks in advance!
    Sapna

    Hi Sapna,
    Please can you tell me how to fix this error, I have the same problem now.
    Thanks in advance.

  • [Microsoft][ODBC SQL Server Driver]Invalid character value for cast specifi

    [Microsoft][ODBC SQL Server Driver]Invalid character value for cast specification
    An you help me with this error?
    This is the problemativ query:
    Search QUERY : SELECT DISTINCT theK_files.fileid, theK_files.name, theK_files.t
    itle, theK_files.description, theK_users1.name AS AuthorName, theK_users1.surn
    ame AS AuthorSurname, [theK_file-extensions].name AS Extension, theK_files.publ
    ished, theK_files.updated FROM theK_users INNER JOIN [theK_users-to-groups] ON
    theK_users.userid = [theK_users-to-groups].userid INNER JOIN theK_usergroups
    ON [theK_users-to-groups].groupid = theK_usergroups.groupid INNER JOIN [theK_g
    roups-to-files] ON theK_usergroups.groupid = [theK_groups-to-files].groupid INN
    ER JOIN theK_files ON [theK_groups-to-files].fileid = theK_files.fileid INNER
    JOIN theK_users theK_users1 ON theK_files.authorid = theK_users1.userid INNER
    JOIN [theK_file-extensions] ON theK_files.extensionid = [theK_file-extensions]
    .extensionid WHERE theK_users.userid = '1' AND theK_files.extensionid = '1' AN
    D ( theK_files.name LIKE '%a%' OR theK_users1.name LIKE '%a%' OR theK_files.de
    scription LIKE '%a%' )

    are these columns character/string/varchar:
    theK_users.userid = '1'
    theK_files.extensionid = '1'
    if these are number columns, change them to
    theK_users.userid = 1
    theK_files.extensionid = 1
    Jamie

  • Inbound IDOC for Payroll results

    Hi,
    does anybody know the import IDOC for payroll results?
    Anybody?
    Or other method to import payroll results?
    Thanks,
    Juzio
    Edited by: Juzio Kowlaski on Nov 16, 2010 9:43 AM

    I found it.

  • Best practices for logging results from Looped steps

    Hi all
    I would like to start a discussion  to document best practices for logging results (to reports and databases) from Looped Steps 
    As an application example - let's say you are developing a test for one of NI's analog input or output cards and need to measure a voltage across multiple inputs or outputs.
    One way to do that would be to create a sequence that switches the appropriate signals and performs a "Voltage Measurement" test in a loop.    
    What are your techniques for keeping track of the individual measurements so that they can be traced to the individual signal paths that are being measured?
    I have used a variety of techniques such as
    i )creating a custom step type that generates unique identifiers for each iteration of the loop.    This required some customization to the results processing . Also the sequence developer had to include code to ensure that a unique identifier was generated for each iteration
    ii) Adding an input parameter to the test function/vi, passing loop iteration to it and adding this to Additional results parameters to log.   

    I have attached a simple example (LV 2012 and TS 2012) that includes steps inside a loop structure as well as a looped test.
    If you enable both database and report generation, you will see the following:
    1)  The numeric limit test in the for loop always generates the same name in the report and database which makes it difficult to determine the result of a particular iteration
    2) The Max voltage test report includes the paramater as an additional result but the database does not include any differentiating information
    3) The Looped Limit test generates both uniques reports and database entries - you can easily see what the result for each iteration is.   
    As mentioned, I am seeking to start a discussion for how others handle results for steps inside loops.    The only way I have been able to accomplish a result similar to that of the Looped step (unique results and database entry for each iteration of the loop) is to modify the process model results processing.  
    Attachments:
    test.vi ‏27 KB
    Sequence File 2.seq ‏9 KB

  • TransformerException: No defined output handler for transformation result.

    I am attempting to write a Document object out to a file. However, when transformer.transform(domSource, streamResult) is executed, I get the following exception:
    Any thoughts?
    javax.xml.transform.TransformerException: No defined output handler for transformation result.
         at com.sun.org.apache.xalan.internal.xsltc.trax.TransformerImpl.transform(TransformerImpl.java:267)

    ideogon wrote:
    ngoonee wrote:
    My PERSONAL opinion, just dump OSS and never return. This is normally a flame-bait sort of topic, but for me its quite simple, regardless of merit or otherwise, with Ubuntu and the rest of the big distros adopting Pulseaudio en masse, it'll become (maybe already is) the default standard sound server, and it prefers to run on top of Alsa (don't think it can even run on an ossv4 backend).
    Not that that'll happen on Arch, with the focus on minimalism, but as more and more apps become Pulseaudio only, with perhaps support for ALSA as well, the choice will become easier. Or, put in another way, what apps require OSS and won't run on Alsa?
    See, I really don't have my background knowledge of the differences. I read up on ALSA vs. OSS in the Arch wiki when I built this system, and I made my decision somewhat arbitrarily.  I never even heard of Pulse until I started researching this particular issue with MPD.
    Anyway, thanks much for your perspective!
    The differences:-
    1. OSS runs on all UNIXes, ALSA only on Linux.
    2. OSS uses what some people call the 'right' UNIX way, where audio devices are just basically special files. ALSA abstracts the audio devices more.
    3. Due to licensing issues, Linux as a whole moved away from OSS (v3) years back. ALSA was developed to replace it.
    4. OSSv4 is currently available, supersedes OSSv3, but only has like 1 or 2 people working on it. ALSA is the default sound architecture to receive work in Linux.
    5. Because of 4. - driver support on most machines is better with ALSA, though there ARE quite a few user reports where ALSA is buggy with a particular device that OSS works just fine on. If you don't have this problem it doesn't apply to you.
    6. OSS has one big advantage over ALSA, per-app volume control built in. ALSA does not do this (you'd need Pulseaudio on top).
    Pretty basic stuff, you can get all of this and more from an afternoon of googling.

  • Customized Message for No result On all Reports

    Hi all,
    I need to change the custom message that we get for No Result.Instead "the specified criteria dint result in any data"..i have put in my different message for all the reports.Any Idea how I get it done.???Any setting ???
    Regards

    Got it guys
    can be done by the below steps:
    The default messages displayed when a report returns no data are in:
    BI_HOME\web\msgdb\<language>\messages\viewme ssages.xml
    You can override these messages in by creating a custommessages.xml file in BI_HOME\web\mesdb\customMessages
    For example, the following changes the default 'No Results' message:
    <?xml version="1.0" encoding="utf-8"?>
    <WebMessageTables>
    <WebMessageTable system="Custom Messages">
    <!-- Change No Results message -->
    <WebMessage name="kmsgEVCNoRowsTitle"><HTML> ;No Data Found!</HTML></WebMessage>
    </WebMessageTable>
    </WebMessageTables>
    You will need to restart your Presentation services to make the changes effective.

  • Question about compile-time legality rules for cast conversion

    Hi, In the rules which explain compile-time legality for cast conversion, it is often mentioned the following scenario in the cast conversion of a compile-time type S to a compile-time type T:
    if S is a class type then:
    if T is a class type then either |S| <: |T| or |T| <: |S| or a compile time error occurs. Furthermore, if there exist a supertype X of T and a supertype Y of S such that X and Y are provably distinct parameterized types and that the erasures of X and Y are the same, a compile-time error occurs.
    As regards the quote in bold, I imagine the following scenario:
    1) S <: T and extends Y
    2) Y<T1...Tn>
    3) X<T1..Tn>
    4) T extends X
    Does the above represents a supertype X of T and a supertype Y of S such that X and Y are provenly distinct parameterized types? If that holds, what does it mean that the erasure of X and Y is the same?

    Declarative programing has all but gone the way of
    the doe doe because...
    1: It is not flexible (It is extremely difficult to
    change a complex system in a predetermined way)isn't this the "expert system" model?
    2: It lengthens the development cycle (see item 1)
    3: It normally forces the developer to add many
    things to there code to get things to work, that have
    nothing to do with the intent of the code.more things? the declarations or the declaration processing?
    In its defense (I like a declarative model but, do
    not like being forced into one)...not advocating a forced change in Java
    1: It increases code safety.
    2: It can shorten the development cycle, in certain
    circumstances (especially if it is not overused),
    because it can greatly increase the readability of
    code.
    3: It follows many best practices (although this is
    also possible in a Non-Declarative model).as for best practices what I'd like to see are declarative design patterns, Adapter, Singleton, Factory, Delegate, Strategy, Interpreter, Proxy, Visitor
    too often the design intent is lost in an implementation or design details can only be deduced by class/field/method names, comments, and accompanying docs
    So, if everyone had unlimited time, and an unlimited
    budget, yes declaritive is the way to go. Since that
    is not the case, we filtered out 99% of what it gave
    us, made sure the stuff that was getting in the way
    was removed, and what do you have???
    You guessed it OOA&D.
    Now having said that should we be more declarative? I
    think so, but I will tell you now, REQUIRING
    declarative elements in code is a sure fire way to
    get the majority of development groups to drop the
    language (and I think Java as it stands currently CAN
    be declarative, so if you have one of those unlimited
    budgets, go for it!).no need to require it
    I believe given good (reusable) declarative options, on top of OOP, will become the chosen approach
    reusable design declarations would lessen overall cost and increase readability

  • "Attempt to open locked file for writing, Result Code = -54" when importing

    I get this error box when importing audio files into a logic session over my network.
    +Attempt to open locked file for writing+
    +Result Code = -54+
    The finder is capable of copying the files over to the local machine, at which point I can successfully import them into my local logic session, but Logic is incapable of doing the same. Strange and annoying.

    Have you looked at the previous discussions listed on the right side of this page under the heading "More Like This"?

  • Alternate Color for Search Results

    Hi Experts,
        I have a scenario, When I search a keyword in TREX Search of Portal, I am getting the result.  Is it possible for me to give background(Alternative) coloring for the ResultList(1,3,5,.. results in one color, and 2,4,6,.. results in another color)?  If so, please guide me, how to achieve this?
    Thanks & Regards,
    Venkatesh. K

    Hi Venkatesh,
    It will surely work out.
    But you must have added a different layout which is not suitable for search result rendering.
    The layout controller should be Simple Layout Controller.
    And then u can have a CollectionListRenderer where u can mention ROW ALTERNATING.
    Regards
    BP

  • Enh request: add Export for sql results of worksheet

    Please implement "Export" on right-click in sql worksheet results (shown after running a query), in a similar way TOAD does.
    Export should save all query results (not just the ones shown in worksheet) in the format specified by user (tab-delimited, OpenOffice Spreadsheet etc), including column name.
    OpenOffice Spreadsheet would add formatting to spreadsheet columns based on database columns data type and would but the colum names (1st row) in bold, as TOAD does with export to Excel.
    Note that current Select All, Copy and Paste in a separate file doesn't work for all rows, doesn't add any formatting and has problems on some rows (breaks tab-delimiting).
    Thank you

    Thank you for your reply Frank.
    This won't solve the issue. An export option on right-click would be more useful, as it can have more options and would include column headers. Some formats to support at the begining:
    * tab-delimited text file
    * open spreadsheet document
    http://www.oasis-open.org/committees/office/faq.php
    (this one would auto-format the column contents to date, numbers etc. depending on column types in database)
    I'd like similar functionality with TOAD's "SaveAs" option for query results, which must be licensed/installed separately now to complement JDeveloper.
    This functionality can be reused in JDeveloper to export data in tables browsed in Connections Navigator.

  • When the iPhone 4 with IOS 5 is connected by cable to iTunes and check for update results in Error 1630. plz help me

    When the iPhone 4 with IOS 5 is  connected by cable to iTunes and check for update results in Error 1630, plz help me to update plz

    My Iphone 4 crashed yesterday after a restart and upload of OS 5.0, it will only partially sync.  It's not transferring any of my music or ringtones.  They still appear when I click open the sync screens on ITunes, but I don't seem to have an Ipod function and only one of my personalized ringtones transfers on the actual phone.

Maybe you are looking for