Obtaining QM Historical Data for SPC Analysis

Can someone please advise me if ECC 700 has a standard BAPI/RFC to return historical QM data.  I have searched through BAPI Explorer and didn't not see anything which would fill this requirement.
What I did find was the following document, [SAP QM Productivity Pack for SAP xMII (Starter Kit)|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f0b0cf92-af8b-2a10-d8a5-f1e115fa5f7e], which provides detailed code to create an custom RFC. Before proceeding down this path, I wanted to confirm that I did not miss something.
Thanks,
Michael Teti
Senior Solutions Consultant
SeeIT Solutions, LLC

Michael,
Here is the link.  This is considered old tech, but I have not gotten anyone's specific input on why it should not be used.  There may be reasons.  I have used it twice, once just playing around and with only one caveat, it was pretty easy to implement. 
[SQ01 Queries|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/390b889b-0e01-0010-e4af-c9a062b9b880]
The document covers 5 or so RFC calls.  You will need to check the field names since they are defined internally and do not use the table column names (of course).  Probably the only thing left out of Sam's document.  One of the RFC calls will give you the internal field names.
You will also need to create your own query in SQ01 in SAP prior to doing the other stuff.  I think there is a way to do it via the BAPI calls, but I could never get it to work the one time I spent half a day trying.  It might have been a permissions issue, so if you want, go ahead and play around. 
Good luck,
Mike

Similar Messages

  • Time Series Graph Show Inappropriate Data for Continuous Analysis

    Hi All,
    I have marked Month as the Chronological Key in my BMM Layer but still I am unable to view the data correctly in my Time Series graph because it shows Inappropriate Data for Continuous Analysis at the time of creating the Graph. Can anybody help me out with the same.
    Thanks

    What data type is your key? The chronological key is required for the time series formulas (ago etc.).
    The time series chart requires a date or datetime data type to work - perhaps a new column with the first of the month/period would help? Regards,
    Robret

  • HISTORICAL DATA FOR HR

    Hi All,
    I am working on HR design in SAP.
    My client wants Historical information for every Infotype.
    I had around 30 NO.
    Creating DSO for each Infotype is the only option to capture historical data.
    I am not interested on creating Infosets.
    PLease advice!!
    Nani

    Praveen thanks for your quick response,
    For my requirement I need the historical data for the employees for the headcount trends, how can that be achieved?
    Thanks,
    Aashish

  • Is there a way to get historical data for an AP that is no longer online via Prime?

    I am running a wireless network with about 130 AP's connected to a 8510 controller and using Prime for management.  I am trying to get AP utilization for an AP that is no longer connected and when I try to run the report Prime reports that it cannot pull the report because the AP is offline.
    Is there some way to get historical data for this AP?  Does Prime store this type of data?
    Seth

    I believe that all devices need to be up in order to pull any information current or historically.  If the AP is down, I don't think that a report in Prime will show info for that given device even if you set the date/time to when it was up. Never really looked into that as I've never tried to look at info if the access point was down. If you run a report on channel changes, does the AP show up?
    -Scott

  • Hello, is there any calender application which keeps historical data for iPad 2?

    hello, is there any calender application which keeps historical data for iPad 2?

    The one built-in keeps whatever historical data you sync to it.

  • Reg: Loading historic data for the enhanced field

    Hello All,
    We need to add a new field 0VENDOR to our datasource 0FI_GL_4. This field is available in our BSEG table. Hence, we are planning to go ahead with datasource enhancement.
    Now, please advice on how to update the historical data to this newly added field.I have heard there is a BW functionality/program to do so without deleting the entire data. Kindly advice on the possible solutions.
    Thanks & Regards
    Sneha Santhanakrishnan

    HI Sneha,
    Using remodeling option you will be able to do that, ie.. loading historical data for new attributes without deleting existing data. But the problem is in remodeling either you can assign constant or some other attribute value or values determined using EXIT.
    Now when you are loading data from source system and if you need historical data as well the best practise is delete existing data and reload it from source sytsem.
    But if you don't want to do that then I can give you one trick but not sure whether it will work or not. The idea is to populate the historical values for 0Vendor using customer exit option of remodeling. Now to get the historical values in customer exit you will need all that data in some BW table, here you can think of creating some generic extractor which will store the values of all the documents and the respective vendor, as you will load data form source system you will get historical values as well.
    Now read that table in customer exit and populate vendor value. This will be one time process to populate the historical values.
    Regards,
    Durgesh.

  • 0HR_PT_2 How to get back historical data for new report time type

    Hi All Expert,
    We have implemented and using the 0HR_PT_2 extractor for the past whole year. The Delta is working. Recently, there is requirement to read more data from the ZL custer table, and more new BW Report Time Types are added to extract such data.
    The delta doesn't pick up the the past whole year data of the new report time type that we added.
    Do we need to re-initialize the load to get back those historical data every time when we add a new report time type?
    Please advice and Thx
    Ken
    Edited by: Ken Hong on Feb 27, 2008 9:24 PM
    Edited by: Ken Hong on Feb 27, 2008 9:25 PM

    P.s, all hidden files are shown in es file explorer as this backup folder was hidden originally. It has a '.' in front. So I'm pretty sure the folder it's gone, but as I've not erased my phone again, shouldn't the folder be somewhere in my SD card still and how can I find it using my Mac?

  • 6-sigma,Cp,Cpk,Pp,Pk calculation for SPC Analysis in MII

    Hi,
    1) Are there any built in functions or calculations available in MII to get the 6-sigma,Cp,Cpk,Pp,Pk for SPC/SQC Analysis?
    2) Is it possible to enable the periodic calculation of control limits?
    In past if anybody implimented the above scenarios in MII, please let me know.
    I'm using MII 12.1.4.
    Thanks in advance.
    -Suresh
    Edited by: Suresh Hiremath on Feb 17, 2010 8:17 AM

    Hey i think u need to use following code (EST_CP instead of Cp)
    var Cp=document.SPCAPP.ChartObject.getStatasticsItem("EST_CP");
    Alternate way as follows
    First u can get all standard params like mean, standard, lsl and usl using following codes
    var x= document.SPCAPP.getChartObject().getStatisticsItem("MEAN");
    var sigma = document.SPCAPP.getChartObject().getStatisticsItem("STANDARDDEVIATION");
    var lsl= document.SPCAPP.getChartObject().getStatisticsItem("EFFECTIVE_LSL");
    var usl= document.SPCAPP.getChartObject().getStatisticsItem("EFFECTIVE_USL");
    then
         if(usl=="" && lsl!="")
                                              var Cp = "NA";
              var Cpl  = Math.round(((x - lsl)/(3*sigma))*100)/100;
              var Cpu = "NA";
              var Cpk = Math.round(((x - lsl)/(3*sigma))*100)/100;
              var Cpm = "NA";
              var Cr = "NA";
              if(usl!="" && lsl=="")
              var Cp = "NA";
              var Cpl ="NA";
              var Cpu = Math.round(((usl - x)/(3*sigma))*100)/100;
              var Cpk = Math.round(((usl - x)/(3*sigma))*100)/100;
              var Cpm = "NA";
              var Cr = "NA";
              if(usl!="" && lsl !="" )
              var Cp = Math.round(((usl - lsl)/(6*sigma))*100)/100;
              var Cpl = Math.round(((x - lsl)/(3*sigma))*100)/100;
              var Cpu = Math.round(((usl - x)/(3*sigma))*100)/100;
              var Cpk = Math.min(Cpl,Cpu);
              var Cpm = Math.round(((usl - lsl)/(6*Math.sqrt((Math.pow(sigma,2) + Math.pow(x-((parseFloat(usl)+parseFloat(lsl))/2),2)))))*100)/100;
              var Cr = Math.round(((6*sigma)/(usl - lsl))*100)/100;
    Regards
    Som

  • Inserting historical data for flashback queries

    We would like to start using this feature, but we have 10+ years of historical data changes in our tables. Is there a way to "load" these changes prior to enabling flaskback? Is there really a "point forward" only option?
    _mike                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    Weel, thanks for the responses. It's a shame, because I would really like to adopt Flashback, but we can;t loose the historical auditing we have already in the system.
    Thanks for all of the replies.
    _mike                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • BPMon alert reporting not showing any data for Trend Analysis

    Hi,
    I have setup BPMon and performed the initial setup for BW reporting. There are alerts being generated by the BPMon setup and the data has been transferred to the 0SM_BPM cube.
    But when I start the Trend Analysis report I dont get any Solution for selection to generate the trend analysis chart.
    I have followed all the steps mentioned in the setup guide. Please suggest any remedy.
    Regards,
    Vishal

    Hi ,
    If your query is on multiprovider , then makesure to check there are no restrictions/filters on cubes.
    Also inlcude any keyfigure from the cube,where other characteristics are being assigned from or where u r seeing data, in the query.
    If you dont want to see the Keyfigure, u can hide it using keyfigure display properties in the query designer.
    Hope this helps,
    Aparna Duvvuri

  • Exporting audio meta data for Speech Analysis.

    Working on a video project that has about 4hrs of recorded audio. Using Premiere Pro CS6/Media Encoder's Speech Analysis I processed all of these audio tracks which added the "Analysis Text" to their metadata.
    I need to provide all of this text to my copywriter so he can construct a copy deck, which will be used for other media.
    Does anyone have an efficient way to (batch) export all of the metadata for each clip, even more specifically, just this particular property (as he won't be interested in the other standard metadata)? I would want to dump it into a large .doc along with the relevant file name.
    I'll then provide him with mp3s of the audio so he can listen and proof the copy – as I imagine there will need to be quite a few corrections made.
    If there isn't a magic-bullet solution, I would of course need to find the next best option, e.g. export as mp3s, and see if I can embed all that metadata in them. Then provide him with some way to view that content while he plays the files back. Keeping in mind I'm not working with tech-savy individuals on that side of the procesess. I would have loved to have them just open Prelude and be done with it.
    I appreaciate the thoughts.
    Stephen

    As I mentioned in my post, I was looking for a way to "batch export" all of the clips, as I have 50+ for this particular shoot alone.
    Surely I can't be the first person who wanted to externalize all that content.
    Thanks.

  • How to find out which table store historical data for V_T001B?

    dear all,
    how i want to trace and find out which table that store all maintenance data history from V_T001B?
    thanks.

    i already find out into both table... but the data not store there...

  • Last Modified date for cube analysis

    I'm trying to find the Last Modified field to use in a Cube Ananlysis report that I'm creating but I don't see it.  Is there one available for me somewhere to use?

    Hi
    I'm struggling with this too. Remarkable that there is no straighforward way of being able to get this info with relative ease. If you get lucky with working it out, I'd love to know the answer
    thanks
    darren

  • Obtaining Metadata Browser data for a single collection within a catalog?

    I have 8075 images out of 29000 in a catalog. These images are in
    approximately 35 folders but are all tied to a single unique keyword. I
    have moved the images to a new collection.
    What I want is to have the Metadata browser query only the collection to
    give me statistics on lens use, camera used, etc. I seem to be only able to
    get information here for the entire catalog. Is there a way to have the
    Metadata browser query only a portion of a catalog?
    If not, how can I export this collection to a catalog so that I can query
    the information?
    LR 1.1, Vista,
    Thank you
    Rikk Flohr

    I noticed this too - really a non-starter to use the Metadata browser with a large catalog when you want a more 'local' search.
    I keep coming back to the observation that it would be really helpful for the community of users if the LR team could maybe communicate a bit with the Bridge team, and get the benefit of the several iterations of the latter tool.
    I still can't do all my work, effectively, in just LR. I switch back and forth between the two.
    Is this a case of NIH syndrome in the LR team?

  • Set up of historical data for 2lis_08 datasources

    Hello All,
    Would like to know how to setup the setup tables for 2lis_08 datasources which are shipments.
    thanks
    amit

    Hi Amit,
    transaction VTBW for transport and VIFBW for shipment costs !
    Hope it helps!
    Bye,
    Roberto

Maybe you are looking for

  • Importing photos into Camera Roll with wrong orientation

    I have been using Olympus OI-share app to import via WIFI the photos from my camera (Oly EM10) into ipad mini retinas- saving into the Camera Roll successfully. However ever since I have upgraded the IOS (may or may not be the cause), when I import t

  • Error pops up sometimes; I can't find a pattern

    Hello! Sometimes an error pops up on my Mid-2012 Unibody MacBook Pro 13". It says that QuickLookSatellite has crashed. It pops up when I download something, but I can't find any other pattern. It just pops up randomly otherwise. What does it mean and

  • Cannot install Windows Live ID Sign-in Assistant.

    Well, I am having some issues installing "Windows Live Essentials" update and "Games for Windows Marketplace". I have found that the cause of this is from "Windows Live ID Sign-in Assistant", (wllogin_64.msi) which I am unable to install. Things I ha

  • Conversion of Minitab to xMII XML format

    Hi,   how to convert minitab file into xml format. i tried possibilities but facing problems. i tried for two psiibilities. 1) i imported minitab file(.mtw) into BLS text loader. then i added flat file parser then StringList to XML parser. but it doe

  • Exchange server 2010 mail limitation

    Hi, We have exchange server 2010 cashub1 and cashub2 and also we have edge1 and edge2. my requirement is, i want all the exchange user to set limit of internal and external as 10 MB, except just 5 to 10 user we need to set limit as 50MB. Can you plea