Picking Status and WM Status

Dear friends
There are some Materials which are not showing Picking Status and WM Status, for which these Materials are not being fetched in the TO (Pick List) from the corresponding Outbound Deliv. Doc. How can I overcome the situation?
Kindly advise
Thanx in advance
Regards
SB

hi,
check in the item category of this material if it is picking relevant or not. Only if it is picking relevant, the WM comes into play.
You can go to t.code " OVLP " and check for the item category if its picking relevant.
Pl reward if it helps.
Thanks
Sadhu Kishore

Similar Messages

  • Picking status change in Outbound delivery

    Hi All,
    I have to create a start condition in PPF actions, whihc is nothing but BADI... whihc will trigger when the Pcikinf status is changed....
    I have these threee condtions:
    Action will be triggered by outbound delivery order status change:
    1.     Picking planned status at header level changed after warehouse order creation/cancellation  (corresponds to Focus2 status      0 u2013 Forecast);:
    u2022     from u201CNot startedu201D to u201CCompletedu201D and back from u201CNot startedu201D to u201CPartially completedu201D and back ;
    u2022     from u201CPartially completedu201D to u201CCompletedu201D and back;
    2.     Picking status changed at header level after execution each of warehouse order in drop location (corresponds to Focus2 status      1 - BeginPicked);
    u2022     from u201CNot startedu201D to u201CPartially completedu201D and back;
    3.     Picking status changed at header level after execution of last warehouse order in drop location (corresponds to Focus2 status      2 - Picked):
    u2022     from u201CNot startedu201D to u201CCompletedu201D and back;
    u2022     from u201CPartially completedu201D to u201CCompletedu201D and back;
    any help????
    I want to know how can i code this??

    Hi,
    In the BADI, you can get reference to Delivey Object
    lo_dlv_ppf TYPE REF TO /scdl/cl_dlv_ppf.
    lo_prd                TYPE REF TO /scwm/cl_dlv_management_prd.
    get delivery reference
      lo_dlv_ppf ?= io_context->appl.
    Get the attributes DOCID, the find the status of the documents accordingly.
    Now get the instance of the Delivery management:
    lo_prd = /scwm/cl_dlv_management_prd=>get_instance( ).
    Then read Delivery header and items using the below method based on DOCID:
    APPEND is_docid TO lt_docid.
      ls_include_data-HEAD_PARTYLOC  = abap_true.
      ls_include_data-HEAD_DATE      = abap_true.
      ls_include_data-HEAD_TRANSPORT = abap_true.
      ls_include_data-ITEM_DATE      = abap_true.
      ls_read_options-data_retrival_only = abap_true.
      ls_read_options-mix_in_object_instances = abap_true.
    CALL METHOD lo_prd->query
            EXPORTING
              it_docid        = lt_docid
              iv_doccat       = is_docid-doccat
              is_read_options = ls_read_options
              is_include_data = ls_include_data
            IMPORTING
              et_headers      = lt_whr_headers
              et_items        = lt_whr_items.
    You can find header status in lt_wr_headers.
    Or based on DOCID, get status from table /SCDL/DB_STATUS.
    Hope that helps
    Vinod.

  • Picking status/putaway status & Status of warehouse management activities

    Hi experts.
    I have a question but first let me explain the process.
    1) I have a Delivery document and its corresponding transfer order (TO) and the TO is not confirmed and the following status at level item into the delivery are
    Picking status/puaway status = C
    Status of warehouse management activities = B
    at this moment if I try to change the delivery quantity of the current item the system does not allow to change the quantity and this is OK.
    2) When the transfer order (TO) is confirmed and the status are changed.
    Picking status/puaway status = C
    Status of warehouse management activities = C
    at this moment if try to change the delivery quantity the system is allowing to change the quantity and for us it is not ok because the transfer order already was confirmed, how can we avoid this situation if the statuses are 'C' 'C' corresponding.
    thanks for your help and I appreciate any answer.
    Best Regards.
    Victor Calderón.

    Hi,
    Please visit this section in the SPRO (IMG)
    Logisctics execution ---> Shipping ---> Incompletion control for deliveries
    This is what the explanation is for the Procedure to be defined :
    "In an incompleteness procedure you group together the fields that are to be checked for completeness. If you have not entered data in one of the fields in the document, the document is incomplete. Depending on the status group you can block certain subsequent activities for the document."
    Regards
    VenkatRaman

  • Check TO & Picking status

    Is there a way wherein we can check the Picking status in the warehouse? I want to print the Production Orders only when i'm sure that the picking is done in the warehouse. Our system's current setup is that TRs are generated upon production order release. (WH receives this and transforms them into TOs )

    Hi Madhu
    Check with the transaction code mb26 -pick list
    or
    check through operation overview in display/change process order
    Thanks
    Reward if useful
    Edited by: K Saravana Kumar on Aug 7, 2008 2:07 AM

  • Pick Status in order row

    Hello fellow SAP users
    As stated in SAP note 1036919 the pick status in sales document rows is not reliable anymore becaus the sales order row can be split into serveral picklists and might have a diffrent picking status in each list.
    Our customer howevers is relying on this status for reporting and legal purposes.
    Has anyone encoutered this issue before? And what did you do to work around it?
    Kind regards,
    Andy Grootens

    Hello,
    Try it may it help you
    Make a UDF and entered manually row no.
    Thanks
    Manvendra Singh Niranjan

  • Issue relating to pick status

    hi,
    when i try to create a delivery through vl01n in the picking tab -the field over all pick status shows not relevant for pick i have checked tcode 0vlp relevant for picking is checked still the status shows not relevant for pick-pls guide

    HI
    If your plant is WM managed and, Picking has been done using Transfer order and same confimed then Over all piciking status will be completed or else your item many not be relevant for picking .
    Regards,
    Ram.

  • Idoc to update picking status messages

    We have an interface from wms to sap which updates the picking status messages. Can anyone let me know what would be the idoc type to update picking status messages or do the status messages get updated automatically as soon as the actual picking quantity is updated?

    Picking status is updated when the picking quantity is updated.

  • User exits for delivery picking confirmation and transfer order creation

    Hi
    We have a scenario for which we need help.
    This is to do with replenishment from plant to plant.
    We have sales sets.
    The sales sets needs to be replenished from one plant to another. We want the componenets of the sales sets to picked from the issuing plant. For this we need a transfer order. this needs tobe confirmed and then the goods issue should take place from the issuing plant. Its a two step process.
    we are doing Sales sets in STO. The explosion takes place in STO. However when we create deliveries for this. Only the sales set header item without its components are flowing into the delivery.
    The Tranfer order does not contain the components either.
    However post  the goods issue we  can create a TO with reference to the TR. This is is not acceptable because we want the picking and confirmation to occur before PGI from the issuing plant.
    Could anybody help: We want the TO to be created with the components even though in the delivery only the Sales set header appears. Can u suggest a user exit in which when we create the TR from the delivery the components of the set.
    After confirmation of the TO then we want the picking status to be put as C.
    Supreeth

    Hi,
    Check the following users exits.
    MWMRFSSG            user exit for sorting TOs in RF system-guided transaction
    MWMRFUP             Customer defined general purpose pushbutton called from scr.
    MWMRP001            Cust. Exit for Fixed Bin Replenish.: Delivery Item Selection
    MWMRP002            Cust. Exit for Fixed Bin Replenishment: TR Quantity Distr.
    MWMRP003            Customer Exit for Replenishment using RLLNACH1
    MWMRP004            User Exit for Replenishment using RLLNACH4
    MWMTO001            Enhancements for end of transfer order generation
    MWMTO010            Exit: Calculation of Total Planned TO Processing Time
    MWMTO011            Correction of Planned Processing Time for TO Item
    MWMTO012            Correction of Sorting and Split Transfer Order
    MWMTO013            Stock Removal for Sev. Storage Types as in Stringent FIFO
    MWMTOAU3            Separate selection of posting changes for autom.TO creation
    MWMTR001            Exits at the end of transfer rqmnt creation (IM,PP interf.)
    MWMD0001            Transfer order print via RLVSDR40
    MWMD0002            Transfer order print as multiple process with RLKOMM40
    MWMIDI07            Enhancement for Output WMPIHU (Create Pick-HU) Inbound
    MWMIDO11            Enhancement for message WMTORD: TO with several items
    MWMIDO12            Enhancement for Output WMPIHU (Pick-HUs) Outbound
    MWMIDO13            Extension for WMMBXY (subsequent tasks after goods movement)
    MWMPP001            Enhancement WM/PP Interface (automatic TR generation)
    Regards,
    Murali

  • Does anyone know when the ball will be picked up and Canada users will get full use of siri ?

    Does anyone know when the ball will be picked up and Canada users will get full use of siri ?

    No, since we're users just like you.  You'll have to wait for Apple to announce it.  Speculation is prohibited by the Terms of Use of this forum.

  • Need API Name for PIck Release and Ship Confirm for WMS Module

    Hi All,
    One if my requirement is that Initially I will create Internal Sales Order and send to the other system (legacy) there they do the shipping then they provide the flat file which contains shipping information. Based on the incoming file I will close the order. Here they are using the WMS to process the pick release and ship confirm.
    Can any one please help me how to do pick release and ship confirm by using an API or Interface in WMS. If knows please provide the name of the API's and flow.
    Thanks,
    Prasanna

    For external orders we have a solution on WMS_DEVICE_CONFIRMATION_PUB api.
    may be you have done pick release using this api in WMS enabled organizations. After pick release
    you can use WSH api to do Ship Confirm.
    Anatoly.

  • Order Entry Without Pick Release And Ship Confirm

    I would like to create a sales order in Order Entry (Release 11), but due to some integration requirement, I do not want to go through the Pick Release And Ship Confirmation process but then I would like to go through the AR interface and Autoinvoice process. Are there some interface tables that I can update and processes that I can submit in the background to simulate the Pick Release and Ship Confirm processes. Your advice is much appreciate. Thank you and God bless you.

    Speaking as a functional person you can create an Invoice Only cycle, and it will not need to go through the Inventory module, requesting the Pick Release and Ship Confirmation. <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by williamson ():
    I would like to create a sales order in Order Entry (Release 11), but due to some integration requirement, I do not want to go through the Pick Release And Ship Confirmation process but then I would like to go through the AR interface and Autoinvoice process. Are there some interface tables that I can update and processes that I can submit in the background to simulate the Pick Release and Ship Confirm processes. Your advice is much appreciate. Thank you and God bless you. <HR></BLOCKQUOTE>
    null

  • In certain apps like ifunny it asks for access to your photos. I accidentally picked no and now I cant save photos. What can I do?

    In certain apps like ifunny it asks for access to your photos. I accidentally picked no and now I cant save photos. What can I do?

    Go to setting privacy photos
    And find that app and switch the switch to ON

  • In Gmail we have two mailboxes mine and my wife's. When I send from my mailbox and when i indicate my mailbox in the 'from' box, it always picks up and sends my wife's email address. Help

    in Gmail we have two mailboxes mine and my wife's. When I send from my mailbox and when i indicate my mailbox in the 'from' box, it always picks up and sends my wife's email address. Help

    I have this exact problem.  I have 3 email addresses on my mac and I can select one, and the email still be sent through another account and I won't know it until I get a reply for that email in one of the other accounts.
    MacBook Pro, Mac OS X 10.9

  • LT45 (Picking Progress) and Two Step Confirmation

    Dear all,
    I have Two Step confirmation in place for one WM movement type and I am happy with it.
    We also use Multiple Processing for Deliveries. As a result, the Groups created by this process are used to monitor the Picking Progress in LT45
    In LT22 or LT24 there is clear distinction between Open TO's, Confirmed TO's and half Conirmed TO's (yellow triangle.
    Much to my disappointment I cannot see such a distinction in LT45.
    Is there a way or another Monitor available that does show me the different statusses? A yellow bar if the group is half confirmed is too much to ask, but an alternative would be nice.
    Thanks!
    Sandeep

    Ananthram,
    Thanks for reading my Question.
    I am talking about TO's that use Two-step Confirmation. In LT22 / LT24 they show as Yellow Triangle, as you know this means half confirmed.
    As you know in LL01 they don't show as yellow but as red, just like in LT45. So this is very misleading.
    Can you tell me a place where I can clearly monitor my Picking Progress and see a distinction between Green, Yellow and Red
    (Confirmed, Half confirmed, Open)
    Thanks again for taking the time.
    Sandeep

  • Possible bug with Pick flag and Collections

    Odd behaviours in v3.3  (Windows) with pick flags in Collections:
    Create (or use) a Collection Set which contains a number of different collections
    Assign Pick plag to one photo in each collection
    Bug 1: Highlight Collection Set and note that none of the images shows the Pick Flag in the thumbnail view. Also Filtering this view with Pick flag fails to pick up the Flagged images
    Now return to one of the Collections within the Set and create a Virtual Copy of one of the images that has a Pick flag. (Note virtual copy does not have a flag - which seems logical). Return to Collection Set and (Bug 2) note that Pick flag has disappeared from original image and now appears on Virtual copy.
    Something wrong here somewhere I suspect.

    lightshop wrote:
    Odd behaviours in v3.3  (Windows) with pick flags in Collections:
    Create (or use) a Collection Set which contains a number of different collections
    Assign Pick plag to one photo in each collection
    Bug 1: Highlight Collection Set and note that none of the images shows the Pick Flag in the thumbnail view. Also Filtering this view with Pick flag fails to pick up the Flagged images
    Now return to one of the Collections within the Set and create a Virtual Copy of one of the images that has a Pick flag. (Note virtual copy does not have a flag - which seems logical). Return to Collection Set and (Bug 2) note that Pick flag has disappeared from original image and now appears on Virtual copy.
    Something wrong here somewhere I suspect.
    I could partially repeat bug 2.
    I have Collection Set (Test) which contain to collections: "Collection 1" and "Collection 2". Both Collections contain 4 images.
    I selected "Collection 1" and applied Pick flag to all those images. When I select Test (Collection Set) I got 8 images shown,  which none had flags. Ok, this works as expected. I selected "Collection 1" and then selected 1 image and made Virtual copy from it. Lr show me now 4 images with Flag and 1 virtual copy without. Again, works as expected. I now select Test (Collection Set) and I get 9 images (as expected), but one of them, the virtual copy, has pick flag applied. Not as expected. If I go back to "Collection 1" I get four images with Pick flags and one virtual copy without. (as expected.)

Maybe you are looking for