Bapi to Update Mnstransty  (Means of transportation) in  Inbound Delivery

Hi Guys,
   Can you please let me know any BAPI which could update the mnstransty field (Means of Transportation ) in the Inbound Delivery. BAPI_INB_DELIVERY_CHANGE is not fulfilling this need.

Hi ,
u Can try this
V50I Delivery BAPIs
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_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 Syste
V50R_CREA Create Delivery from Delivery Due List
BAPI_DELIVERYPROCESSING_EXEC Delivery Processing: Deliver Preceding Document, Expand Delivery
thanks
anurag

Similar Messages

  • BAPI for updating Maintain Duration in Transportation and Delivery scheduling

    Hi all,
    Iam looking for a BAPI to update the Duration Times in Transportation and Delivery scheduling. I reluctant to use recording on SM30 Table maintenance T code and use it in LSMW. Is there a BAPI or Standard i/p Program to load these details. I have more than 200000 records to input.
    A list of all BAPI's in Transportation Management module would be great as well.
    Regards,
    Avi

    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

  • Need Fm/BAPI to change Actual GR date(WADAT_IST_LA) in inbound delivery

    Hi ,
    Need a function module/BAPi to change the Actual Goods Receipt date for inbound delivery . Any suggestion would be appreciated . Have tried with WS_DELIVERY_UPDATE and BAPI_INB_DELIVERY_CHANGE . Am I missing something here ?
    Regds,
    Sanjeev

    Hello Sanjeev,
    Need a function module/BAPi to change the Actual Goods Receipt
    date for inbound delivery . Any suggestion would be appreciated .
    Have tried with WS_DELIVERY_UPDATE and BAPI_INB_DELIVERY_CHANGE .
    Am I missing something here ?
    I am not a ABAP expert but may be upon calling BAPI_TRANSACTION_COMMIT, try using UPDATE command to insert the Actual GR date. Please explore around this pointer and post an update on this thread.
    Regards,
    Sarthak

  • Update Inbound Delivery

    Hello,
    My requirnment is to update two fields i.e.
    1. HERKL - Country of origin of the material
    2. TEXT1 - Comments: Text for foreign trade processing
      in the Inbound Delivery.Is there any function module or BAPI to update those two fields in the Inbound Delivery(VL23n).

    Hi,
    Try the below FMs.
    V50I Delivery BAPIs
    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_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 Syste
    V50R_CREA Create Delivery from Delivery Due List
    BAPI_DELIVERYPROCESSING_EXEC Delivery Processing: Deliver Preceding Document, Expand Delivery
    ~Vaas

  • BAPI for Inbound Delivery Batch Split

    Hello Friends,
      I need any BAPI/BADI to assign batch split items to inbound delivery.  In out scenario, we generate transfer posting in MIGO with split batches and during inbound delivery generation in background, system generates seperate line items instead batch split items.  Now we need any BAPI/BADI to assign the batch split items during inbound delivery creation/change.
    Appreciate your support
    Best Regards,
    Goutham

    Hi Goutham,
    Please trt to use the BADI LE_SHP_DELIVERY_PROC - methods FILL_DELIVERY_ITEM and CHANGE_DELIVERY_ITEM when VB_CREATE_BATCH is called.
    As per note 317531 it is not possible to create bacthes in an SAP standard system via VL31N. There's no update on table MCHA even if you enter a new batch in the inbound delivery.
    I hope this information helps you.
    Kind regards,
    Fábio Almeida
    MM Consultant

  • BAPI for posting GR with reference to inbound delivery

    Hi Gurus,
    Please suggest me a BAPI to post the GR with respect to inbound delivery. Also, it would be better , if the partial GR can be done using this BAPI. We need to use a BAPI, so that the material document flow is updated as well after the processing of BAPI.
    I can not use the BAPI: BAPI_GOODSMVT_CREATE, as this does not update the material document flow. Also, the BAPI BAPI_INB_DELIVERY_CONFIRM_DEC can not be used, as this BAPI does not let me do a partial GR.
    Regards,
    Neha Gupta

    Hi ,
    thank you for quick response.
    FM L_TO_CREATE_DN.. use to create wrt to Delivery number(all line items together), but in current scenario want to create TO
    for single line item and also with partial quantity .
    Regards,
    Madhavi

  • FM/BAPI for Packing in Inbound Delivery

    Hi,
    I can´t find a FM/BAPI for packing of handling units in the inbound delivery.
    Is there any information that you can help me with?
    BR,
    Christian

    Check if this works for u.
    BAPI_HU_PACK

  • BAPI for inbound delivery creation

    Hi,
    I have to create and modify inbound deliveries from a code, so I'm wondering if exists any BAPI (or function module) to create or modify inbound delivery.
    Thanks in advance

    This is an example of BAPI_INB_DELIVERY_CHANGE. It is in the documentation of the function
    I hope it helps you...
    Example
    If you want to change the quantity for a distributed quantity, then following entries are required for the transfer to the connected system:
    In the header data of inbound delivery parameter (HEADER_DATA)
    The delivery number (DELIV_NUMB)
    In parameter item data of inbound delivery (ITEM_DATA)
    The delivery number (DELIV_NUMB)
    The delivery item (DELIV_ITEM)
    The delivery quantity in sales unit (DLV_QTY)
    The actual delivery quantity in base UoM (DLV_QTY_IMUNIT)
    The sales unit (SALES_UNIT)
    The ISO code for the sales unit (SALES_UNIT_ISO)
    The base unit of measure (BASE_UOM)
    The ISO code for the base unit of measure (BASE_UOM_ISO)
    In the control of the inbound delivery at item level parameter (ITEM_CONTROL)
    The delivery number (DELIV_NUMB)
    The delivery item (DELIV_ITEM)
    The Change Delivery Quantity indicator(CHG_DELQTY)

  • Error when updating PO and Inbound Delivery

    Hi,
        I am facing an error in one of my programs where I am making updates to a PO and its Inbound Delivery.
        I am processing multiple POs, the details of which are read from a text file.
        These PO's are processed in a loop, and for each PO, the 'BAPI_PO_CHANGE' is first called and then
        I am using BDC over transaction 'VL32' to update the Inbound Delivery.
        However, when I try to process multiple PO's, it gets stuck when updating the Inbound Delivery of the second PO
        itself. When the BDC for updating the inbound delivery is called, I get an error message informing that the 'PO' is
        still being processed.
        I am not sure why this error is occurring because I am calling the 'BAPI_TRANSACTION_COMMIT' after updating the PO.
        Any suggestions for solving this would be a great help.
    Regards,
    Sudeep

    This because the locks aren't already deleted.
    After the "BAPI_TRANSACTION_COMMIT", try this code
    do.
    CALL FUNCTION 'ENQUEUE_READ'
       EXPORTING
         gclient = sy-mandt
         guname  = '*'
         gname   = 'EKKO'
         garg    = garg                     "YOUR PURCHASE ORDER
       IMPORTING
         subrc   = vn_subrc
       TABLES
         enq     = tb_enq
       EXCEPTIONS
         OTHERS  = 1.
    if tb_enq[] is initial.
        exit.
    endif.
    enddo.
    In this way, you avoid locks and you can process the Inbound delivery
    Edited by: Simone Milesi on May 5, 2010 10:38 AM

  • Change Inbound Delivery(VL32N) using BAPI.

    Hi Experts,
                      Which BAPI can I use to change the Shiping & Administration data of Inbound Delivery (VL32N).
                      I would be passing the Inbound delivery No. as the input to BAPI.
                      Please suggest me the BAPI thru which I can change the above Inbound delivery data.
                      Thanks in advance for your answer & support.
    Regards
    Jitendra Gujarathi.

    Hi,
       Please try the BAPI BAPI_SHIPMENT_CHANGE.
    Regards
    Raj.

  • Means of transport change update to SNC5.1

    If we change the Means of trasport in r/3 sales order, then this update should be send to SNC5.1 Is this mapping is done thru ORDERCH ?
    We have done ORDERSP mappings for order confirmation. Now issue is that when we do the change in r/3 sales order in means of transport that should be updated in SNC.
    Thx

    Hi Vaibhav
    Means of transport is the basic master data and in general it is created in SNC system manually even though the data is available in SAP ERP
    The behavior can be changed so that the SNC does not create means of transport  from SNC master data and the data should be picked from IDOC with the help of coding.
    Now question is how many different means of transport does this customer have? I could imagine many resources, but means of transport is mostly just  a few
    Upon which basis does the planner decide which means of transport should be taken???
    Best Regards
    Vinod

  • Update Means-Of-Transport Type in a sales order

    I want to Update Means-Of-Transport Type in a sales order. You can find this field (VBKD-TRATY) in Sales Order->Header->Shipping.
    I couldnt find this field in BAPI_SALESORDER_CHANGE.
    Is there any function module which wud update it?

    Means of transport will be decided at the time of shipping in delivery .
    So LIKP-Traty will be the means of transport .
    i dont think there is a Fm to handle this .
    Let us check if someone has a solution.
    regards,
    vijay

  • BAPI to update a single characteristic in IE02

    Hi,
          I am trying to update a single characteristic in IE02.I am able to do that with the BAPI "BAPI_OBJCL_CHANGE",but this BAPI is updating only 1 characteristic and is initializing all the remaining characteristcs.
          Any pointers on this is highly appreciable.
    Navin

    Hi,
    the documentation of the bapi says:
    Caution
    This BAPI only changes the parameters of an existing assignment (or creates a whole new assignment), but it does not delete the assignment to a class and replace it with an assignment to another class. If you want to reassign an object, the old assignments must be read with BAPI_OBJCL_GETCLASSES and deleted with BAPI_OBJCL_DELETE, then the new assignments must be created with BAPI_OBJCL_CREATE.
    The information transferred by this BAPI replaces all old information. An empty field means "delete entry!", not "no change".
    This BAPI does not change the database. To change the database, call BAPI BapiService.TransactionCommit afterwards.
    You can only use this BAPI for objects that are not classes!
    This BAPI only processes assigned values for classification - not for configuration
    so i guess you have to pass all information you do not want to lose.
    i´ve  found this as well:
    http://www.sapfans.com/forums/viewtopic.php?t=125320
    Best regards.
    Edited by: Pablo Casamayor on Jan 2, 2009 7:08 PM

  • BAPI to update Employee position?

    Hi All,
    what is the BAPI to update an employee's job title/position.
    Thanks
    Thruna
    Moderator message: please (re)search yourself before asking.
    Edited by: Thomas Zloch on Nov 4, 2010 10:51 PM

    very nice explaination on Bapis is given on this link please check.
    without so much technical stuff and in simple terms u can say. They are Function Modules only that they are SAP provided Remote function calls. meaning. Function modules can be used only within SAP, where as Bapis can be used from outside SAP,thru external applications.
    if u want to understand using an HR example.
    consider ur company has Intranet portal or any other front end which all the employees are comfortable using. but the company wants to use SAP. and they r not comfortable with SAP interface.they want to continue using their own old portal for various reasons.
    in such scenarios, although front end is different portal, it connects to SAP in the back end. the employers do not know that whenever they r changing their phone no/email id etc in thier portal in back end its getting changed in his employee master in IT0105 in SAP.
    So how are tey able to acheive this? inputing data in different system but updating SAP system? well thats where BAPIS come into picture. SAP has exposed certain functions to be accessed remotely thru external systems..for such functions it provided BAPIS. in this case of communication SAP provided
    BAPI_EMPLCOMM_CHANGE Change communication
    BAPI_EMPLCOMM_CREATE Create communication
    BAPI_EMPLCOMM_DELETE Delete communication
    BAPI_EMPLCOMM_DELIMIT Delimit communications
    BAPI_EMPLCOMM_GETDETAIL Read communication This is just an example.
    go to TCODE: BAPI and check out all the bapis.
    go to TCODE: SE37 give a bapi name and read documentations/see source code/etc.
    Bapis manipulate SAP business objects,thru API methods.
    with this descriptions as a base, try making sense out of what BAPI is by reading above link and other material.and come back with more precise quesions.
    To use bapis u require different authorisations..usually authorisation object s_rfc is given
    inputs given by hurser
    this may be helpful
    sikindar

  • How to check open deliveries and open sales order using means of transport

    Hi,
    I want to check open sales order and open delivries which is having "ABXP" means of transport type .Can anybody suggest me to check in which table or any transa

    means of transport type
    Please reconfirm whether the above statement is correct.  Moreover, you yourself can check at your end by opening any sale order, go to that field, press F1 and press the "Technical Information" icon so that you can see the corresponding table name and field name over there.
    G. Lakshmipathi

Maybe you are looking for

  • Segment  Field in  vendor line item

    Hello Guru,                     we have activated new gl functionality with doucment splitting . but we are not able to view the segement filed in vendor line item and customer line item in different reports.         how we can pool that field in var

  • Can't connect to an extended Airport Express?

    My network is set up in the following way (see photo) 1 Time Capsule + 2 Airport Express to extend the network. No computers or devices can connect to the Airport Express named "AE02"? They all ONLY connect to the middle Airport Express called "AE01"

  • ALE Tables required

    Hi All, I need to know all the tables that are involved in ALE configuration ie tables where partner profiles are stored, tables where the filters that have been set in CDM get stored, tables where RFC details are stored. It would be gr8 if someone c

  • Publish To Portal Error

    Hi All, I have a problem Publishing web templates or reports from Report Designer from BI to portal. Portal has been configured.Has both ABAP+JAVA stack.I use BI7. When I do Pubilsh - >To portal in web templates or report designer (I have tried only

  • Does anyone have script or fast method to add transp. to que?

    I have isolated a server for a GoLive Rehearsal and would like to load MANY transports into this new server, rather than load them all one by one (ie. add to que, then transport) , does anyone know of a quicker way to do the WHOLE lot at once? Thanks