Creating Picking list for 2 different Slocs

Hello guys,
I have a situation here:
I have only one Warehouse # 200.
I have two Slocs:
Sloc:0001 linked to WM:200
Sloc:0002 works at the IM level.
I have two shipping points (0001 & 0002) for each Slocs as well.
WM:200 sends the goods to both Slocs.
We run VL10G and then VL06P.
The issue is to ship out the Sloc 0002 goods before than the Sloc 0001.
However it doesn't occur at all.
0001 gets the picked items first and if there is any left over quantities then Sloc 0002 gets the rest.
What would be the best Expert approach to make this happen?
Any thrown idea will be appreciated greatly.
Best regards,
Bodik

Hello Prashant,
They both are assigned to the same Sloc, here is the structure:
Ship.Pnt     Plant      Sloc
P001          P001      0001
P002          P002      0001
Best regards,
Bodik

Similar Messages

  • Pick list for Delivery

    Hi Experts
    Please tell me the procedure to get standard pick list for delivery. Picking has to be done from warehouse.

    Please tell me the procedure to get standard pick list for delivery. Picking has to be done from warehouse.
    To select outbound deliveries due for picking, :
    From shipping, choose Picking , Create transfer order  Via Outb. Delivery Monitor.
    The Outbound Deliveries for Picking screen appears.
    In the Organization data section, enter
    1.the shipping point,
    2.in the Output proposal section,
    3.relevant shipping documents
    If, in the same overview, you want to display deliveries due for fixed bin picking as well as check deliveries to be passed on to the WM System for picking in the same overview, select the Both picking types indicator in the Picking data section. Otherwise, you must enter an indicator for the picking type according to which selections are to be made.
    Then just Execute.Day's Workload for Picking screen appears.
    In this list, the system displays the deliveries for picking, sorted by shipping point and picking date
    Regards
    Saurabh

  • Print Picking list for late operation in WO

    Hello Experts,
    I am not an expert in PP module, however i have a requirement to be able to generate a picking list automatically in a Work order for the components which are assigned to an operation that will happen in futur.
    Let say we have a WO with 8 operations, and the operation 8 will begin 3 months after the release of the WO.
    Does SAP manage in standard a printing of pick list for component that will be usd in WO at the last operation?
    Thanks for your help
    Regards

    Hi,
    Thanks for feedback,
    As i understand, it is possible to release operation by operation in the work Order ? can you please indicate me how to perform that?
    And if it is the case, does it mean after each release the picking list is printed?
    As i know there is only one release flag (green) to release all the work order.

  • Saved data in pick list for parameter

    Hi all,
    I have a scheduled report that I want to use parameters in. But the trick is that I want the pick list for the parameter to be fetched from the saved data for a specific field in the report.
    Any ideas? I am thinking of a dynamic parameter but then how do I only get to choose from actual data in the report?
    I am using CR2008 and running the reports on BO XI 3.1
    Thanks,
    Magnus

    store in excel file and use that to pull the values through.
    there should be a white paper on this site on how to do that.

  • CO27 (Picking List) for Service-Order (CS)

    Hi,
    we use Tcode CO27 for PP-Orders. This Tcode cannot be used for Service-Orders.
    Is there any Tcode to get a Picking-List for Service-Orders?
    Thanks.
    Regards, Dieter

    Hi,
    As per your query you have to consult with SD consultant, because they have to configure accofdingly.
    Anil

  • Help needed for creating 1 invoice for 2 different material types.

    Dear, Gurus
    I really need help here I have spent 3 days cracking my head trying to solve the problem. Problem is client was creating invoice with reference to order and while invoice was being made it would cause an invoice split. The materials involved are Trading Good and Service Material. They would like only 1 invoice. Note nothing was different except material group and item cat. of the material. payment terms billing dates partners everything is same.
    Current item config for Trading Good material is ZMPI-project item cat.
    Copying requirements   023  Item ord.ref. w/o AZ        Billing quantity     A
    Data VBRK/VBRP         000                                           Pos./neg. quantity   +
                                                                                    Pricing type         K
                                                                                    PricingExchRate type
                                                                                    Price source
    Current item config for service Material is TAD-Service
    Copying requirements   002  Item/order-related          Billing quantity     A
    Data VBRK/VBRP         001  Inv.split (sample)            Pos./neg. quantity   +
                                                                                    Pricing type         G
                                                                                    PricingExchRate type
                                                                                    Price source
    I was told to change Data VBRK/VBRP to 003 One Invoice which I did in both of these item cat. and yes they worked perfectly but at time of creating the invoice for service material the qty that showed was 11. Note: In sales order it is 1 qty. So I went back into the config of item cat TAD and changed copying requirement to 023 instead of 002 but nothing changed. Seems a qty of 10 is referencing something else which I have no idea what or where it is picking this up from. Just to see or test things I went into the sales order and tried changing the service material qty then a weird popup appears and says service order 12344456 has been blocked. (Seriously I have no idea why this would happen or should be existing at all.) Even if for some reason it is being referenced the service order that is existing is qty 1.
    I really really do need help and if someone can help me that would be god sent.
    Regards, Ali

    You did not mention what value is maintained in the field billing quantity in the copy control->Item settings. Check for the service item, what value is assigned. Put value A and re-test.
    Note that whenever you change any settings in configuration side, you need to create a new documents to test the results of the settings. You should not use the existing documents.
    When you say the document is blocked, then check the status of the sales order to find the reason for blocking (like credit block, approval etc)..
    Regards,

  • Is it better to create ONE form, for 25 different forms?

    We have a Telco Application (in Forms 10g) which has about 200 Forms which are called from the main menu. Out of that 200 forms about *25* are "file upload" type forms (shown below).
    http://www.freeimagehosting.net/alg6q
    As you can see this is small form. The functionality is as follows:
    *(a.)* Select a text file (which has data in tabular format) from the client PC.
    When file is selected, it is also copied to a directory in the DB server machine. File Name will show the full path of the file in the client machine.
    *(b.)* When user presses Load button, form calls a stored packaged procedure. In that we create a EXTERNAL table mapped to the file in the db directory and read the contents to a temporary table in the DB.
    *(c.)* When user presses Process button, the temporary table is read and our Telco tables are updated using this data.
    *(d.)* You can view the error records and correct records discovered while processing, with the View File option. This will display 2 Oracle reports.
    *(e.)* You can delete the temporary table contents using the Delete Temporary option.
    This story goes like this: Our application is in Forms 10g. Now, we want to upgrade this application to 11g Forms. One problem we encountered was the FileUploader bean which we use in the above forms. This does not work in 11g. Solution was found in using WebUtil. Now, we have to modify all 25 Forms (obviously).
    Now here comes the real important part: Our Managers think that in the future also we might have to do upgrade to these 25 forms (due to future problems/upgrades with WebUtil and so on) and they want us to create ONE form for the 25 forms. So, in that ONE form,
    (a.) We have a list box at the top where uses selects which upload function he wants.
    (b.) Then, the file is selected (and transferred to the DB directory).
    (c.) Now when the users presses Load button, we have to execute the load packaged procedure for the selected load file option.
    (d.) When he presses Process button we have to run the program unit for the selected file upload function.
    (e.) When user presses the View File button, he has to show the correct records and invalid records (found after processing) in 2 reports. The reports differ from function to function.
    (f.) He can delete the records in the temporary table using Delete Temp button.
    Is this is good idea?? My initial study tells me that it is not a good idea since we have one form with too much functionality. What are pros and cons of this approach and what is the best solution??
    Edited by: user12240205 on Jun 25, 2012 1:16 AM

    So the forms are completely different, and yet you are asked to stuff them all together into one form? What sense would that make? That's like pulling forms which are using text_io together just because when text_io is changed you simply would need to edit one form. Well of course you would have to. On the other hand there is a pile of code necessary to seperate the parts you glued together in the first place plus the effort of pulling all those forms together plus the effort of adding stuff to one "part" of the form.
    Also think about version control: you'd create more frequent conflicts in putting those forms together when different developers edit different parts of the form. Conflicts causes work as developers are forced to merge more often plus developers can make errors when merging their changes. Also the log of your version control system becomes quite useless as it always will be the xyz form which is changed. If you would want to know what did change you would have to read the log messages carefully of each revission (given the fact that developers wrote them carefully) or do diffs between revisions instead of...looking at what files changed.
    And all that just because the only thing they have in common is that they are using webutil?!? Do your managers keep their Blue Socks and their Blue Cars in the same drawer because they are blue?
    If the issue here is that you need to edit many forms and this might cause errors then you should take a look at the JDAPI, because this would be the tool to do changes in forms in batch. The forms migration assistant can also be configured to change one built-in into another, and you wouldn't have to write one line of java code. But stuffing forms together because they use the same built-ins...I'd say no, but of course this is just my opinioin ;)
    btw.:
    When you say API, u mean a PLL, right???Not only, by API I meant Application programming interface; this might be a package in a library, a whole pll file, a database package, a java class, or a combination of all those.
    cheers

  • Create source list for blocked vendor

    Hi all,
    A client wants to create a source list for a material with a vendor that is blocked for purchase. (XK05, 'purchasing block' checked)
    Is this something that can be done in configuration?
    Thank you.

    Dear Eagle,
    When Blocked for Purchasing, system wont allow to create Source List also below error message is throwing,i tried practically.
    Not possible to generate any source list records
        Message no. 06717
    Diagnosis
        The system was not able to determine any procurement information (i.e.
        purchasing info records or outline purchase agreements) for the
        material(s).
    System Response
        No source list records have been generated.
    Procedure
        If procurement information does exist for the material, check the
        selection criteria you entered (e.g. material or plant number).
    I know system wont allow to create source list also but you saying system allow,thats the reason i tried practically.
    we canot do any funtions realted of procuring i mean combination of Purchasing organization.
    may be your dout is this only
    Prem

  • How to create dropdown list for custom remote function module

    HI ,
           I created a custom remote function module for a ztable.table having four fields.But now the requirement is to maintain the dropdown list for input parameter .
    For eg: I maintain Input parameter as action.For that Action we have to maintain a dropdown list(display,insert,update and delete  values ) in function module.Is it possible.

    Hi
    Try using POPUP_GET_VALUES function module in the begining of the Function module this gives a POP to provide a value to you
    In this you can provide a value
    Check the import parameters of this Function module if it has COMBOBOX as parameter ( I dont have SAP access at this point of time) you can pass X to it so you get List box for the following fields
    Create a domain to field and assing fixed values to it and use it in any table(As this works with only existing tables)
    refresh fields.
    DATA: fields LIKE SVAL OCCURS 0.
    fields-tabname = 'MAKT'.
    FILEDS-FIELDNAME = 'MAKTX'.
    APPEND FIELDS.
    CALL FUNCTION 'POPUP_GET_VALUES'  " Try copying this in a Test program and execute
            EXPORTING
              POPUP_TITLE  = 'Enter Mail Id here'
              START_COLUMN = '5'
              START_ROW    = '5'
            IMPORTING
              RETURNCODE   = SRETURN
            TABLES
              FIELDS       = FIELDS.
    Cheerz
    Ramchander Rao.K
    Edited by: Rob Burbank on Nov 23, 2011 9:50 AM

  • Create numbered list for table of contents 5.2.2

    Cannot change format in the table of contents to create a numbered list.

    So you cannot create a numbered list for the Table of Contents in iWork Pages 5.2.2.?
    You cannot make this:
    1.    Name of Chapter One.........................5
    2.    Name of Chapter Two.........................9
    You have to live with
    Name of Chapter One.............................5
    Name of Chapter Tow..............................9

  • Create Pick List - Urgent

    How does one create a pick list with DI API? Please let me know if it is possible.
    Thanks a lot!

    Did you get an answer to your question?
    I also need to automate this process and create/update Pick Lists with the DI API, instead of my customer having to do it manually in SBO using the Pick and Pack Manager.
    If it is not possible with the current version of the DI API, then I would like to know when it will be implemented.
    Best regards,
    Karsten Damgaard

  • Picking list for production

    Hello Gurus,
    Can any body help me out by providing what is the meaning of the picking list  (I need descripition of picking list in 4or5 lines)

    Hi,
    Pick List - A document containing all items released for picking from a warehouse/storage location. For a production order these are typically the raw materials and/or semi-finished items and sub-assemblies required to produce the item on the production order header.
    Regards,

  • Creating Distribution Lists for Email

    I have just migrated from BB. I was able to create distribution lists on the BB and have several in my Outlook. When I sync'd my new iPhone these lists did not get on my iPhone. Is there a way to either create distribution lists or have I missed something?
    Thank you in advance.

    No, you haven't missed anything. There is a 3rd party app called ContactTap that will let you e-mail an entire Contact Group, it was free last week.
    Alternatively, you can create groups and then store them as a single contact if you follow the instructions here:
    http://red66.com/2009/07/how-to-send-group-emails-from-your-iphone/

  • Here is a punch-list/pick-list for fixes that i be...

    -needs to have "1" connection manager that controls ALL THE CONNECTIONS!
           Currently, you have to hunt and find everything that is on...and even though I shut off the GPS/EMAIL/WEB/Bluetooth, it still has a connection going on somewhere, but I cannot find it.
    -even though all connections are "off" weather and email still update!
    -needs to have email scheduling to allow email to not be checked and keep going off at 2-3-4-5am in the morning or what ever interval you have the send/receive set for. *not just for the nokia messenging mail*
    -needs to have the email store the IMAP4/POP3 email on the device so that it doesn’t waste so much time connecting everytime I go to the email box and wait for it to show all the email.
    -needs to be able to return to the place you were scrolling when you hit the back button after opening a folder.  Currently, when you select a folder, lets say "music" and it is 15 folders down (you can only see 4 at a time), and then you tap the back arrow to go a folder up, it takes you to the very top again, making you scroll back down to the area.
    -currently, there is a folder showing issue that shows duplicate folders that are not there.  Ie-music, music.   One has your music in it, the other is empty, but you don’t know which one it is, so when you tap that back arrow, you have to remember which one you tapped and then scroll all the way down again.
    -needs to have a better connection setting for the pc as currently, when it connects to the pc, it shows on Bluetooth as another computer (it definitely is!) and therefore I have been having a problem with getting it to sync via bluetooth, whereas I have to connect the cable to sync.  (it is very fast btw, and charges on the usb)
      *i have been able to get it to connect to my booklet 3g, but not my office desktop, which is my main pc.  i have already updated my bluetooth drivers, but the pc suite and my pc only recognize is as another computer, not a phone, so the pc suite does not even find it when you search*
    -Currently, you have to download a 3rd party software to send items via Bluetooth, etc....:/
    -needs to have the ability to handle re-occuring calendar apointments and work with them like the e90 and the pc/outlook do when changing them.  At this time, you can only delete them or change them, but it does it to only one.
    -still has some crashing of email (probably, because it is syncing the way it does and I keep pressing stuff!) as well as some of the other products crash as well.
    -only had it crash on its own a few times, found it was some of the software that I had installed, it doesn’t crash anymore!
    -my coverage at my house is better on the 3g then the 2.75g/2.5g was.  Dunno why....still live in the vortex of 3 cell-sites, unless they fixed something the last week I was not at home.
    -the settings menu is good in the layout, but needs to have more control for what we want "set".  Ie-much of the above, and more profiles.
    -there is a good piece of software that allowed me to change where it says t-mobile, and now it say 1of3 things at any time
           -*in green* Christopher's Online
           -*in yellow* Christopher's Connecting
           -*in blue* Christopher's Offline
                   *this is helpful in me knowing that I am still online somewhere in the device...because I still cannot find them all! :0(
    -I can read office docs (I paid $10 for it) but cannot write docs or xcel or ppt.)
    -the contacts are actually pretty good I think.  But they need to be able to let us determine what the default is so that every time we send a message or have them listed on the desktop as a short-cut, it doesn’t make us double/triple tap to call the person.
    -when you are on the touch screen in contacts, you have to scroll, unless in portrait, you can choose a part of the alphabet, but still have to scroll.  there needs to be a place to use the on-screen kb to type in letters/numbers
    -the sms conversations is really good! And I proly have a few hundred messages on it already and it is not slowing down, unlike the Symbian does....also, I kinda forget that I even have that many messages anyway because it is so fluid.
    -don’t care much about the mms, but would like to have it for some basic things...i started using it more in the last 8 months or so for various things.
    -ovi store doesn’t work yet...not that I would use it...besides, all the repositories are free!
    -needs to be able to create groups in the contacts!!!!
    -needs to be able to issue ring tones to individuals, and different groups
    -maps, at least for me, will not connect to gps, but now that I am stationary, I am going to try to get it to connect while at my home office.  Ill just turn it on and leave it alone to try and get a first sync, maybe that will help in the future. *update, i got this to connect, working great as is the gps connections to pictures*
    -I did a "restore original settings" thinking it was going to reformat my device.  Just changed all the settings back to the beginning.  Like a *#7370#...where I thought it would do a full restart like a *#7380#
    -the media area looks great.  Haven’t really tried to play a movie, but the music part is ok.  Would be great if you could actually just go in and select a folder that has the music you want it it rather then searching for a title of the album and then letting it all play.  I figured out some way to multi-select the items in the folder manager and then play them that way...but I cant remember off the top of my head how I did it.
    -when you select the different calendar options they do not sync, and it was my understanding that they would so long as they were local.

    hi bro when all this will be fix next N900 or Mameo 6 or update for same N900 and mameo 5
    waiting is bad, as every body know that, but it is good to see something good will happen,

  • Creating Keyboard shortcut for two different actions with same menu name..

    Am using soundforge pro .. I have to process nearly 1000 audio files, and want to create shortcuts for "Smooth"
    The problem is there are two Menu names named "Smooth"
    Fade In > Smooth
    Fade Out > Smooth
    I want to assign different shortcuts for each one.. Is it possible ?
    Any help is appreciated

    Hi,
    I would use IP Address range boundaries instead which I normally do anyway instead for the AD site.
    Regards,
    Jörgen
    -- My System Center blog ccmexec.com -- Twitter
    @ccmexec

Maybe you are looking for