Unable to update WADAT_IST in Outbound Delivery via iDoc WHSCON (DELVRY03)

Processing iDoc WHSCON (DELVRY03) to update an Outbound Delivery and post Goods Issue, the field ACTUAL GI DATE (WADAT_IST) is not updated. I am using segment E1EDT13 of iDoc WHSCON to inform dates.
Can anyone tell me if there is any other segment, field or qualifier in the structure of of iDoc WHSCON to inform WADAT_IST?
Thanks in advance.
Best regards.

I dont think it is possible to achieve this.  For more information, have a look at the following note:-
Note 1839738 - Error HUSELECT005 occurs when using existing HU in SHPCON (WHSCON)
G. Lakshmipathi

Similar Messages

  • Auto Packing in outbound delivery via IDOC

    Hello All,
    I got a requirement for Auto-packing in outbound delivery via IDOC process.
    Can anybody through some light on the above requirement in finding Message type, process code and so on...
    your every suggestion or hint will help me to fulfill the requirement.
    Thanks in advance.
    Best Regards
    Suresh.

    Hi,
    Auto Packing message type: SDPACK
    Process code: SDPA
    Basic type: SDPAID01
    Regards
    Suresh.

  • Unable to update Qty for outbound Delivery using BAPI_OUTB_DELIVERY_CHANGE

    Hi Experts,
    I am unable to update the Outbound Delivery quantity using FM BAPI_OUTB_DELIVERY_CHANGE. I am getting error in BAPI Return "Error in document &1 item &2 (quantity consistency check)".
    Here is my sample program to update Quantity
    *& Report  ZTEST_BAPI                                                  *
    REPORT  ZTEST_BAPI                              .
    tables : lips.
    parameters : v_vbeln like likp-vbeln,
                 v_posnr like lips-posnr.
    data : it_item type BAPIOBDLVITEMCHG occurs 0,
           wa_item type BAPIOBDLVITEMCHG,
           it_return type BAPIRET2 occurs 0,
           i_head type BAPIOBDLVHDRCTRLCHG,
           i_hdata type BAPIOBDLVHDRCHG,
           wa_conf type BAPIOBDLVITEMCTRLCHG,
           it_conf type BAPIOBDLVITEMCTRLCHG occurs 0.
    start-of-selection.
    select single * from lips into lips where
                      vbeln = v_vbeln
                      and posnr = v_posnr.
    if sy-subrc eq 0.
    move lips-vbeln to I_hdata-DELIV_NUMB.
    *append wa_hdata to i_hdata.
    move lips-vbeln to wa_item-DELIV_NUMB.
    move lips-posnr to wa_item-DELIV_ITEM.
    move lips-matnr to wa_item-MATERIAL.
    move lips-charg to wa_item-BATCH.
    lips-LFIMG = lips-LFIMG + 20.
    move  lips-LFIMG to wa_item-DLV_QTY.
    move  lips-LGMNG to wa_item-DLV_QTY_IMUNIT.
    move  lips-VRKME TO wa_item-SALES_UNIT.
    MOVE  'KGM'      TO WA_ITEM-SALES_UNIT_ISO.
    MOVE LIPS-MEINS  TO WA_ITEM-BASE_UOM.
    MOVE 'KGM'  TO WA_ITEM-BASE_UOM_ISO.
    append wa_item to it_item.
    move lips-vbeln to wa_conf-DELIV_NUMB.
    move lips-posnr to wa_conf-DELIV_ITEM.
    move 'X' to wa_conf-CHG_DELQTY.
    append wa_conf to it_conf.
    endif.
    CALL FUNCTION 'BAPI_OUTB_DELIVERY_CHANGE'
      EXPORTING
        HEADER_DATA               = i_hdata
        HEADER_CONTROL            = i_head
        DELIVERY                  = v_vbeln
      TECHN_CONTROL             =
      TABLES
      HEADER_PARTNER            =
      HEADER_PARTNER_ADDR       =
      HEADER_DEADLINES          =
       ITEM_DATA                 = it_item
       ITEM_CONTROL              = it_conf
      ITEM_SERIAL_NO            =
      SUPPLIER_CONS_DATA        =
      EXTENSION1                =
      EXTENSION2                =
        RETURN                    = it_return
      TOKENREFERENCE            =
    CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'.
    I need to update Qty to the outbound delivery for an given item.
    Thanks for your quick response.
    With Regards,
    Bala Sankar
    9900433488

    Hi Bala,
    make sure you are setting...
    itemdata-dlv_qty
    itemdata-dlv_qty_imunit
    itemdata-fact_unit_nom     e.g = 1.
    itemdata-fact_unit_denom  e.g = 1.
    Rgds
    Glenn

  • Post Goods Receipt for Inbound Delivery via IDoc SHPCON (DELVRY03)

    hi all,
    I'm using IDoc SHPCON (Delvry03) for posing goods receipt for inbound delivry.
    Can anyone give a sample IDoc or tell which segments must be filled.
    Thanks!
    Regards,
    Hui

    Hi Uwe,
    Can an inbound WHSCON IDoc used for doing both the goods receipt in the PO and the update of the message flow in the delivery?
    The binary answer would be no. You should use WMMBXY or MBGMCR instead.
    But if we are doing goods receipt against Inbound delivery then answer is YES with additionally E1EDL18-QUALF = 'PIC' populated. But please remember no partial receipt is possible against Inbound Delivery.
    We should populate E1EDL20-VBELN with our Inbound delivery number and line item info should go to E1EDL24.
    I have done a similar interface recently where we are doing receipt against Inbound delivery. But our case was a bit complex because we had to support against Inbound delivery. So we had to go for a custom solution on top of IDOC_INPUT_DELVRY.
    Hope this helps. Let me know if you have more questions.
    Regards,
    Rudra

  • Create outbound delivery from IDOC

    i want to create outboud delivery from incomming idoc..is DELVRY02 idoc type and shpcom message type will do this ..after crating the delivery i aslo need to do PGI..
    please tell me this idopc type and message type will do this or not?
    Thanks,

    Hi,
    I also have the same issue - I would like to be able to create an outbound delivery via IDOC/BAPI although cannot find the means to accomplish this.  Is there a standard process available to generate an outbound delivery without reference (VL01NO)?  I would like to avoid writing custom code if possible.
    Thanks!

  • Booking outbound goods via IDoc

    Hi,
    is there any possibility to book the outbound goods via IDoc? Is there a standard?
    Thanks in advance.

    hi,
    sure there is - even more then one
    you can post goods issues with 2 types of idocs:
    delvry03
    or
    sdpiid01
    I tried both and they can both post a goods issue for an outbound delivery
    if you just want to make a simple movement you can always try MBGMCR02 IDOC
    which is used for material movements
    Regards,
    Michal Krawczyk

  • Packing a delivery via idoc

    Hello,
    I am trying to understand how to pack a delivery via idoc. I am using message type SHPCON and idoc type DELVRY03. I see a segment E1EDL37, but field EXIDV is mandatory, how does external system know the value for EXIDV, which SAP generates dynamically.
    Appreciate your help.
    -Naga

    Hi Naga,
    I am facing similar type of problem (DESADV - DELVRY05). I am trying to create and Inbound Delivery and Pack immediately via Idoc. I had populated the fields for Handling Unit in E1EDL37, 39, 44 segments.
    Delivery was created successfully, but Packing info is not stored in VEKP/VEPO tables.
    Pls advice.
    Thanks in advance,
    Murali.

  • Updating bill of lading on outbound delivery using IDoc/BAPI?

    Hi,
    We're looking to update our existing outbound deliveries with an entry in the bill of lading field. This is the only piece of data that needs changing in the delivery.
    It seems that using IDocs message types like SHPCON/DESADV you cannot just update some header level fields. The BAPI_OUTB_DELIVERY_CHANGE unfortunately does not include bill of lading as one its changeable header fields.
    Can anyone recommend a way how to still achieve this?
    Thanks a lot,
    Ronald

    Hm, it looks like that segment should've worked...
    WHEN 'E1EDT13'.
    S_DT13 = IDOC_DATA-SDATA.
    CASE S_DT13-QUALF.
    WHEN '006'.
    <...>
    MV S_DT13-ISDD S_KOKO-WADAT_IST.
    Did you put the date in the right field (ISDD) and did you try debugging this?

  • Picked quantity not getting updated in ERP outbound delivery

    Hi All,
    I have an outbound delivery which is replicated from ERP to EWM. I have confirmed the Warehouse task for picking & completed PGI in EWM system. The status update has taken place in ERP delivery (i.e ERP delivery status shows that goods movement is complete and the distribution status shows processing of the delivery in the decentralized system is complete). However the picked quantity (LIPS-PIKMG) is not getting updated in the ERP delivery. How do i make this happen?
    Regards,
    Smitha Pai

    Hi Smitha
    Picked Qty in ECC will never get updated when do the PGI in EWM. I think, this field is not designed when delivery is distributed as system assume picking will be done in other system in this case it is EWM.
    But You can always refer VBFA (Document flow table) to identify the picked quantity if you are working z report or interface to send this information.
    Thanks,
    Jagdeep

  • Unable to post Goods Receipt - Outbound Delivery

    In MIgo when i am selecting Goods Receipt -> Outbound Delivery & enter, the screen replace to Goods Receipt -> Purchase Order. I want to know is there any customizing is re queried.

    Yes.
    You can check it in below config path
    spro>MM>inventory management->settings for enjoy transaction->settings for goods movements (MIGO)-->settings for transaction and refewrence documents
    Regards
    Antony

  • Wrong consignor address while printing outbound delivery via VL71

    Hi SD Gurus,
    Consignor address is printed wronly while printing outbound delivery using VL71 for the first time and its printing correctly when printed using VL03N. User is repeating the output in delivery and the repeated output shows correct consignor address in VL71.Why is the consignor address printed wrongly in the first insatnce ?
    Please provide your valuable inputs to solve this.
    Thanks
    Rama

    Hi Rama,
    If you are saying that such issue happens only on some of the delivery notes while printing thro' VL71, then it is most likely that the delivery number which has this problem will be in the middle of the delivery documents that prints thro VL71. The only way you can recreate the scenario is to repeatedly print deliveries (may be having atleast 10 deliveries one time) thro' VL71 and check. And it should be the problem of flushing out the variable at some point in the ABAP program.
    Try and this might help....
    Hope this helps...
    Thanks
    Mukund S

  • Create outbound delivery thru Idoc

    I am working on a sales return scenario in SAP as below :--
    01. Creating Return sales Order in SAP thru inbound  Idoc ( ORDERS01)
    02. Triggering outbound Idoc ( ORDRSP/ORDERS05) from return sales order to our return plant.
    03. Customer will send  returned goods to our return plant. Plant will send us an Idoc to create delivery in SAP.
    04. Once delivery is created thru Idoc , our batch job will do PGR.
    05. Billing batch job will generate credit memo for return.
    I am looking for advise on following points :--
    01. Can we create outbound delivery thru DESADV Idoc ?We are also planning to update delivery Item text thru this Idoc.
    02. SAP standard provides ( SHP_OBDLV_CREATE_SLS) this Idoc to create delivery with reference to Sales Order but not able to update delivery text thru this ?
    03.Any other way-out to create delivery and update delivery text thru inbound Idoc?
    Thanks in advance!!
    Best Regards/Rajesh

    Create your own and assign as processing the BAPI or a wrapper for it.
    Enjoy

  • Create outbound delivery / incoming IDOC

    Hi,
    I working on a interface. Whenever an IDOC come inside to SAP from a non sap system it has to create a outbound delivery for the existing sales order.
    The incoming IDOC will carry the sales order number,.
    Please let me know which Basic type I need to use. Currently I am trying with SHP_OBDLV_SAVE_REPLICA02. Please let me know I am right. Also, let me know what is the message type we need to use for this. What Function module should be attached in BD67 for this message type and what process code should be used.
    Thanks in advance for your help.
    Regards
    Spawntae

    Hi Gopal,
    I think you can use Inbound Process code    DELV , FM  IDOC_INPUT_DELVRY with msg type SHPCON and Idoc type Delvry03.
    Please check.
    Regards,
    Savitha

  • CHANGE DELIVERY WITH IDOC WSCON.DELVRY03

    Hi everybody.
    We are trying to change a delivery with inbound idoc WSCON.DELVRY03.
    We process de idoc and it's shown that the delivery has been changed correctly but the delivery hasn't  really  benn changed.
    The process of the idoc also provokes the delivery lock.
    Does anybody know how to change the delivery with this idoc and the delivery remains unlock?
    Thanks a lot
    Regards

    Well I think there's no easy way... If I try to make a change on delivery while processing picking with IDOC, it's possible to get an error message "delivery number ... is being processed by ..."
    So, I think I could save this "number of packages" value in a Z table, and then process this table to save in the corresponding field on delivery. I'm still open for suggestions.

  • Unable to update apps in-phone or via iTunes after updating iOS

    Hello!
    I'm using an iPhone 4S, jailbroken with redsn0w, with an Orange SIM card in France. I've tried using three country settings for my Apple ID (same email address, linked to my bank accounts in the US, UK, and France). The phone was working perfectly on iOS 5.1, but after updating to iOS 6, I haven't been able to update the apps on the iPhone. The apps are up-to-date on iTunes on my computer, but I can't get them to sync to the phone (despite there being no obvious problem [e.g. error message] on the computer end). When I tap the 'Update' or 'Update All' buttons in the iPhone app store, the buttons turn a darker shade of grey, and then nothing happens. Everything else is working fine.
    I've tried the standard 'hold down the power and home buttons' and some of the other suggestions on here, such as changing the time to a year in the future. Any other ideas would be gratefully welcomed!

    hi, Brett - I'm having a problem now restarting my iPhone.
    iTunes (yep, it's the latest Windows version) keeps crashing ("iTunes has stopped working" message).
    The installed apps are blacked out with text beneath the icon "Waiting".
    And iTunes crashes on step 4 of 4 (Syncing Apps to John Alton iPhone 5S - step 5 of 5). Starts on the first app it tries to reinstall / sync.
    I am manually installing each application because I'm unable to bring back from syn. (On the iPhone, in App Store, go to Purchased > Not on this iPhone,
    But I'm still unable to run iTunes because it crashes while attempting to re-load the applications and data.
    Little help?
    thanks,
    John

Maybe you are looking for

  • How do i export an imovie to a facebook group?

    It is easy to export to a Facebook account, but how do I export to a Facebook Group that has restricted access? The Group under my account is a Private Group which means only members of the group can view its content, however from both my iPhone and

  • Float type data not coming properly in ALDSP 2.5

    Hi, we are using ALDSP 2.5. We have a SQL server data base. We have created data services based on stored procs from this data base. we have a read method with a field declared as float data type. But the DSP is not showing up the correct data. For e

  • My ipod touch battery won't charge

    My ipod was out of batteries, so I charged it, but no matter how long I left it for, it wouldn't get past the 20% battery line.

  • FK02 - Check Flag for Double Invoices or Credit Memos

    Hi, What is the transaction in customizing to set the parameters for check flag for double invoices or credit memos ? (ex: date, reference number, etc.) (so that a warning message will pop-up if  user tries to do such a transaction 2 times) The check

  • Welcome Director 11.5  Few questions

    I have purchased the upgrade for 11.5 and am making my first test. This upgrade is very significant for the kind of product i do (high level business graphics) because integrating video (flv) with alpha chanel in no DTM mode allow me to integrate it