Automatic update of HU data in Outbound delivery

Hello all,
I would like to create an ABAP program to automatically update the HU data in an outbound delivery. The purpose is to have an excel spreadsheet with the HUs per delivery and download them into the outbound delivery without the need to use manual actions.
Does anybody know of a FUNCTION, BAPI, IDOC or anything else that may assist me in this task ?
Thanks,
Isaac

Go To transaction BAPI, look at Logistics General -> Handling Unit Management -> Handling Unit
If you want to create a delivery and know the materials and HUs just populate the delivery IDoc and process it.
If you want to pack material by uploading this spreadsheet then look at LM* transactions as that is quickest way to find what you want.
Mike

Similar Messages

  • How to change QCI data in Outbound Delivery Order (VL02N)

    HI,
    Dear ABAP Experts,
    I need to over ride standard Quantity conversion interface data in Outbound Delivery Order with user specific data. Go to VL02N and select item number and click on ‘Additional Quantities’ button we can see all SAP calculated QCI data for that item. I need to over write these values with User specific data in VL02N. When I do with BDC program I can update only few units what ever visible in QCI screen. When i scroll down or page down and add new values for other units, system is not capturing any function code for scroll or page down function.
    Please can anyone guide me if have any BAPI or FM to solve this issue. Delivery order is related to IS-OIL/HPM.
    Any help will highly appreciate…

    Try this FM to create Oubound delivery with QCI IS-OILS HPM, additional quantities.
    It works perfectly and saves data in LIPSO1 and LIPSO2
    OIJ_EL_DOCG_CREATE_DELIVERY
    I_TICKET_ITEM-menge
    I_TICKET_ITEM-meins
    I_TICKET_ITEM-matnr
    - QCI convertion values
    I_TICKET_ITEM-tstmp
    I_TICKET_ITEM-tsteh
    I_TICKET_ITEM-tdich
    I_TICKET_ITEM-werks_d
    I_OIJNOMI-docind = 'S' for sales order document
    I_OIJNOMI-docnr
    I_OIJNOMI-docitm
    - fill table T_ERR_LOG with one blank line because it raise an index error
    T_ERR_LOG

  • Create TO automatic by using wave pick for outbound delivery NLC (STPO)

    Dear all,
    In Cross company code process, we have to create TO automatic by using wave pick for outbound delivery NLC (delivery type NLCC). Time data in outbound delivery NLC have been fulfilled, but there is no TO created, what is wrong in this? pls help.
    Thanks

    Hi Kishor,
    Is there any requirement of TO when ECC system is Interfaced to EWM.
    As per my understanding we have terminology WT & WO in EWM.
    Regards,
    Rock

  • Bapi to be used  for delivering data of outbound delivery to LDL

    Hi,
    I am new to ABAP development and I need to do some enhancements for standard bapi BAPI_OUTB_DELIVERY_SAVEREPLICA .
    I have to use bapi for delivering data of outbound delivery to LDL.
    I have created segments with additional fields for order header and item header in we31.
    The additional fields should be implemented in created segments.After creating segments the additional fields data should be assigned to Idoc structure OBDLV.
    This is the requirement I need to deliver  by tomorrow.Please help me by providing step by step procedure and how to do?
    Thanks in advance
    Raj

    Dear Venkat,
    for cancelling GI/GR you may use BAPI_GOODSMVT_CREATE with GM_Code 06
    for cancelling confirmations you may use BAPI_PRODORDCONF_CANCEL
    Regards, Andreas

  • Updating condition records in an outbound delivery

    Hi,
    I'm trying to update condition records in an outbound delivery but couldn't find any suitable BAPI for the same so I just implemented the BADI 'le_shp_delivery_proc' and called a FM inside the method SAVE_DOCUMENT_PREPARE' which does a call transaction to VL02N to update the condition records. But the problem now is that, when I try to save this delivery, again the same BADI is triggered and goes through the same process of call transaction and thus gives me an error message that the delivery is locked as it indeed is.
    Can somebody suggest a way out of this problem. ??
    Thanks
    Ashish

    Hi,
    @praveen: I tried the solution provided by you and it worked for me in this context. But it seems this BADI gets triggered every time the delivery is getting saved. So for my test purposes, I'm triggering this BADI in a program, but in actual scenario, the BADI would be called on every sy-ucomm = 'SICH_T' i.e. SAVE. hence, I can't separate my piece of code using this condition.
    I'm trying to call my FM(update module in collective run mode) inside this BADI in backgrnd task as a separate unit but this doesn't seem to work.
    Any more suggestions?
    Thanks
    Ashish

  • Exit to set the automatic PGI and picking while creating outbound delivery

    Hi experts,
    Could anybody suggest how to set the automatic PGI and Picking while creating outbound delivery.
    Currently we are settting VBUK-WBSTK field with value C. But PGI is not happening.
    kindly help me.
    Regards,
    Ravi

    Hello Parihar,
    thanks for reply.
    yes we know that "This process of picking and GI involves reducing the stock and allocating the goods to the delivery"
    if you go for Custom program and Use FM WS_DELIVERY_UPDATE, we can do Picking and PGI.
    our requirement is to do pickong and PGI while creating Delivery it self, based on this output types will be processed.

  • Dates on Outbound Delivery created automatically from STO PO

    Situation: I am creating outbound deliveries automatically after saving a STO PO.  On my STO IDoc PORDCR101 there is a structure E1BPMEPOSCHEDULE.  In this structure there are 4 fields I am entering dates that I would expect to then be used on my automatically created outbound delivery (all fields are different for the purpose of analysis).  These fields are MS_DATE, LOAD_DATE, TP_DATE, and GI_DATE.  I would assume that these translate to Picking, Loading, Transportation Planning, and Planned Goods Issue dates on the processing tab of the Outbound delivery header.  However, the date that I have entered in my Idoc for the delivery date (the date I want the material to be at the expected destination) is being used for all dates. 
    Question: Can anyone tell me if I am using these dates correctly or if there is a different intended use for these fields?  Also if this is not the intended use, is there a separate input field that can be used to control these dates?
    Thanks in advance.

    These 4 date fields can be seen in your purchase order in the schedule tab at item detail.
    They correspond to the delivery.
    But not the way as you expect. they are not there to tell the delivery what dates the delivery shall take. it is the other way around. When the delivery is created then SAP will update the stock transfer  PO with the dates from the delivery.

  • BAPI_GOODSMVT_CREATE update VBFA or not for Outbound Delivery?

    Dear Gurus,
    When I try to use BAPI_GOODSMVT_CREATE to do the goods receipt for the outbound delivery as the replacement for MIGO transaction, I use 01 as movement code and the bapi create material document and updating MSEG. But it doesn't update VBFA so the items is still showed in MIGO and cannot post there (because it is already moved in BAPI in program.)
    Anybody have any suggestion for this situation? Thanks a lot and points will be rewarded.

    Hello,
    When you use BAPI_GOODSMVT_CREATE  to post Goods Receipt for outbound delivery, reference documents at header and line items should be delivery number and line numbers (BAPI2017_GM_HEAD_01-REF_DOC_NO, BAPI2017_GM_ITEM_CREATE-DELIV_NUMB_TO_SEARCH & BAPI2017_GM_ITEM_CREATE-DELIV_ITEM_TO_SEARCH). Then only document flow will be updated.
    Thanks,
    Venu

  • Loading date in outbound delivery

    In my scenario, the product line they made a good receive in this month. Actually, the order have been completed in last month. In the outbound delivery document, i have to input the last month for loading date. But it caused error. How can i do that. Thanks.

    HI
    As per my knowledge it will consider the loading time at the time of availability check
    For better Understand about the Availability check , check the below link
    [Available to Promise (ATP)|http://wiki.sdn.sap.com/wiki/display/ERPLO/AvailabletoPromise+(ATP)]
    Regards,
    Prasanna

  • Updating item text in the outbound delivery

    Hi
    I have a outbound delivery in the system . I want to update some text in the "item text" through a program. how do i do this. sample code would be great.
    thanks
    sankar

    Hi
    thank you very much for your reply.
    Can you explain more about the inport parameters of the FM. lets say for example I need to update "item note" in the item of a outbound delivery with text " I am doind the testing". for this scenario what the are the parameters i need to send to the FM
    thanks
    sankar

  • Error in automatic processing of output of an outbound delivery

    Dear All,
    In the stock tranport scenario, I am using an output type SPED in an outbound delivery. When this is processed an inbound delivery is created automatically from the outbound.
    The problem is that the output is not being processed automatically. The error I get is "Output processing has been triggered in a new task".
    Dispatch time is already maintained as 4. If I process the output manually using VL71, it works fine.
    Any ideas!!
    Regards,
    VJ

    SPED is having default Transmission Medium as 8 ( Special Function ) .
    Can you change it to 1 and try.
    thanks,

  • 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?

  • PO data will automatically update the required data in sevice entry sheet

    Dear gurus
    How and explain the PO for sevice entry sheet data automatically getting updated
    in service entry sheet..
    pls expalin how it happens
    Thanks & regards
    bhanu

    Hi,
    You  need to select the relevant item from your list of services by doing the following.
    Select your first line item and click the below service selection icon and in your service select the line again and click service tab and all you informATION FROM YOUR Service order will default into your SES.
    Thanks

  • Automatically update WIP start date

    Hi,
    I have a discrete job created from Sales Order. If the Sales ORder schedule ship date is changed, does it automatically change the WIP start date?
    Is there a provisiion to auto update any of the WIP job dates from the Sales Order? Any inputs would be helpful. Thanks.

    Right now users are manually updating the status to Complete(irrespective of quantity complete of not). They want this process to be automated for the jobs after three days from scheduled start date, since they have so many in a day. For automation is there any available functionality or If write a custom program to update the status what other tables do i have to update other than wip_discrete_jobs?
    Any ideas, appereciate your help.
    Thanks.

  • Automatic updation of org data while creating wbs.

    While creating a new wbs, can we inherit organizational data like plant, profit center automatically from its higher level wbs, if this data does not exist in project profile. Please assist.
    Regards,
    Rahul

    The Other option is to create a template project(CJ91) with all the Org details like Plant, profit centre etc.
    Create an Operative Project by copying the above template in CJ20N.
    Regards,
    Karthik

Maybe you are looking for

  • Flickering on DVI external monitor connected to 2009 Macbook

    This is an ongoing an intermittent problem. At one point Apple phone support suggested that engineers are working on the problem but I haven't heard any updates. The problem is with a 2009 macbook (13 inch) connected to an apple display (from 2008) b

  • Email body formatting

    Grretings Forum, I need some help in sending a mail with proper format. My text message is a report. Therefore I want them to be lined up. When see in the debug message it is all lined up. But when the mail is actually sent the message is not lined u

  • Why upgrade to 4.2

    With all the complaints about the 4.2 upgrade (crashing phones, draining batteries, etc.), why would you upgrade to the 4.2 OS if your phone is working fine (on let's say 4.0 or 4.1)? My 3gs is a refurb that came with 4.1 and is works fine. I've even

  • Please Help:  Solaris 8 Installation Failure

    Hi Everyone. I have a brand new Dell PowerEdge 500SC, Ram= 1G, and there is no operating system on it. I tried to install from both the Installation CD or the Software CD 1, 2, but I get the same warnings and the installation fails and the system reb

  • How can I remove leading spaces?

    I have a 40 page PDF and I used the Form Wizard to generate fields for me. I noticed that some of the fields have leading spaces in the name. These fields cannot be used via the doc.getField(name) syntax. It simply returns null. If I manually rename