Edit a picking list with VL01N.

Hi everybody,
I need some help to edit PICKING LIST and not a delivbrey inbound when I create an inbound delivery.
My problem is when I want to edit a picking list with a storage location MM &WM, I have an error, "Delivery 0082010157 does not contain items to be picked". Consequently I can't print it? And I can't begin ma picking without this list!!
I customize NACE.
First I put the application V2( Shipping). I Took the output type EK00
Then I use the application the procedure V10000
In the procedure I affect the condition type EK00 WITH the  REQUIREMENT  WM Transfer order
I check all the point and the error message is always here, why?
In the other hand, why I just have a storage location MM without WM, I can edit this piscking list.
The problem is because of wm statuts!!
Somebody could help me, please how could I do to print

Hi,
thanks, but the Delivery item category is actived for picking.
Hav you got other point of custumising that I could check?
Thanks for your help.
Kari

Similar Messages

  • Pick List with Non Stock Items

    Is there anyway to edit the Pick List so that it displays Non Stock Items?
    Our client does not want to track certain Items as Stock and as such they are all created as Non Stock. The Pick List is required to show that stores that the Non Stock Items are included, however they are not displayed.

    Hi Kevin,
    As the name suggests, the Pick list will only work for Items which are Inventory Items.  A non inventory item is not recoganized to have the need to be picked.
    Therefore a NON-INVENTORY Item cannot be made to print / be available on the Pick List.
    Suda

  • Cascading Pick List with date range as first,  second pick list is dynamic

    Specifically, how is this accomplished?
    It does not seem possible to make first pick list static. If allowed this would be perfect.
    The system seems to only allow the first parameter to be dynamic if the second parameter is dynamic. No range seems to be available for date when second parameter is  dynamic.

    Consider a 3rd-party tool as a solution (for a list of such tools, see http://www.kenhamady.com/bookmarks.html).
    There is at least one Crystal report viewer with its own special implementation of dynamic & cascading parameters.  It would allow you to use any type of parameter within the cascade.  However, you will need to create a separate rpt to implement each dynamic parameter.  So in your case, you will have one main report, using a dynamic parameter that's implemented as a separate rpt, which has a date range parameter. 
    Cheers,
    - ido

  • Pick List with WM

    Is it possible to have the pick list print (EK00) automatically even if the delivery is relevant for warehouse management?  The users would rather use this output than the transfer order document via WMTA.
    Thanks,
    Ron

    Hi Ron,
    I think with a small modification to the driver program of EK00 output type; you can get this output printed automatically in background even for a warehouse managed materials.
    Driver program: RVADEK01 can be copied into ZRVADEK01 and modify this to accommodate the requirement.
    I dont think EK00 alone can be used to print for warehouse materials in delivery.
    Hope this helps!
    Regards,
    Syed Nasir

  • Pick List with New Order Type

    Hi,
    I am creating Production Order with My own Order Type ZOEF same as PP01. But after releasing the order it is not displayed in CO27. While PP01 created order is shown properly. What am I missing?
    Your advise is required and Points will be awarded.
    Regards
    HHS

    Hi,
    Please check with the  Qty withdrawn field  & final issue indicator at component overview of order type ZOEF.
    what is your order status, Release the order and try with CO27.
    Pradeep

  • Printing problem for picking list

    Hi friends,
    Whenever we print the picking list of material with batch number. the printing job will bring a extra page with basic form information . it's kind of wasting the paper since the extra page doen not contain any specific picking informations. This issue only happen to picking list with batch number applied material . The extra page won't be printed out once the material is not subjected to batch management.The form style should be script form.
    Please kindly advise if you have any suggestions.
    Thanks,
    LG

    Hi,
    Assuming printing job is batch job. Normally batch job executes a program (you assign program to the batch job when you configure it) while you create batch jobwhile it is running. If you want the system to check the particular information (take the information if the so and so prerequisits matches if not ignore kind of) during the program execution you can do it with the hlep of a deverloper.
    If you want to avoid unnecessary basic ifnormation it can very well be done with the layout changes in SAP script form and the program if necessary.  Make sure you dont need those information as some times it is like a legal information like we see in the company signatures which seems like basic information.

  • Create a Delivery note from a picking List and many binallocations

    Hi,
    Recently, I get how create a delivery note form a picking list with batchnumbers, but now I have the following case.
    Quantity       Product       SerialAndBatchNumbersBaseLine
    10                ID200                              0   
    5                  ID200                              1
    now I set the batchNumbers
    location    batchnumber       quantity
    02-A              XY                   10
    02-B              YY                    5    <---    this location give me error.
    now the rest of articles
    Quantity       Product       SerialAndBatchNumbersBaseLine
    10                ID200                              0   
    5                  ID200                              1
    location    batchnumber       quantity
    02-A              XY                   10
    02-B              XY                    5  
    etc.
    I get the next error:
    1470000344 - Batch "YY" of item "ID200" in bin location "3108" falls into negative inventory.
    When I find this "3108" this "select * from OBIN where AbsEntry = 3108" is the batchnumber for XY and not YY.
    so how is the way to create a delivery note with many binallocations? 
    (if required I will paste code.)
    Kind regards,
    Pablo

    Hi Pablo,
    based on the code from the other thread it should be like that for the first row:
    delivery.Lines.ItemCode = "ID200";
    delivery.Lines.Quantity = 15;
    delivery.Lines.BinAllocations.BinAbsEntry = 3107; // guessed AbsEntry
    delivery.Lines.BinAllocations.Quantity = 10;
    delivery.Lines.BinAllocations.SerialAndBatchNumbersBaseLine = 0;
    delivery.Lines.BinAllocations.Add();
    delivery.Lines.BinAllocations.BinAbsEntry = 3108;
    delivery.Lines.BinAllocations.Quantity = 5;
    delivery.Lines.BinAllocations.SerialAndBatchNumbersBaseLine = 1;
    delivery.Lines.BatchNumbers.Location = "02-A";
    delivery.Lines.BatchNumbers.BatchNumber = "XY";
    delivery.Lines.BatchNumbers.Quantity = 10;
    delivery.Lines.BatchNumbers.Add();
    delivery.Lines.BatchNumbers.Location = "02-B";
    delivery.Lines.BatchNumbers.BatchNumber = "YY";
    delivery.Lines.BatchNumbers.Quantity = 5;  
    You got now :
    1 Delivery Row, Quantity 15
    2 BinLoc Rows, Quantity 10+5
    2 Batch Rows, Quantity 10+5
    regards,
    Maik

  • 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

  • Pick List Will Not Print On Add with SAP B1 2007A

    There appears to be a bug with printing pick lists on Add with SAP B1 2007A.  I have replicated the problem with PL03, 06 and 08.
    Pick lists will print manually, but if you have them setup to print on add (Administration->System Initialization->Print Preferences), the following error in the log will appear:
    Error      Default report not found for current report type; set a default report and try again C:\Program Files\SAP\SAP Business One\SAP Business One.exe PID=6104 TID=1672
    I ran a SQL trace and found the problem.  The default Pick List report is set and set correctly in tables RTYP and RDOC.  The problem is that SAP is looking for a RTYP.CODE value of PKL1 (instead of RLR2).  PKL1 does not exist as a code in either 2005 or 2007.  The Pick List document ID is RLR20001.
    To confirm this on my demo database, I updated RTYP and set the CODE of RLR2 to PKL1.  Afterwards, when adding a Pick List, it printed without any errors.  I suppose another temporary fix would be to add a new record to the RTYP tabe with a CODE of PKL1 and the default pick list report document ID.

    After many hours of inquiring, searching and digging...  There is an obscur SAP Note that says clearly, NOT SUPPORTED.
    Best thing I could do, was to keep a server with the same configuration ready to connect to my SAN and take over from the dead server.
    So for anyone interested in this topic.  Save you time, search the SAP Notes for Support and high availability.
    Hope that helps others.

  • How to Edit Contact List with email

    How to Edit Contact List  with email ID  in the heading
    Regards,
    Charles.KE

    eh? Can you please give some detail of what you're attempting to do ?
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Picking list customized with serial numbers

    Hi,
    I'm looking for a solution on this.
    Right now my company has serial numbers activated in the storage and production, this will change but until then i need to find a solution.
    I want to customize our picking list so that material that has a serial number will be choosen when eiter 1. are picked from the system or 2. that it is possible just to pick the a certain amount of a material and later at the change of components, then to put on the serial number. I think no. 1 sounds the easiest, but how do i customize this, because today it is not possible.
    We do not have WM.
    Hope someone can help with this.
    Christina

    Deleted

  • AR DP Inv & Receipt included with Pick List

    Hi,
    We started using the Pick List from the Sales Order window - only when we print/preview the document, if the SO is linked to an AR Downpayment, the Invoice and Receipt documents also come up with the Pick List. How do I get rid of these extra docs?
    We are on 8.8 PL16. I checked the Print Preferences and Layout Manager, there is no other layout linked to the Pick List document.
    Any help is much appreciated. TIA,
    Heather

    Hi,
    We started using the Pick List from the Sales Order window - only when we print/preview the document, if the SO is linked to an AR Downpayment, the Invoice and Receipt documents also come up with the Pick List. How do I get rid of these extra docs?
    We are on 8.8 PL16. I checked the Print Preferences and Layout Manager, there is no other layout linked to the Pick List document.
    Any help is much appreciated. TIA,
    Heather

  • Change Pick List Output Format with automated Output format  froTO creation

    hi.,
    When creating TO for delivery using VL06P or LT03 there is no opportunity to print the Company Custom  Format(X1) of the pick list.
    But if it is reprinted in LT31, Print Code X1(Company defined picking list Output format) can be selected. This is our custom formatted TO output format.
    The delivery address is on the document, so if X1 format is used with the automated output from TO creation, Warehouse personel will have the Hardcopy of the delivery address.
    Question: How can i have the Print Code X1 to default when i am creating delivery using VL06P or LT03.
    All help is much appreciated.
    Tx

    Resolved by Myself

  • Scanning & Cross verifying with picking list

    hi,
    is there any way through which i can scan the goods at the point of loading into the truck & cross verifying the scanned item with the picking list.
    regards
    kiran

    hi,
    follow the link
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/LOMDSN/LOMDSN.pdf
    http://www.sap123.com/showthread.php?t=65
    regards,
    krishna prasad

  • Assertion Failed editting list with taxonomy field

    I have lists with a taxonomy column in them. when editing the list, jsgrid looks to be throwing an assertion failed. Digging into the call stack, it is calling GetDisplayControl, the assert is "Sys.Debug.assert(displayControlName in displayControlsSingletonMap);
    Rolling back a bit, the order of calls on the call stack
    Sys$_Debug$fail
    Sys$_Debug$assert
    GetDisplayControl
    RegisterPropType
    RegisterNewCustomPropType
    SP_UI_Taxonomy_ControlRegistration$RegisterGridControls
    Init
    The displaycontrolName at the point of the assertion error is "" so it defininately isn't in displayControlsSingletonMap, which is why the assert is happening.
    Anyone have any solutions?

    Hi SP Yogi. No fix for it, no. I had opened a support ticket with Microsoft to deal with the issue, but we never could get together at the same time to work on it. I did provide complete log files to them, but that's as far as it went. My company then decided
    to go with SP2010 environment instead of SP2013, so became a moot point for us and I figured someone else would start screaming.
    If anyone else raises it with Microsoft, you could have them look at
    case # 113041510367364, which is the ticket I created for raising the issue. Might speed things along, help discount environment issues, etc.
    Good luck and please report back any progress!

Maybe you are looking for

  • Storing iPhoto 8 Library on an External Drive

    I have some data on storing (moving) iPhoto 2 to an external HD. Does this apply to iPhoto 8? Can there be more than one Library stored? Any practical suggestions on doing this? Thanks Mike

  • T440s Fan Control Issue

    Hi, The fan on my T440s will turn on when the CPU (i5 4300U) exceeds a certain temperature, around 50c. However once the fan starts turning, it will never stop turning regardless of the CPU temperature and utilisation. The CPU idles around 33c. Any i

  • [Flash video not playing in IE --- Urgent!]

    Hi, I am trying to play the flash video on my website, for some reason, it is not working on IE.  I tested it live on firefox and safari in Mac and both worked fine.  I am using netConnection code.  Can someone help me on this?  It is very urgent. Th

  • Variables in BPS populating the template built using web interface builder

    Hi All, I have a issue : I created some variables in bps0 (under a planning area) based on Fiscal Year, Fiscal Year/Period, Posting Period, Cal. Yr /Quarter and Version. Then I created a template using the web interface builder . The end user goes an

  • [SOLVED] pacman -Syu - Installation just died

    I just ran my weekly pacman -Syu on my install.  I can't remember what updates were available but one was Linux firmware.  I did the command from SSH when putty lost connection.  I logged into my ESXi VM console to find it with lots of information th