Picking according to gr date

hello gurus,
I have 3 storage type p1, p2, p3. The same is the order mention in the storage type search. Now wen i do a GI , the system picks material from storage type P2 , when material is available in P1.the picking strategy is next bin search. Also the material that is picked has the oldest GR date.How do I go about analysing this problem and where should i make the changes.
thanks in advance
kaush

One correction to the above question is that the picking is FIFO strategy.
THanks in advance
kaush

Similar Messages

  • Exchange rate according to document date

    Hello all,
    We are creating PO and then Goods receipt. I need to change exchange rate according to document date while creating Goods Reiceipt. We have done few customizing changes for this. Translation date has been updated with the document date but exchange rate is still derived from posting date. My new translation date is ignored for exchange rate derivation. If Where should be a problem?
    I looked into note 619330 for this issue. If someone has implemented this note already for this issue, could you please let me know whether this note will solve this issue?
    Thanks,
    Priya

    hi priya,
    Do u got the solution for this problem, couz I have the same issue.
    Please reply if u got solution.
    Regards
    Deepak

  • How do i sort according to the date modified.

    Hi, i have a list of jobs that are created over a period of time. The date/time is stored when the job is created. How do i sort them according to the date/time they are created instead of sorting them by alphabetical order. This is the following code, i have
    public void setupJobPage()
    pageno = 5;
    String theFiles[];
    String directory = new String(nanocadHome + "\\users\\" + user + "\\" + session);
    File toRead = new File(directory);
    PageJobPanel = new Panel();
    PageJobPanel.setLayout(null);
    backToWaltz = new Button("Return to Waltz");
    backToWaltz.addActionListener(this);
    PageJobPanel.add(backToWaltz);
    backToWaltz.setBounds(new Rectangle(40, 5, 200, 20));
    sessionChecksLabel = new Label("   Name");
    sessionChecksLabel2 = new Label("Last Modified");
    sessionChecksLabel.setBackground(new Color(170, 198, 198));
    sessionChecksLabel2.setBackground(new Color(170, 198, 198));
    sessionChecksLabel.setBounds(new Rectangle(15, 30, 100, 20));
    sessionChecksLabel2.setBounds(new Rectangle(115, 30, 200, 20));
    PageJobPanel.add(sessionChecksLabel);
    PageJobPanel.add(sessionChecksLabel2);
    theFiles = toRead.list();
    sessionChecks = new Checkbox[theFiles.length];
    lastModifiedLabels = new Label[theFiles.length];
    sessionCheckGroup = new CheckboxGroup(); 
    for (int i = 0; i < theFiles.length; i++)   
    File temp = new File(directory + "\\" + theFiles);
    Date tempDate = new Date(temp.lastModified());
    lastModifiedLabels[i] = new Label(tempDate.toString());
    sessionChecks[i] = new Checkbox(theFiles[i], sessionCheckGroup, false);
    if ( ((String)sessionChecks[i].getLabel()).equals(session) )
    sessionChecks[i].setState(true);
    PageJobPanel.add(sessionChecks[i]);
    PageJobPanel.add(lastModifiedLabels[i]);
    sessionChecks[i].setBackground(new Color(170, 198, 198));
    lastModifiedLabels[i].setBackground(new Color(170, 198, 198));
    sessionChecks[i].setBounds(new Rectangle(15, 50 + 20 * i, 100, 20));
    lastModifiedLabels[i].setBounds(new Rectangle(115, 50 + 20 * i, 200,20));
    sessionButtonPanel = new Panel();
    sessionButtonPanel.setLayout(null);
    sessionButtonPanel.setBackground(new Color(187, 187, 221));
    createSession = new Button("View Result");
    deleteSession = new Button("Delete");
    createSession.addActionListener(this);
    deleteSession.addActionListener(this);
    sessionButtonPanel.add(createSession);
    sessionButtonPanel.add(deleteSession);
    createSession.setBounds(new Rectangle(40, 5, 85, 20));
    deleteSession.setBounds(new Rectangle(210, 5, 50, 20));
    PageJobPanel.add(sessionButtonPanel);
    sessionButtonPanel.setBounds(new Rectangle(15, 50 + 20 * theFiles.length + 10, 300, 30));
    sessionButtonPanel.repaint();
    PageJobPanel.setSize(400, 50 + 20 * theFiles.length + 40);
    GridBagConstraints c = new GridBagConstraints();
    c.anchor = GridBagConstraints.NORTH;
    c.gridwidth = 1;
    c.gridx = 0;
    c.gridy = GridBagConstraints.RELATIVE;
    c.weightx = 1;
    c.weighty = 1;
    add(PageJobPanel, c);
    Thanks

    Arrays.sort(Object[], java.util.Comparator);

  • BADI exchange rate according to document date instead of posting date

    Hello,
    I am looking for a BADI that will enable us to change the exchange rate according to document date instead of posting date.
    This change is needed for documents of travel expenses.
    I tried to use substitution but it didn't work for documents created in Tcode PRRW.
    Thank you,
    Dan

    Friend,
    Try to use Field exit functionality.
    You can create field exit for Translation date(WWERT). While currency converstion this date only taken as base.
    Technically you can pass Doc.Date(BLDAT) value to Translation date.
    Or in Substituton(GGB1) also for the header "Transaltion date = Docu.Date".
    I hope it serves your purpose.
    Chandu

  • How  to resize the column header according to row data

    Hi,
    How can i resize the column header according to row date .. means if data is small header should be small and vice versa ,...
    Any help is appreciated .. Snippet will be more helpful .
    Thanks,
    Shekhar

    Oxley (binkley) blogged about this: http://binkley.blogspot.com/2006/01/getting-jtable-columns-widths-to-fit.html
    Christian Ullenboom | tutego

  • Determining pricing condition currency according to billing date

    Hi All;
    Although this is a so simple scenario, i couldn't get any succesful reply in the forum.
    Let me explain this by an example:
    Sales Order TA
    Material X = 10 EUR (Pricing Currency is EUR)
    Pricing date: 23.10.2009 (1 EUR= 2 USD)
    Document Currency:USD
    Billing Document F2:
    Billing date: 25.10.2009 (1 EUR=3 USD )
    i want to calculate pricing condition currency according to billing date.
    Total Price must be : 10X3=30 USD and of course pricing date must be: 23.10.2009
    how could we achieve this?
    before your reply, please consider my advices:
    1.i don't want use pricing type "B" in VTFL. "G" is a preferable one.
    2.in my VTFL configuration Pricing Exchange Rate Type is "C Exchange rate determination according to billing date"     
    3..OSS Note 92613 serves a simple solution. But i couldn't apply this note. I changed my routine according to this note, but it has no effect. Is there anyone who used this note succesfully?
    4.someone said that it is possible to achieve this scenario by using some user exits, if this is correct, could you please say user exit's name?
    thanks Gurus..
    Edited by: streptomagma1 on Oct 26, 2009 8:43 AM

    Pricing date: 23.10.2009 (1 EUR= 2 USD)
    Billing date: 25.10.2009 (1 EUR=3 USD )
    Do you mean to say that on ob08, different exchange rates were maintained on 23-10-09 and 25-10-09 ??
    thanks
    G. Lakshmipathi

  • Z-Program not able to pick up Payment Run date & Identification.

    Hi,
    I created a Z-Program for Payment file creation.
    This Z-program able to pick up Payment Run Date & Identification if I run it alone ( back ground and fore ground).
    My issue is, if I run it from F110 with variant, it is not able to pick up the Payment Run date & Identification.
    I used following code to get the Payment Run date. (SAP Version 4.6C)
    *------- SPA/GPA-Parameter
    DATA:    BEGIN OF gpa,
               laufd             LIKE f110v-laufd,
               laufi             LIKE f110v-laufi,
             END OF gpa.
      IF p_laufd IS INITIAL OR p_laufi IS INITIAL.
    Get the parameter values for Run Date & Identification from F100, if
    User not passed the above parameters while running this program
        GET PARAMETER ID '110' FIELD gpa.
        MOVE : gpa-laufd TO p_laufd.
        MOVE : gpa-laufi TO p_laufi.
      ENDIF.
    Your help appreciated.
    Thanks,
    Reddy

    Hello,
    What exactly is your requirement?
    IF p_laufd IS INITIAL OR p_laufi IS INITIAL.
    * Get the parameter values for Run Date & Identification from F100, if
    * User not passed the above parameters while running this program
    GET PARAMETER ID '110' FIELD gpa.
    MOVE : gpa-laufd TO p_laufd.
    MOVE : gpa-laufi TO p_laufi.
    ENDIF.
    Your code will execute if the user doesnot pass Run Date & Run ID. But you CANNOT execute F110 without passing Run Date & Run ID.
    Hope this helps.
    BR,
    Suhas

  • Production version selection according to explosion date

    Hello
    In customizing for MRP (OPPQ), parameters for BOM explosion / routing selection is 3 (BOM explosion number/order start date).
    In MRP4 view of material master, selection method for BOM explosion is 2 (Selection by production version).
    No MRP group is assigned.
    I have 3 production versions : one for 2014, one for 2015, one for 2016 :
    I use a BOM explosion number with fixed key date 1st December 2015 :
    When manually creating a planned order with dates in 2014 and explosion number EXP_1215 (fixed key date 1st December 2015), Production Version PV1 is selected (valid for 2014), but no routing is selected because explosion date is BOM explosion number, and in PV1 there is no valid routing in 2015 :
    Is it possible to select production version according to explosion date, and not order dates ?

    Hi Tristan
    The following modification note can be used to influence the selection of production version on planned orders:
    351773 - Selection of production versions for planned order
    Alternatively, you can create your own logic using BAdI MD_MODIFY_PRODVERS.
    BR
    Caetano

  • How can I put data to cell according to what data you entered first?

    I'm using DDE to simulate vi to excel, it display the data to excel correctly, according to what data i entered, but i already assign specific cell to a specific data. i want that for example, the data that has been read is SOG row 1 column 3. and FOG row 2 column 3. how can i distinguished what data read first? bec. if you first entered data FOG it will entered in row 2 and if you entered SOG it will appeared in row 1, if you have a lot of entered data you will not distinguished what data enetered first.
    can you please give me an idea how can i solve this?
    Thank You

    I'm not totally sure if I understand your question, but it seems to me that you have two pieces of data - SOG and FOG. This data will be written to your Excel file in the same location each time. Are you writing FOG and SOG from the same VI? If so, why not use a shift register to keep order? Another option is to insert a time stamp next to the SOG or FOG data and then view the time stamp to know the order. Or, you could write the data to a simple text file. Keep appending the data. When you want to know the order, just open the text file and you will have the insertion sequence there. Good luck.

  • Anyone know of Calendar Component with time picker as well as date picker ?

    Anyone know of Calendar type Component with time picker as well as date picker ?

    Will Ceator (or the visual pack) have a calendar component, not the current datepicker one?
    Thanks

  • How to configure Wave picks according to different timeslots ?

    Hi experts,
    I have requirement for my customer that He was picking for Outbound Delivery manually, Now he wants to pick according to different time slots by different waves.
    So I am looking for an experts help to configure wavepick for my customer.
    Regards,
    Shaktiprasad Dash

    Hi Shaktiprasad Dash
    SPRO -Logistics execution -> Shipping -> picking -> wave picks ->  Here you can define the time slots for wave picks and
    use this time slot in VL35 for wave picks.
    Please maintain the wavepick profile for the warehouse number
    KInd regards,
    Ramana

  • Date Picker Calendar Show Wrong Date Information Dec/Jan 2014-2015

    When using a Date Picker, the offered Date for January 1st 2015 is a Friday!  It supposed to be a Thursday!
    You can move to February, and return to January again, and it will correct itself.  
    This happens in Office 2007 and 2010
    What's gone wrong?
    IT will also offer the wrong December dates.
    Is there a fix please?

    Re:  Bad date
    Some remote possibilities...
      Your computer's clock has an incorrect date
      The wrong year is entered somewhere as the first day in 2016 is a friday.
      You have the wrong date system selected 1900 vs. 1904 or vice versa.
      You have a 3rd party (non MS) Date Picker that is programmed incorrectly.
      You have Office 2013 (nothing seems to work there)
    There are alternatives and I offer one for Excel...
    a free excel add-in date picker ("Get Your Own Date")
    (no ads, no trackers, no cookies, no registration)
    https://jumpshare.com/b/O5FC6LaBQ6U3UPXjOmX2
    Jim Cone
    Portland, Oregon USA

  • Deltas are not pick up by the data source

    Hi,
       From one weak onwards my data source is not pick any deltas today i found that the luw's are struck into LBWQ.I can see the luw's in lbwq .In rsa7 there is no luw'sie It shows 0.My data source 2lis_02_scl. The V3 job compleated success fully every day.
    So how can i clear the LUW's to rsa7. Remember this is production .
    This is very urgent please respond.
    Thanks in advance.
    Sharma.
    Message was edited by: Amol Kulkarni

    Hi
    Here a few links on the topic..
    /thread/101086 [original link is broken]
    Luw in the delta queue.
    /people/sap.user72/blog/2005/01/19/logistic-cockpit-delta-mechanism--episode-three-the-new-update-methods
    Regards..

  • Price from Contract should default in the PO according to delivery date

    Hi Gurus,
    The scenario is:
    I am creating a PO w.r.t. a contract. Now, the material in the contract line item has two different prices in two different validity periods. For eg, the price from Jan to Mar31st is Rs.5.00/unit. Now, in the next validity period, i.e. from April1st to Dec, the price is Rs7.00 /unit.
    Now, I am creating a PO on Mar20th. The delivery date is expected in April and the date of April7th is put up in the PO. But, the price Rs5.00/unit is defaulting from the contract, since I am creating the PO in the month of March. Well, I can go ahead and change the price in the PO, but
    is there any way, that the price from the contract defaults according to the delivery date in the PO, Not according to the PO creation date?
    Thanks,
    Kumar

    Hello Kumar,
    Contract validity date is related to PO creation data and not the PO Delivery Date. So whenever you create a PO system will refer to the contract which is valid on that date and hence you can not have price from the contract which is valid according to GR delivery date in the PO.
    Customization, user exit are always there to help as per requirement but that would not be the correct option.
    Better create PO according to your delivery date requirement so that PO will consider only that contract which system should actually refer.
    Gurus,
    Please correct if I am wrong.
    Thanks And Regards,
    Krupesh Kothari.

  • Exchange rate should pick as per document date of GRN in MIGO

    Dear all,
    As per my client requirement while doing Material GRN in MIGO, system should fetch exchange rate as per Document date of the GRN.
    As per standard now it is picking from posting date.
    we already implemented Note number 574583. After implementation of this note system picking document date for MIRO and normal FI Documents(f-02) bur not for MIGO.
    So suggest me how can we get document date as exchange rate translation date for MIGO
    Note: Before posting this, i have searched for solution in SCN but i didn't get solution any where.
    Regards
    kishore

    Hi Amitesh,
    Finally i am able to fulfill my client requirement with the help of you and SAP support. I have used SAP Note number 619330 and few configuration steps.
    Thanks for your support and points has been given.

Maybe you are looking for

  • IPhoto 6.0.3 - Library name in title bar?

    I just upgraded. I thought that previous versions showed the folder name of the Library in the title bar. Now it just says "iPhoto" and the only obvious way to determine where the library is, is to use the "Show File" item on a photo, and then use th

  • Unable to find communication channel -XI adapter

    Hi Experts, I am doing a file - proxie scenario. I am unable to view the communucation channel I created for XI. I tried to refresh the Start complete cache refresh and tried to refresh the cache in IR and ID. I am able to see my Service(business syt

  • Exporting still frames

    Hi help cs4 pro Trying to export still frames from time line. Go to file export-- media Bit map format bit map reset ntsc bit map output name: C;\still\house save Adobe Media Encoder comes up click start queue hangs no file created. Thanks

  • Backup during import vs vaults

    Hi new to mac and aperture and curious to find out the best practice for storing, backup and restore of photos. Previously I would have stored my pics in folders and used a sync program to mirror them to a network drive but aperture prefers to have f

  • Urgent!!! 9i install hangs at db cache config

    I am installing 9iAs on W2k and it hangs at dabtabse cache config assistant for hours already and I can't stop it to proceed the others. Is there any way to fix this? greatly appreciated if you can get back to me asap.