Material delivery number

Hi,
I know the material document number.
iam getting reference document number (mkpf-xblnr) using the material document number.
is there any way to get the delivery number using the reference document number.
i checked the LIKP  table but they don't maintain the reference document number.
how can i get the delivery number using material document number or reference document number.
Thanks & regards,
Suresh.

Hello,
LIKP-VBELN = MKPF-XBLNR.
Goto VL02N --> Post Goods Issue. If Goods have been successfully issued, then goto MKPF you can see MKPF-XBLNR = LIKP-VBELN.
BR,
Suhas
Edited by: Suhas Saha on Jan 30, 2009 11:34 AM

Similar Messages

  • Delivery number for a material document posted

    Hi experts,
    I need to delivery number for the material document number posted,
    I tried to use the field XBLNR from the table MKPF
    but i see that the feild is empty in the case of inbound delivery
    why is it so.
    How ever i can get the data from VBFA ,but can any one tell me the reason why XBLNR is empty in case of inbound delivery.
    Thanks a lot in Advance.

    Hi,
    If you do GR w.r.t. Inbound Delivery No in MIGO then it will not update "Reference" field i.e. XBLNR.
    To update same with Inbound Delivery No, you have to do "Post Goods Receipt" from Inbound Delivery Document itself in VL31N or VL32N.

  • How to get the Material-Document-Number wie the delivery-Number+Position???

    Hi,
    we want to connect mseg and likp+lips.
    But therefore we need the Material-Document-number concerning this
    delivery and in likp+lips isn't a Material-Document-Number!
    Could anybody help me to connect likp+lips with mseg!

    ok, NICE!!! But how should I get with these information a unique Material-Document-Number for a delivery+deliveryposition?

  • I want Inbound Delivery number from Material document

    Hi,
    I wish to know where is the Inbound Delivery number (which SAP table) stored when we do a MIGO_GR against an Inbound Delivery ? I want to fetch the Inbound Delivery number from the Material document number.
    I observe, when we do a MIGO_GR against an Inbound Delivery; the original PO number (against which the Inbound Delivery was created) is stored in MSEG_EBELN. However, there is no trace of the Inbound Delivery number...neither in MKPF, nor in MSEG.
    Since a PO number- line item can have multiple Inbound Deliveries associated with it, having a PO number in MSEG is of no use to me.
    Please help.
    Thanks,
    Pranav

    Dear Pranav,
    I think you should check again, in MSEG, there's also PO -item with field name : MSEG-EBELP. So from PO and PO item , you can get all the Inbound delivery number.
    Regards,
    w1n

  • 2 material document number having the same delivery number???

    hi
    is it possible to have 2 different material document numbers assigned to the same Outbound delivery number????
    the situation is that one of the material document number was assigned to a particular delivery number  say 'a'  and deleted later on a particular date.
    on the same date another material document number was created with  the same delivery number 'a'.
    is this possible to happen .(i.e functionally correct)   ?????? bcoz i am getting such type of output in transaction "MIGO"...
    PLZ HELP .POINTS WILL B AWARDED!!!

    Hi,
    Yes,it is possible.If you take example of partial delivery then say for example one delivery contains 10 items.Out of whixh I have delivered 4 yesterday and 6 today.This is done via creating transfer orders.Then two material documents will be created at time of PGI but they will refer to same delivery number.
    Reward points if useful
    Regards,
    Amrish Purohit
    Message was edited by:
            AMRISH PUROHIT

  • Get inbound delivery number by using material serial number

    is anyfuction module to get inbound delivery number by using material serial number?
    input---material serial number.
    output--inbound delivery number.

    Hi,
    BAPI_OUTB_DELIVERY_CHANGE
    BAPI_GOODSMVT_CREATE
    it's ok with the Function module
    CALL FUNCTION 'WS_DELIVERY_UPDATE_2'
    EXPORTING
    VBKOK_WA = LWA_VBKOK
    SYNCHRON = ' '
    NO_MESSAGES_UPDATE = ' '
    COMMIT = 'X'
    DELIVERY = P_ITEM-VBELN
    IT_SERNR_UPDATE = LT_SERIALS
    IMPORTING
    EF_ERROR_SERNR_UPDATE = L_SERNR_UPDATE
    <b>Reward points</b>
    Regards

  • BAPI to get inbound delivery from material serial number

    BAPI to get inbound delivery number from material serial number?
    input---material serial number.
    output--inbound delivery number.

    Perhaps instead of using a BAPI you can code it like this.
    DATA:serial(10) TYPE n VALUE '0000340078',
    pos TYPE i VALUE 1.
    START-OF-SELECTION.
      WHILE pos <= 10 AND serial+pos(1) = 0.
        pos = pos + 1.
      ENDWHILE.
      REPLACE ALL OCCURRENCES OF '0' IN serial(pos) WITH space.
      WRITE serial.

  • Material slip Number on Delivery note?

    Hi all,,
    I have a requirement to print the Material slip number on the Delivery note. Where can I find this information in VL02/ VL03.. Some one please let me know the variable that holds this information.
    Thanks-

    Try LIKP-XABLN, GR/GI slip number, its the same..

  • How to trace sales order number from delivery number, when batch is split

    Hi All,
    I have created a Sales Order and a Outbound Delivery against the sales order.
    While creating the Outbound delivery, I have split the qty in two batches.
    Now when I go in table LIPS, and search on the basis of the Delivery number, I get two rows, one for each batch. But here the sales order LIPS-VGBEL, and Sales order item no (LIPS-VGPOS) is updated only for the 1st batch line item, but is not updated for the second batch line item.
    Please help me so that on the basis of the delivery number, i will be able to find record from tables for sales order for both the line items (i.e. for each batch).
    Immediate help would be appreciated.
    Thanks in Advance.
    Ankush

    Hi,
    I have created delivery against sales order.
    While picking (during delivery PGI), I selected two batches to suffice the delivery qty. Please refer the example quoted below.
    Sales order (SO1) - Material (Mat1) - qty (15 ea)
    Delivery against sales order (Del1) - batch split: batch1 - 10 ea
                                                                         batch2 - 5 ea
    In table LIPS: when I enter delivery number as "Del1" and execute, I get 2 records:
       del no.     Item No.      Material   Qty       Batch no       Sales Order no     Sales Order Item no
    1. DEL1       10              Mat1        10 ea    batch1          SO1                    10
    2. DEL1       20              Mat1         5 ea     batch2         ______                 ____
    Thus in the 2nd record, the Sales order no.(LIPS-VGBEL) and sales order item no. (LIPS-VGPOS) does not get updated.
    I have to develop a report to display the Sales Order number and sales order line item number for each batch of the Delivery for the same item number. Please guide me to know how I can get the same.
    Hope this clarifies the issue faced.
    Regards,
    Ankush

  • Billing Document and Material Document number and Date (Goods Issue)

    Dear Experts,
    Is there a way I can find the relationship between a billing document and a material document number and Goods issue date?
    Thanks

    Hi Abid
    Is there a way I can find the relationship between a billing document and a material document number and Goods issue date?
    You have to follow the flow from the billing document to the material document. This will only work if the billing document comes from a delivery note.
    Billing document => Delivery
    LIPS-VBELN = VBRP-VGBEL
    and LIPS-POSNR-VBRP-VGPOS
    So you have LIPS + LIKP with the LIKP-WADAT_IST as the goods issue date.
    Delivery => Material Document Number
    You can use the table VBFA with the delivery item as the preceding document number (VBFA-VBELV) and item (VBFA-POSNV) ; you will also have to define the preceding document type as J (delivery) and the document category of subsequent document as R (material document).
    Because in SAP nothing is simple, there might more than one material document, because the goods issue (601) movement might have been canceled and issue again. So you will have to decide what to do in that case.
    Best Regards,
    Franck

  • Delivery number not appearing in MD04

    Hi Experts,
    Delivery number not appearing in MD04.
    Regards

    Thanks Jp..
    Order Created with 3 materials  with 0ne qty each, delivery crated 3 materials but for two materilas delivery qty and picking qty is one for third material (material X) delivery qty is ZERO, overal PGI status Completed.
    One material (material X) sales order qty is One.
    Delievry qty is ZERO.
    this sales order not appearing in MD04,
    I have created another sales order with same material  delievry not created  this sales order number showing in MD04.
    why its nt showing previous sales order.
    i need solution urgently..
    regards
    Edited by: michelchn on Aug 6, 2010 11:46 AM

  • MIGO to receive by PO or Inbound delivery number?

    HI,
    I've created a Inbound delivery with 2 line item for a PO. Then do MIGO receipt by Inbound delivery number.
    In MIGO screen, only 1 line item display. It supposed 2 line item (inbound contain 2 line item).
    So far, I havn't receipt any for this PO. Please advice.
    1. Why MIGO only display 1 line?
    2. If I receive by using PO number, is any impact on my Inbound delivery?
    Thanks

    Hi,
    If 2 line item are same material then in MIGO consider only one line item of the Goods receipt. Because the Inbound delivery of 2 line items u are receiving on the same posting date.
    MIGO only look wether you are recing parcial or full order qty. If account assignemnt category or Multiple storage location then you can divide that in the same multiple line items.
    SAM

  • Same material document number durin PGI

    Dear all
    When doing PGI against Oubound delivery for a current STO i am getting a Material document number  which is already generated by the system against another STO. How and why it is happening?
    What should I do to avoid such situations in future? Pls guide.
    Regards
    SAM

    Hi,
    Let me know which document is displaying in MB03 while trying to see the postings?
    also check weather any number ranges are transported to this client in th middle. If they are transported then existing numbers will be overlapped and this type of problems will come.
    Regards,
    Bharat.
    Edited by: B K on Feb 28, 2009 11:07 AM

  • External Delivery Number in VL31N

    Hi,
    When creating inbound deliveries against a Purchase Order in VL31N, is there a user exit that will let me put in an external delivery number instead of an internally generated one.
    Deliveries in our system are created in a third party LE system and then sent back to SAP. We need to create deliveries in SAP using that external number.
    Your help is greatly appreciated.
    Thanks,
    Jay Viswanathan.

    Hi,
    These are the user exits present for the VL31N transaction,
    V02V0001            Sales area determination for stock transport order             
    V02V0002            User exit for storage location determination                   
    V02V0003            User exit for gate + matl staging area determination (headr)   
    V02V0004            User Exit for Staging Area Determination (Item)                
    V50PSTAT            Delivery: Item Status Calculation                              
    V50Q0001            Delivery Monitor: User Exits for Filling Display Fields        
    V50R0001            Collective processing for delivery creation                    
    V50R0002            Collective processing for delivery creation                    
    V50R0004            Calculation of Stock for POs for Shipping Due Date List        
    V50S0001            User Exits for Delivery Processing                             
    V53C0001            Rough workload calculation in time per item                    
    V53C0002            W&S: RWE enhancement - shipping material type/time slot        
    V53W0001            User exits for creating picking waves                          
    VMDE0001            Shipping Interface: Error Handling - Inbound IDoc              
    VMDE0002            Shipping Interface: Message PICKSD (Picking, Outbound)         
    VMDE0003            Shipping Interface: Message SDPICK (Picking, Inbound)          
    VMDE0004            Shipping Interface: Message SDPACK (Packing, Inbound)          
    Regards,
    Azaz Ali.

  • Config Setup for mapping Material Slip number to Ref Doc Number in FI Doc

    Hi,
    We have a scenario where, when a GI/GR is done a Material Document gets generated and the Accounting Document will get generated from the Material Document Number. The Reference Doc number is being populated with the Delivery Number ( which is the same as the Material Slip Number) when it is the case with a Goods Issue. I would like to know where can we configure the setup for the populating the Reference document number in FI when a material document is posted.
    Thanks!!
    ChK

    Dear Bill Hooper,
    Maintain copy control settings for both OR to LF & LF to F2 i.e in VTLA & VTFL.
    And check switch 'copy item no.
    Ravvi'

Maybe you are looking for

  • Potential issues with this connection option

    Hello guys, I have a tape library that is located on campus but only connected to one FC switch.  I have two redundant links to the switch and would like to load balance the load as much as possible. Does my layout look reasonable ?  I hate connectin

  • 3rd generation - windows 7 wont recognize device

    windows 7 says that the usb attached device is not working properly / not recognized by windows????

  • Problem with temp space allocation in parallel query

    Hello I've got a query which matches two large result sets (25m+ rows) against each other and does some basic filtering and aggregation. When I run this query in serial it takes about 30 mins and completes successfully. When I specify a parallel degr

  • DVD Player Brightness fine increase doesn't work

    When i increase the brightness in DVD Player 5.4, then there is no change visible while moving the slider until about one third to the right, where it immediately jumps to a too bright value. From there on the slider works as usual changing the brigh

  • Set Caption as File Name?

    Sometimes people send me photos I want in my library, and those images are named with a string of text that would be a suitable caption. I've got a fair number of these images now, and I'd like to know if there is a batch way of changing the caption