How to measure performance of supplier when using scheduling agreement ?

Hello all,
My client has an absolute need to be able to measure the performance of its suppliers based on delivery dates and delivered quantities. That is to say he needs to be able to compare what dates and quantities were asked to what has been really delivered.
Most of the procurement processes used are based on scheduling agreements : schedule lines are generated by MRP and forecast is sent to supplier while firm requirements are sent through JIT calls.
It seems that when doing GR in MIGO, it is done against the outline agreement number, and not against the call. Therefore, we have no way to compare dates and quantity with what was expected (in the JIT call).
Do you know if SAP proposes a standard solution to this, and what could be a solution to this issue ?
Thanks for your help
E. Vallez

Hi,
My client faced the same problem and we ended up developing an own analysis in LIS. Since the GR is not linked to specific schedule line (SAP does some kind of apportioning, but it doesn't have to correlate to the correct match), one needs to do assumptions. Our assumption was the closest schedule line, i.e. each GR is related to the schedule line with the closest date. Then all GR the same day are totaled together before the quantity reliability is calculated, since the very same shipment can be reported through several GR transactions in SAP (one per pallet).
If anybody has info about what SAP has to offer in this question (or is developing), please tell us!
BR
Raf

Similar Messages

  • I cannot open pdf files from one supplier when using Adobe Reader but I can using another Viewer

    I cannot open pdf files from one supplier when using Adobe Reader but I can open it if using Google PDF viewer or another viewer. The Adobe reader gives the error "There was an error opening this document. The file is damaged and could not be repaired" when I try to open the file. The version of Adobe Reader is 10.1.7, however I have tried other versions and they all fail the same way.  I have tested on a number of different PC's in different networks and all fail using Adobe Reader but work using alternate viewer. Also the PC's will open a PDF from any other source.

    Newer Reader versions are more strict than older versions (and other PDF viewers).  If certain minimum requirements are not met, Reader will tell you that the PDF is damaged.  This can happen when a document was created with software that does not adhere to PDF standards, or when the file was damaged during a download or email transmission.
    You should contact the creator of these PDFs.

  • How can we get ADFSecurity work when used in OC4J, OID and OAM?

    I am getting error in http server log "mod_oc4j: Response status=499 and reason=Oracle SSO, but failed to get mod_osso global context."
    But I am not using Oracle SSO and my client doesn't want to use it either, I am using OAM SSO(CoreIDSSO) in my configuration. Please read the details below.
    I am using ADFSecurity in an app that is protected by OAM. To migrate ADFSecurity permissions from
    system-jazn-data.xml to OID, I used JAZNMigrationTool to populate OID with Grantees and Permissions. OAM gives login page, and authentication works fine.
    But ADFSecurity is not working. ADFComponent Delete button is enabled even for roles that dont have permissions for the iterator delete.
    - The app works fine when I use without OAM. ADF Security permissions work fine.
    - The app works fine when used with OAM, but with ADFSecurity disabled (enforce=false).
    - When I enforce ADFSecurity alongwith OAM, ADFSecurity is not working.
    In the doc "Oracle Containers for J2EE Security Guide b28957", there is a mention of use of CoreIDPrincipal for permissions. Our OID Permissions entries show
    LDAPRealmRole for attribute orcljaznprincipal. I am not sure if this could be the reason.
    We have configured AccessServerSDK for the SOA instance and have policy for the urls in the policy manager. We have entries in orion-application.xml, orion-web.xml and system-jazn-data.xml as per the documentations.
    How can we get ADFSecurity work when used with OID and OAM?

    Have you been able to successfully integrate OAS with OAM & OID? We have similar requriement and so far we have not been able to get it working.
    We have application specific roles which we map to OID roles using orion-application.xml.
    Any pointers to achieve this would be greatly appreciated.
    thanks,
    Dipal

  • How do I manage Lightroom photos when using 2 computers, keeping all edits made on either one?

    Based on http://forums.adobe.com/thread/1308132?tstart=0 I decided to add each question seperately:
    Hello, I'm quite interested in buying Lightroom 5.2. I tried the RC which ran out now. Yet, I have a several questions that I can't really find good conclusive answers to, that I'd like to get answered before buying LR. Please don't write maybe like this or that (assumptions), since I don't want to start my whole workflow and then realize that I have to change everything around, so please answer, if you know for sure that something works and you are, preferably, using that method too.
    This is the biggest question, where I mainly want a conclusive answer:  How do I manage Lightroom photos when using 2 computers, keeping all edits made on either one of them, using the same photos for editing. I won't use DNG. Details: I mainly use my older MacBook Pro, but would like to be able to use my PC as it's way better (Specs: i5 2500K, 16GB RAM, SSD, USB3, nVidia GTX 560 TI etc.). I have 2 external HDs that I could use, one for Backup and one for the actual Photos/Edits. I'll probably need to use it as my internal HDs are quite full, and I can't just delete stuff or move it to an (Developer programs, Lossless music, etc.).
    Based on this, how do I back up the whole thing e.g. Photos folder (all photos and edits, and preferably presets too)?

    I believe it should be possible to work cross-platform without having to relink files each time, or without having to keep exporting/importing the catalog, by keeping the single catalog and the image library on the one external drive which is then switched between systems as needed.
    Obvious first requirement is an external drive that is formatted in such a way (e.g FAT32) that it can be used on both platforms in read/write mode. Given that, if the catalog AND the images parent folder are both established at the same level in one overall parent folder, then it should be possible to take advatage of Lightroom's ability to use relative paths rather than absolute paths to detect the images, no matter if the drive is named (Mac) or lettered (PC). This is how "export as Catalog" works, i.e. it creates a "package", aka a parent folder, containing the catalog and a replica of the exported images folder hierarchy alongside the catalog. Take that "package" to another system (same OS or not) and "it just works" even if the drive letter is different or the OS is different....because the relative path from catalog to images is still the same.
    I haven't tested this cross-platform (though I have between different PC systems with different drive letters) so for me it's still just a theory, but there may be others who have done this successfully.

  • How do I close a JInternalFrame when using subclasses and a separate cla...

    The heading should be: How do I close a JInternalFrame when using subclasses and a separate class for the actionListener?
    I have just created a JInternalFrame appclication and now I want to structure up my code. I have a Superclass that contains the usual settings for the two JInternalFrame:s, and the two subclasses with frame specific information. Both the JInternalFrames use the same OK button. I want to have the actionListener outside the classes to avoid repetition of code. But the dispose()-function does not work properly, it does not close the opened JInternalFrame. What�s wrong?
    class Superclass extends JFrame
         JButton b= new JButton("ok");    
         Superclass()
    class Subclass1 extends Superclass
         Subclass1 ()
              add(ok);
           ok.addActionListener(new Listener());
    class Subclass2 extends Superclass
         Subclass2 ()
              add(ok);
           ok.addActionListener(new Listener());
    class Listener extends Superclass implements ActionListener
         public void actionPerformed(ActionEvent e)
                   dispose();
    }How do I controll in the Listener class that the button in Subclass1 is beeing pressed?

    First of all I think I misunderstood your question. You said you had two internal frames, so I thought you wanted to close the internal frame.
    It now looks to me like you want to close the entire JFrame, which makes the code even a little easier. Something like:
    JComponent component = (JComponent)event.getSource();
    JFrame frame = (JFrame)SwingUtilities.windowForComponent( component );
    frame.dispose();
    Ok, I will make a try:
    public static Container getAncestorOfClass(Class c, Component comp)
    w.getAncestorOfClass(w, this); Fiirst you need to learn the basics of reading the API.
    "getAncestorOfClass()" is a static method. That means you don't use a variable to invoke the method. You use the class itself.
    "w" is a variable, which is a JFrame, but that is not what the first parameter should be. The first parameter is a "Class".
    "this" will refer to your Listener class, but you need the Component that generated the ActionEvent.
    When I thought you wanted to close an internal frame then the code would have been something like:
    JComponent component = (JComponent)event.getSource();
    Container container = SwingUtilities.getAncesterOfClass( JInternalFrame.class, component );
    JInternalFrame internalFrame = (JInternalFrame)container;
    internalFrame.invokeSomeMethodHere();If you need further help then you need to create a "Short, Self Contained, Compilable and Executable, Example Program (SSCCE)", that demonstrates the incorrect behaviour.
    http://homepage1.nifty.com/algafield/sscce.html

  • How do I stop system sounds when using AirPlay on my MacBook Pro?

    Hi all,
    Probably a quick question, but I'm fairly new to Macs. I've a Macbook Pro 13 Late 2011 and now I've got an Apple TV, I use AirPlay. But how do I stop system sounds when using AirPlay?
    Many thanks in advance, Jon.

    Open AirPort Utility located in HD > Applications > Utilities
    From the AirPort Utility menu bar click AirPort Utility > Preferences
    Deselect:   Monitor AirPort base stations for problems

  • How can I customize the toolbar when using the attribute browser

    In CVI 2012, the toolbar changes depending on the environment, e.g. it is different for the source window and the UI editor. The toolbar can be customized using the menu Options / Toolbar...
    Unfortunately, when using the attribute browser of the UI editor, another toolbar is displayed, i.e. not the UI editor toolbar.... I would have assumed that the attribute browser belongs to the UI editor, obviously it doesn't... So how can I customize the toolbar when using the attribute browser?
    Solved!
    Go to Solution.

    Luis,
    It's nice to have you back 
    Thank you for the clarification, so I'll elaborate a bit more: In the regular workspace toolbar, I have a disk symbol to save the file. This symbol is gone in the attribute browser...
    So I have three different toolbars, for source code (workspace), UI editor, and the UI editor displayed but the attribute browser clicked on (selected)... 
    Thanks
    Wolfgang
    Source code:
    UI editor:
    Attribute browser:

  • Subcontracting Using Scheduling agreement

    I am trying to carry out subcontracting using Scheduling Agreement, but not able to achieve the same. Please let me know stepwise porocedure to carry out the same.

    Hi,
    Please cehck the following,
    Requirement – Subcontracting Orders to be generated as schedule line using MRP.
    Solution is as follows.
    Step 1
    Transaction Code: MM01
    Path Logistics  Materials Management  Material Master  Material  Create (general)  Immediately
    Create Material Master with source list marked in Purchasing view and Special Procurement type is 30 in MRP2 View.
    Source List to be marked in Purcahsing data view of material master record.
    Procurement type in F
    In MRP-2 view, Special procurement 30 – Subcontract
    Step 2.
    Create Q-Info Records.
    Transaction: QI01
    Menu Path: Logistics  Quality Management  Quality Planning  Logistics Master Data  Q-Info Record: Procurement  Create
    Step 3.
    Create a Scheduling Agreement (Doc. type LP).
    Enter the firm zone: Zone in which the requirement should be converted to Schedule lines.
    Save the document
    Step 4.
    Create Source List
    Transaction: ME01
    Path: Logistics  Materials Management  Purchasing  Master Data  Source List  Maintain
    In ME01,
    Enter the valid from and to date, vendor, purchasing organization, agreement created in STEP 3, and MRP indicator as 2 = Record relevant to MRP. Sched. lines generated automatically.  SAVE the record
    STEP 5
    RUN MRP.
    Transaction is MD02.
    Path: Logistics  Production  MRP  Planning  Single item, multi level
    Control. Parameter to be used for schedule lines is 2, This will ensure that requirement in the firm zone is converted to schedule lines rest will be converted to planned order.
    Next is the solution for splitting the requirement in two vendors.
    step-6
    The splitting of requirement will be handled using quota arrangement.
    Following are the steps to be followed:
    Step 1. Customizing settings
    Transaction: OMI4 (Define Lot sizing procedures), Choose MRP Lot Size
    Mark the Splitting quota.
    The Splitting will enable the requirement to be split between two vendors. The following are the details of the same.
    Step 2. Change the Material Master
    Change views
    View to be changed is Purchasing
    Input the Quota arr. Usage as 3 (MRP relevant).
    Step 3. Create Info Records.
    Transaction: ME11
    Choose Subcontracting and create the info record.
    Step 4. Maintain the Source List
    Transaction: ME01
    To add the next vendor
    Step 5. Create Quota Arrangement
    Transaction: MEQ1
    Path: Logistics  Materials Management  Purchasing  Master Data  Quota arrangement  Maintain
    Input the material and plant and press enter.
    Input the Valid to date and Min. qty splitting (If the requirement is greater than Min qty Splitting only then the requirement will be split else it will be allocated to only one vendor based on the Quota
    Enter the following details
    Procurement type as F = External procurement
    Special procurement as L = Subcontract
    Vendors for which splitting is to take place.
    Calculating the Quota Rating
    The system assigns a quota rating to each source of supply. The quota rating is calculated as follows:
    Quota-allocated quantity + Quota base quantity
    = Quota rating
    Quota
    where
    •     Quota-allocated quantity
    = Total quantity from all purchase requisitions, purchase orders, release orders, and scheduling agreement schedules allocated to a given source of supply. (The quantities of quota-allocated planned orders are also taken into account.)
    •     Quota base quantity
    = Quantity used to control the quota arrangement when new sources of supply are included.
    •     Quota
    = A number specifying which portion of a total requirement should be obtained from a certain source.
    The source with the lowest quota rating represents the valid source, even if it has a quota rating of 0 (that is, the quota-allocated quantity and the quota base quantity have the value 0). If more than one source of supply has a quota rating of 0, the item with the highest quota is the valid source of supply.
    According to the formula, the following applies: The higher the quota, the lower the quota rating and the higher the likelihood that the relevant source will be determined as the valid source.
    But in case of splitting SAP will not go on the basis of Quota it will purely split the requirement quantity between two or more vendor on the basis of Quota %.
    Step5. RUN MRP
    Remember to choose the schedule lines control indicator to 2.
    Please try this.
    Don't forget to reward, if found to be useful.
    Regards,
    Varma

  • How to measure the rotational speed by using rotary encoder and 1 counter?

    I want to measure the rotational speed of a shaft, and I have below hardware:
    1, a rotary encoder, with A,B,Z signals output;
    2, PCI-E6363 card.
    I do konw how to use such a  encoder to measure the rotational angle by using the function "DAQmxCreateCIAngEncoderChan", but this time I need to measure the speed(rpm), as well as the dirction of the speed, which means a negative speed represent a CCW rotate direction.
    More detail informations:
    for the encoder, the A,B signal is 600ppr, and Z signal is 1ppr
    the rotatinal speed is in range: -300 ~ 5000 rpm.
    some one suggested me that I can use the "DAQmxCreateCIAngEncoderChan" task to measure the angle firstly and then do the differential analysis with the angle. but I have to enable the Z index function, and it's hard to calculate when the shaft speed is fast then 2500rpm.
    Anyone can help me on this issue?
    Thanks in advance!

    RobertoBozzolo:
    Thansk for your reply. You are right that measure frequency to get the speed is the best way, but it's hard to get the dirction at the same time. You suggest me that "perform two angle measurements to get the sense of rotation", but I'm not sure I catched what you mean about this. I try to understand your opinion like this: distribute the signals to 2 counters, and start 2 tasks, one for frequency, the other for angle which used for deciding the dirction?
    And by the way, in my application, the counter is limited:
    I'm using PCI-E6363, which have 4 counters totally, and I have to measure 4 different speed sensors at the same time, so that means only 1 counter for me to measure the speed and the dirction.
    RobertoBozzolo 已写:
    To measure the speed from the encoder you can simply follow some of the frequency measurement examples that ship with DAQmx, considering that speed (rpm) is given by frequency (Hz) on one encoder output / 600 (ppr) * 60 (s->min)  = frequency / 10.
    Difficult is to add a sign to this measurement: frequency measurement gives you no information about sense of rotation, so I suppose you could perform two angle measurements to get the sense of rotation and then get the speed as above.

  • How to measure performance?

    Hi all,
    I have a scenario where in i need to check performance of design being used.
    I have one infocube in which data is on Per calender day basis. I have loaded that data in other cube on fiscal year basis with only specific characteristics and key figures i wanted from first cube.
    How do i check performance if data is fetched from firtst cube and compare it with time taken to fetch data from other cube.
    can i measure it if i am fetching data in Function module using ABAP?

    Hi..........
    If u want that then..............create query on both the cubes...........then take query statistics............
    For this u can use tcode........... RSRT ........it shows the raw time and not percentage of the time that the query spent in each area............
    For the percentages, you can either calculate them yourself or use transaction ST03 (expert mode). this will show the breakdown by %.........
    Or u can schedule the following chains....order to load BI Statistics data to the Technical Content:
    Master Data
    System Master Data - 0TCT_MD_S_FULL_P01
    This loads text for objects like u2018Process Statusu2019, u2018BI Object typeu2019, u2018Process Typeu2019
    Content Master Data - 0TCT_MD_C_FULL_P01
    This loads attributes & text for objects like u2018Process Variantsu2019, u2018Process Chainu2019
    Initialization Loads
    Query Runtime Statistics - Init - 0TCT_C0_INIT_P01
    Data Load Statistics - Init - 0TCT_C2_INIT_P01
    These process chains need to run only once (Immediate scheduling).
    Delta Loads
    Query Runtime Statistics - Delta 0TCT_C0_DELTA_P01
    Data Load Statistics - Delta 0TCT_C2_DELTA_P01
    These process chains can be scheduled for periodic execution
    Delta Loads
    Query Runtime Statistics - Delta 0TCT_C0_DELTA_P01
    Data Load Statistics - Delta 0TCT_C2_DELTA_P01
    These process chains can be scheduled for periodic execution
    I hav already given u a link.......check that........
    Hope this helps.......
    Regards,
    Debjani........
    Edited by: Debjani  Mukherjee on Nov 17, 2008 2:05 PM

  • How do you perform partial word search using PDF Open Parameters?

    Hello,
    We are using the 'search=' open parameter in the URL string, which open a PDF and automatically searches for a word within the PDF.  It works great for whole word searches. Unfortunately, it does not work for partial word, or phrases. In other words, if I'm searching on '123456' and there is a word in the document that is '1234567', it will not find the partial word, or first 6 characters of the 7 character word. You can perform a partial or phrased search using the advance search feature of Adobe Reader.  So, currently after the PDF opens, and shows no hits on the automatic search for '123456', we are able to manually search again for a partial word search, and then see matches in the document.  Is there any way to specify to use a whole or partial word search when using the 'search=' open parameter, so that we can automatically match on partial and whole words?  Something like 'search=123456*'?

    It never worked that way. Command-F shows the page search bar.

  • How do i recieve email alerts when using find my iphone

    how can i recieve email alerts when find my iphone is used

    You don't, this is a new security measure.
    you can send apple a feed back here http://www.apple.com/feedback/

  • How can i set  "Createdby" attribute  When using Custom JheadStart Security

    Hello
    We do not use JASS for Authentication , please help us how can i set createtby attributes with jhs.username in application for any entity object?
    thanks

    See a similar question at History Attributes when using Custom Authentication Type

  • How to skip authorisation for infotype when using dynamic selection ?

    Hi folks,
    I have a problem here.
    When im using dynamic selection screen, i cannot skip authorisation for subtypes of an infotype. Eg. if my record for 0185 have records that do not have authorisation for the subtypes. Dynamic selection will filter away this record and will not get me into the Get Peras as id i use to run has authorisation configured. IT will skip out of Get Peras.
    However, if im not using dynamic selection screen, i will use the normal pnpce fields, i will be able to get the record, as i do my authorisation check using function module in the get peras, and i did not declare 0185 in the infotypes.
    May i know if there is any solution to this problem as dynamic selection screen is a standard...
    Thanks,
    lihui

    hi,
    however i cannot skip authorisation for the whole pernr as i need the authorisations for the processing reports.
    Currently the case is like this..
    i have a authorisations for infotype 0185. i have 2 subtypes records such as ZA and ZB. the user does not have authorisation to read ZB but has authorisation to read ZA.
    However, when use dynamic selection, it will skip out the pernr.
    If the pernr 0185 records has only ZA subtype but no ZB subtype, it will not skip this pernr when using dynamic selection.
    Anymore idea how to overcome this?

  • How do i see the thumbnails when using File Explorer

    How do I get to see the thumbnail preview when using File > Open?

    Not sure if this has been answered yet, but Illustrator thumbnails aren't showing in Creative Cloud Web file list. Also, anywhere to quick preview/navigator the file?

Maybe you are looking for

  • Could the battery of the iphone 5 be the cause of this much crap?

    Hi i have an iphone 5 wich is about 2 years old now and now i could probably throw it in the trashcan since im in a recovery loop Here is are my problems: After couple of months of use without any problems, the iphone suddently turns off and on rando

  • Hyperlinks are not working in muse site

    My hyperlinks are not working towards the top of my site but they work towards the bottom of my site. I have everything below the headers so I really do not know whats going on here?? Can someone please help!!

  • If I got my iphone wet do you have to use white rice or can you use brown rice?

    I accidentally got my iPhone 5c wet.  Only had brown rice. Is that ok or does it have to be white rice?                                       

  • BEx Query Analyzer Value Display of +/- Sign

    The KeyFigure values in the BEx Analyzer are being displayed as 512.740000000-  with a negative sign in the back. I tried to change the settings in Bex Query Designer -- Query Properties -- Value Display to "Before the Number -123.45" setting. It loo

  • Trying to render, get "Not Found" mesages

    Seems like I've had this problem years ago, but I can't remember what caused it. I have a section with 3 video tracks, 2 of which are nested sequences. When I try to render, it will render a portion of it if I hit "cancel", but if I try to render the