BAPI Inbound Delivery Create

Hello,
     Please let me know with BAPI for Inbound Delivery Create against Purchase Order.I have searched in the BAPI list but i am not getting one.Do i need to create a customized one??
Regards,
Rushikesh

hello,
please help in getting an FM or BAPI to create delivery w/o PO.
i have tried GN_DELIVERY_CREATE, RV_DELIVERY_CREATE and BAPI_directprocessing_exec also..
but nthg is working...............
its all simple details i am using like for VL01no without PO...it should work...but i dnt know what i am missing...
eagerly waiting for ur response..........

Similar Messages

  • FM / BAPI Inbound delivery creation for a Purchase Order without material

    Dear All,
    I have a requirement to create a Inbound Delivery for a Purchase order without material number. The Purchase Order has only Material text and no material number. Please let me know a BAPI or FM to create inbound delivery in this case where there is no material defined on PO. I require BAPI / FM  since I have to make a web-service for the same.
    Thanks in advance!
    Abhishek

    Hi I did a coding in one of the userexit. If ekpo-matnr is empty then fill
    KOMDLGN-UMVKZ = 1
    KOMDLGN-UMVKN = 1
    KOMDLGN-MEINS = EKPO-MEINS
    This parameters i.e. Qty conversion are necessary and since MATNR does not exists it has to be filled.

  • BAPI for Delivery Create

    hi,
    1.can i create delivery for particular customer using bapis?
    2.can i create invoice using bapis?
    if it is possilble pls tell me the bapi names??????????????
    regards
    Guru

    Hi Guruvulu,
    Take a look at the following ones :
    BAPI_INB_DELIVERY_CHANGE       Change inbound delivery                                            
    BAPI_INB_DELIVERY_CONFIRM_DEC  BAPI for inbound delivery verification from a decentralized system 
    BAPI_INB_DELIVERY_SAVEREPLICA  BAPI Function Module for Replication of Inbound Deliveries         
    BAPI_OUTB_DELIVERY_CHANGE      BAPI for Change to Outbound Delivery                               
    BAPI_OUTB_DELIVERY_CONFIRM_DEC BAPI for Outbound Delivery Verification from a Decentralized System
    BAPI_OUTB_DELIVERY_SAVEREPLICA BAPI Function Module for Replication of Outbound Deliveries        
    BAPI_OUTB_DELIVERY_SPLIT_DEC   BAPI for Subsequent Outbound-Delivery Split from a Decentralized Sys
    <b>BAPI_OUTB_DELIVERY_SAVEREPLICA / BAPI_INB_DELIVERY_SAVEREPLICA should be ok for you for the delivery creation.
    and BAPI_INCOMINGINVOICE_CREATE for invoice.</b>
    Hope this helps,
    Erwan

  • Inbound Idoc with T-code: BORGR ( Inbound delivery create) EDI cannection

    Dear all,
    Kindly help me to create inbound delivery with BORGR transaction.
    Here the we have to create the inbound delivery in the system with the help of vendor number and material without using Scheduling agreement number in BORGR
    Please suggest the processing code and the function module required for the BORGR document posting.
    I have done the following steps u2026but not able to post the dummy idoc through WE19 .
    1.     Use standard message Type DESADV (T code: WE81).
    2.     Use standard IDOC type DELVRY05 (T code: WE30).
    3.     Assign message type  to IDOC Type ( Tcode: WE82).Message Type:-DESADV, Basic Type:-DELVRY05,Release 700
    4.     Use standard assignment of process code DELS with the message type DESADV ( Tcode: WE42)
    5.     Inbound Function Module :  IDOC_INPUT_DESADV1 ( T code : WE57)
    6.     Define Port type File (Tcode: WE21) Port u2013 EDI_ASN Inbound Delivery.
    7.      Define Partner Profile (Tcode: WE20) Inbound Parameters.
    8.     Enhancement can be done in inbound IDOC as per the business requirement. Business has confirmed Field name wise Inbound IDOC data which will be received from vendor and all fields are available in the standard IDOC type DELVRY05.
    Please help if anything more required for posting dummy idoc .
    Thanks and regards,
    koshti

    Hi Dick,
    just one additional hint as we had recently such problems :
    It my happen that DESADV creates an inb.del <b>w/o</b> packing the HUs (idoc status is 'yellow' instead of 'red'). To avoid this OSS #912470 is the solution.
    Kind Regards
    Kay

  • Trigger IDoc DELVRY03 after Inbound Delivery create

    Hi,
    Inbound delivery is created through an Inbound IDoc and I want to trigger an outbound DELVRY03 IDoc when the Inbound Delivery is created.
    How do I trigger this?
    Regards,
    Sneha

    You have to setup output control,let me say one example
    when you create delivery ,then immeditely output type will trigger LD00,you need to set up partner profile ,according to that outbound idoc will trigger.

  • When inbound delivery creates automatically inbound shippment should create

    Hi All,
    i have a req that when inbound delivery is created it should trigger one exit and it should create inbound shippment automatically.
    Can any body tell me how to do this.

    yes

  • Inbound delivery created for not released purchase order

    Scenario from an IS-Retail system:
    We have created purchase orders (from vendor to DC) and allocation store order (type AL - an STO from DC to stores) through the allocation table (WA02).
    After GR was posted for the PO, we then delivery do the merchandise distribution through WF50 (i.e. create inbound deliveries fro the SO).
    The issue is even though the store order (allocation order type AL) is not yet released, we are able to create deliveries through WF50 for those store orders.
    We are able to create deliveries even though the purchase order (store order) is not released through WF50.
    But using VL10B or D, it works fine, we are able to create inbound deliveries only after release of the purchase order.
    Any idea what could be wrong?

    Hi Roselyne,
    What you experienced is standard system behavior. Inbound delivery type is uniquely assigned to confirmation control key. You can only specify confirmation control key on item level in PO. The assignment of Delivery type can be seen in the following table:
    T163D
    IBTYP EBTYP LFART  RETDLV
    1        AB                      X
    2        LA        EL           X
    3        GW       EG
    The field T163D-IBTYP is checked in different programms. For example in programm RM06ENAB (TA: ME92F). If you insist to customize the determination of delivery type by PO type, I strongly suggest you discuss with the Application consultants before making the modifications to ensure it won't impact other areas.

  • BAPI/FM Inbound delivery change

    Hi All,
    Problem- I am trying to change inbound delivery field wadat_ist(actual GR date)
    I found FM: WS_DELIVERY_UPDATE which can help me do that.
    However, for the change to be effective i need to select the field WABUC(Post good issue automatically) as the FM checks for that field, which does the goods receipt.
    Is there a way in which I can change the actual GR date without doing a Goods receipt. If so, please let me know.
    I also looked at BAPI_INBOUND_DELIVERY_CHANGE...apparently it does not have an option for field wadat_ist(i could have missed it, but so far I could not find it)
    P.S: I am using 4.6C
    Thanks in advance for all your help!!!

    hi,
    check this
    BAPI_IBDLV_CREATE_FROM_OBDLV BAPI Inbound Delivery from Outbound Delivery
    BAPI_INB_DELIVERY_CONFIRM_DEC BAPI for Inbound Delivery Confirmation from a Decentralized System
    BAPI_INB_DELIVERY_SAVEREPLICA BAPI Function Module for Replication of Inbound Deliveries
    BAPI_OUTB_DELIVERY_CONFIRM_DEC BAPI for Outbound Delivery Confirmation from a Decentralized System
    BAPI_OUTB_DELIVERY_SAVEREPLICA BAPI Function Module for Replication of Outbound Deliveries

  • Inbound delivery creation in STO via EDI/Idoc

    Hello experts,
    My requirement is like this:-
    Stock transfer order is created for supplying plant 2000 & receiving plant 2010.
    When the supplying plant 2000 posts an outbound delivery & PGI, at same time an Inbound delivery should be created in receiving plant 2010.
    I know theoretically that this is achieved by making confirmation settings & output types. But don't know exactly how to configure it.
    Can you please mention the process?
    I have referred the scn threads:
    Outbound Delivery to Inbound delivery by using IDOC
    how to configure the message control for DESADV
    SAP note 111903
    Receiving Vendor Confirmations via EDI - Purchasing (MM-PUR) - SAP Library
    But there is lack of clarity from my side.

    You do not need to use EDI messages to get an inbound delivery created when a PGI is done on the outbound delivery.
    Search for the config on the SPED output type. This SPED output message can be triggered during the PGI which results in the creation of an inbound delivery in the receiving plant.
    The receiving plant will have to maintain the confirmation control key 0004 at item level in the purchasing document.
    Link to SAP help Automatic Creation of Inbound Delivery - Transfer and Inventory Management - SAP Library
    Refer SAP note 1119073 point 3 and note 965176
    Regards,

  • Need help in updating Inco terms 1 and 2 in the Inbound delivery creation

    Hi Group,
    I have created an output type that will be triggered before an Inbound Delivery is created from the Outbound Delivery ( this scenario is in STO orders - Inter company stock transfer process ).
    I have copied a standard processing routine and customized it but, I am not able to update the 2 fileds (INCO1 and INCO2) in the item delivery of the Inbound Delivery. I was using the FM 'WS_DELIVERY_UPDATE' to update these 2 fields( by passsing the values fetched from the Outbound Delivery into the structure 'vbkok_wa' and the Inbound delivery created into the field 'delivery' of the FM ).
    When I run the the FM this is giving me errors and thus no Inbound Delivery is getting created.
    Please suggest me with some other way of updating these fields in the Inbound Delivery.
    and one more thing is that, I was selecting the Inco terms from the table LIKP directly, but this should not be the proper way to read the Incoterms, so please suggest me a way to read these 2 fields from the Outbound Delivery.
    to summarize, I need an FM to get the Incoterms from Outbound Delivery initially, and then, require another FM to update these Incoterms in the Inbound Delivery( this is a typical scenario in an STO - Stock Transport Order ).
    Please let me know your input on these 2 cases.
    Thanks for the help in advance.
    Regards
    Vishnu.

    Hi Group,
    By implementing the BADI 'LE_SHP_DELIVERY_PROC' this particular requirement can be fulfilled.
    Regards
    Vishnu.

  • Partial Goods Receipt for Inbound Delivery

    Hello Frends,
    We have a requirement to generate partial goods receipt against Inbound delivery created in Intercompany scenarios, however when we analzed there two alternative ways possible -
    1.  Goods Receipt in Inbound Delivery - Transaction VL32N : In this transaction,ssytem allows goods receipt for complete quantity but not for partial quantity
    2.  Goods Receipt reference to Inbound Delivery - Transaction MIGO : In thsi transaction, there is a provision to generate partial goods receipt however system not updating the status in inbound delivery document.
    In this regard, requesting your support on what is possibility to fulfill our requirement, is there any standard SAP approach for this.
    Appreciate your support.  Thanks
    Best Regards,
    Goutham

    Hi,
    Thanks for your quick reply..
    I have a outbound delivery with 100 EA, now system automaticallly generates a Inbound delivery for 100EA using output message.  Now we need to generate partial goods receipt for the inbound delivery, mean first 20, then 40 and the remaing.
    What are the best practices available since when I check from the Inbound delivery,we cannot make partial goods receipt.
    Best Regards,
    Goutham

  • Goods Receipt using Inbound Delivery with reference to Outbound Delivery

    Here is our scenario that we need help finding a solution:
    1.  Multiple Intracompany POs created
    2.  On the confirmations tab of the POs, we have u201CInbound Deliveryu201D Selected because the items need to be received in with Handling Unit management.
    3.  We have the Order Combination box checked on the shipping tab to allow 1 delivery to be created for multiple purchase orders.
    4.  We create only 1 Outbound Delivery for only available items on various purchase orders.
    5.  Due to being handling unit managed, we need to receive the items using an inbound delivery.
    Problem:  We need to find a solution to easily enter an outbound delivery number which will allow us to receive only the parts that were shipped (issued), via the inbound delivery process. 
    If we remove the confirmation control key, we can complete a Goods Receipt for Outbound Delivery in MIGO u2013 but is there a way to complete a goods receipt using an inbound delivery with reference to an Outbound Delivery?
    Thank you for the help.

    Hi,
    You can work with Inbound delivery created via IDOC Triggered from Outbound Delivery, this will carry the HU Data as well. Please refer this wonderful note, which will explain you a lot of things,  Note 1119073 - FAQ: Automatic inbound delivery creation for stock transfers
    There are other notes also available for Inbound delivery creation with HU in STO, please browse the notes, if you find any difficulty.
    Regards
    Chandra Shekhar

  • Inbound Delivery (DESADV): How to transmit SLED/BBD and Manufacture Date?

    Hello
    We have another challenging task to solve. Here is the scenario (SAP Release ERP 6.0):
    One Lindt company (supplier) sends an outbound DESADV IDoc to another Lindt company (Purchaser). Here the inbound DESADV should create an inbound delivery. Finally, the inbound delivery is replicated to the external WHS partner who does the Goods Receipt against this inbound delivery.
    The outbound DESADV contains all logistical data including SSCC. In particular, the batches have a manufacture date (LIPS-HSDAT) and a SLED/BBD (LIPS-VFDAT).
    SLED = Shelf Life Expiration Date
    BBD = Best-Before Date
    In the outbound DESADV the SLED/BBD is mapped by default into segment E1EDL24/VFDAT. For the manufacture date we implemented an user-exit.
    How does the inbound delivery look like? The batch number appears as "Vendor batch". The SLED/BBD does NOT show up even though the inbound DESADV contains the date in E1EDL24/VFDAT. This inbound DESADV did NOT contain any controlling segment E1EDL19. Adding this segment (QUALF = 'VDT' = Shelf Life Expiration or Best-Before Date) had no effect.
    Here is my assumption why the SLED/BBD does not show up in the inbound delivery created by the inbound DESADV:
    Because we do not yet have the "real" batch (just the "Vendor batch") the system ignores any SLED/BBD. As soon as the external WHS partner sends the GoodsReceipt message (as inbound WHSCON ) the inbound delivery is updated with the "real" batch as well as the SLED/BBD.
    QUESTIONS:
    (1) Why does the SLED/BBD not show up in the inbound delivery created by an inbound DESADV?
    (2) Do we need another user-exit to map the manufacture date into the inbound delivery?
    Once again thank you for sharing your time and expertise with us.
    Regards
       Uwe

    Apply SAP Note
    Note 1576788 - Transfer of exp. date
    (IDOC_INPUT_DESADV1) to inb. delivery
    Here are the correction instructions for your reference:
    =========================================
    FORM DESADV_IDOC_PARSE
    Delta001Context Block 
            IF NOT t_dlgn-vbelv IS INITIAL.
              t_dlgn-posnv = s_dl24-posex.
            ENDIF.
    Delete Block 
            mv s_dl24-brgew t_dlgn-brgew.
    Insert Block 
            mv s_dl24-vfdat t_dlgn-vfdat.                         "n_1576788
            mv s_dl24-brgew t_dlgn-brgew.
    Have fun!
    - Joemil

  • Automatic creation of TO's for Handling Unit Inbound Delivery -del type HID

    Hi Guru's,
    I would like to create the putaway TO's for a Handling Unit inbound delivery automatically (delivery type HID). This means at the moment of the creation of the Inbound Delivery. The packing is also automatically done by the customizing of the delivery type. Did somebody faced this requirement before?
    Thx,
    Carl

    I found the solution:
    Choose Customizing activity Define Output Types for Inbound Delivery, and define output type WMTA. Enter the following values in the detail view of output type WMTA under General Data:
    Enter an existing Access sequence. Access sequence 0001 is predefined in the standard system.
    Set the indicator Access to conditions.
    Set the indicator Partner-indep. output.
    Save your entries.
    In the menu tree, choose the entry Processing Routines in the Customizing activity Define Output Types, and enter the following values:
    Choose entry 8 (special function) for the indicator Transmission Medium.
    Enter RLAUTA20 in the field Program.
    Enter ENTRY in the field Form Routine.
    Save your entries.
    Choose the Customizing activity Maintain Output Determination Procedure.
    Define a procedure and enter the output type WMTA in the control view of the procedure. The procedure E10001 is predefined in the standard system.
    To define a suitable condition record for inbound deliveries,
    choose Logistics -> Materials Management -> Purchasing -> Master Data ->
    Messages -> Inbound Delivery -> Create from the SAP menu.
    Enter the output type WMTA.
    Enter output medium 8 (special function) for delivery type Inbound Delivery.
    Select the desired Date/Time.
    Select the desired Language.
    Cheers,
    Carl

  • Not able to post GR for an Inbound delivery

    Hello Experts,
    We are into support project. We have an issue with GR for inbound delivery. The issue detail is below.
    1. Purchase Order created for a material for 100 qty
    2. Inbound delivery created for the same
    3. GR done for the same quantity
    4. GR document got updated in the inbound delivery as well as PO history
    5. Reversed 50 qty using MB01 with movement type 102.
    6. Reversal qty and document got updated in the PO history where it is not updated in the inbound document flow.
    Now when we do the GR for balance qty 50 which we have reversed, we are not able to do the GR.
    The error message is "Qty to be posted is greater than maximum postable quantity" and message number is VLA 308.
    We are not able to cancel the material document which we have reversed nor able to post goods receipt.
    Could anybody tell me how to resolve this issue?
    Thanks
    Bala

    Hi,
    Please check SAP note 1050944
    Regarding this issue

Maybe you are looking for

  • All-in-One printer spasmotic failure

    I run 2 computers, using XP, and an Officejet 6310 All-in-One printer.  Recently I have been having trouble getting the printer to print.  Usually this happens when I start up my computer and printer, and the 1st print job results in the printer to h

  • How do I convert images with text that I add on to a .pdf pro document to text? Please help!

    Hey Adobe experts, I could really use your help. I have a couple screen shots from school lectures that I pasted onto OneNote. These screenshots have substantial amount of text I could use. I have created a big .pDF document where I have been saving

  • Epic post

    IVe been frequenting the forums from other carriers websites (ie T-Mobile, sprint, at@t) and have found that their customers are in the same boat we are regarding preorders and insufficient stock. So those of you threatening to take your 20 yrs of lo

  • FormsCentral site not working right on Windows 8

    I cannot open the "My Subscriptions" page - Keep getting errors about Adobe Flash which I have reinstalled twice, and I have also tried 3 different browsers: IE10, Chrome, and FireFox.  Please help - I need to cancel my subscription...

  • Apply html tag to embedded fonts

    hi, i have a textfield, i embedded fonts and assigned htmlText, i.e. txt.embedFonts = true; txt.htmlText      = '<b>my text </b>'; but it doesnt aplly html tags because of embedFonts... i tried to make style using css but didnt work.... is there any