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

Similar Messages

  • BAPI to change the posting data of invoice document

    Hello All,
          I need a BAPI to change the posting date of the invoice document (Type : RE, Generated from MIRA transaction). Do let me know if you can across a BAPI to do it.
    Thanks,
    Siva.

    BAPI_INCOMINGINVOICE_CHANGE

  • How to change data in an inbound delivery

    Hi,
    I want to change the following data in an Inbound delivery:
    Challan No (LIKP-LIFEX, LIKP-VERUR)
    Date (LIKP-LFDAT, LIKP-ERDAT)
    Quantity (LFIMG)
    I have gone through the thread
    how to change delivery date (LFDAT) in a inbound delivery
    But still, it says only about changing the date.
    Please provide solution so as to change Challan No and Quantity.

    LIFEX is in HEADER_DATA-EXTDELV_NO
    If you really want to get the any other field in LIKP, you can use the BADI SMOD_V50B0001 method EXIT_SAPLV50I_009.
    You will need to put your additional fields in the EXTENSION1. Then you can move them to the correct fields in the tables.

  • I need to pass value for Actual GI date field in VL01N t code, I am using BAPI_DELIVERYPROCESSING_EXEC. can any one tell me how can i pass vaule ?

    I need to pass value for Actual GI date field in VL01N t code, I am using BAPI_DELIVERYPROCESSING_EXEC. can any one tell me how can i pass vaule ?

    Hi Abdul,
    Sorry for my unprecise answer, but you talk about a tcode, but you're using a BAPI Call. Maybe you want to call the transaction in batch mode?
    http://help.sap.com/saphelp_erp60_sp/helpdata/de/fa/09715a543b11d1898e0000e8322d00/content.htm
    Regards,
    Franz

  • Bapi for change work center data

    HIi All
                    I need BAPI to change work center data for all categories and work center change transactions .....IR02 ,CNR2,CR02.
    Thanks in advance .

    Hai,
    Try the fm CRAP_WORKCENTER_CREATE
    BAPI_BUS2054_CHANGE_MULTI
    CRAP_WORKCENTER_CREATE
    Regards,
    Venkat

  • Update Delivery date programatically for inbound delivery

    Hi all,
    I need to update the delivery date in the inbound delivery programatically...How cna i do that?any FM available?
    The field to be updated is LIKP-LFDAT.
    Thanks.

    Check WS_DELIVERY_UPDATE ,   BAPI_INB_DELIVERY_SAVEREPLICA
    ALso check how to change delivery date (LFDAT) in a inbound delivery

  • BAPI for change PO confirmation date

    Hi,
    Does anyone know a bapi or a function module for change the confirmation date of one item of a purchase order ( that changes the field EINDT of table EKES ) ?
    I need to change it according to goods receipt date.
    Thanks in advance,
    Paulo Sousa

    you can use BAPI_PO_CHANGE
    In particular you would be interested in schedule line table POSCHEDULE in the function interface and the field for confirmation date is DELIVERY_DATE.
    Also you need to pass the BAPI some header fields like PO number etc and item fields liek material number etc along with the POSCHEDULE structure.
    Also remember to mark X in POSCHEDULEX for corresponding field POSCHEDULEX-DELIVERY_DATE, so that the change will be transferred to the PO in database.
    Also this BAPI can auto COMMIT
    Hope this helps

  • Need a BAPI to Change the WBS in CJ20n

    Hi All,
    Can anyone provied me a BAPI to change a WBS in CJ20n. Actually there a check box named "Account assignment" in the WBS screen of CJ20N, the checkbox is Tickmarked. I need to Untcik this checkbox.
    A quick response will be appreciated.
    Regards
    Abhii

    Hello,
    Check the BAPI - BAPI_PROJECT_MAINTAIN, in the tables parameter there is a component I_WBS_ELEMENT_TABLE which has a structure BAPI_WBS_ELEMENT. It has a component WBS_ACCOUNT_ASSIGNMENT_ELEMENT which represents Indicator: Account assignment element. Setting and resetting this may help in solving your issue.
    P.S. Check the documentation of this BAPI for further assistance.
    Thanks and Regards,
    Sachin

  • Need a bapi for change component in CO02

    hi!
    i need to change  mass old material in production order(CO02) .
    so i need a bapi or FM to do it but i can't find it!
    thank you very much!

    Hi,
    Looks like we might not have the one...and you might need to go with BDC.....Check in Txn BAPI also.
    Refer:
    http://abaplog.wordpress.com/2007/10/10/navigating-component-screen-of-co02-with-bdc/
    http://abaplog.wordpress.com/2007/10/10/navigating-component-screen-of-co02-with-bdc/

  • BAPI for changing BP communication data

    Hi,
    I am trying to change BP Communication data using FM BAPI_BUPA_ADDRESS_CHANGE but it is changing
    "Address-Independent" data only and not the normal communications data.
    Which FM should I use ? Or are there any specific parameters which I need to pass?
    Please help
    Regards
    Yashodha

    Hi Sandy,
    Thanks for the quick response. Would also appreciate if you let me know what parameters to pass? I am sending following :
    IV_PARTNER: <BP Number>
    IV_X_SAVE : X  (Already Defaulted)
    IV_CHANGE_BAS :X (Already Defaulted)
    IV_CHECK_ADDRESS : X ( Already Defaulted)
    Table: IT_ADTEL
               Telephone: < New Telephone Number>
               Con         :  001
    Table: IT_ADTEL_X
              T: X
              C: X
              U: U
    But it is not updating the address dependent telephone number!!
    Please let me know where am I missing out?
    Regards,
    Yashodhan

  • Want a BAPI to change the sales data of a customer

    Hi,
    I want a BAPI which can able to change the sales data of a customer. If anybody have some idea kindly let me know, it would be gr8.
    Thanks,
    -Rajesh.

    Hi Gopi,
    Bapi which you had given, i believe is to update the billing data.
    see. i have one field called customer group (KDGRP) which is in KNVV table which is present in the sales view of a customer master (XD02). i have to change that field using a BAPI.
    Thanks for your warm input but still my requirement is the above, if i get the answer for the above req. it would be gr8.
    Thanks,
    -Rajesh.

  • PO delivery date changed according to delivery date on the inbound delivery

    Hi!
    Initial PO date is changed according to the inbound delivery date when I create inbound delivery.
    For example, initial PO has order qty. 1000 and delivery date 8/10/07.
    And then I created inbound delivery for that PO with qty. 500 and changed delivery date to 8/5/07 on the inbodund delivery. Then when I check PO again, PO line item delivery date was changed to 8/5/07 which is
    inbound delivery date. I think remaining 500 should have the same
    delivery date originally assigned unless we change manually.
    If somebody have experience, please let me know.
    Thank you!

    Dear Wan Lee,
    I think you also need to check for your Configuration setting for confirmation:IMGMM> Purchasing-->Confirmation.
    Regards,
    w1n

  • Dates on the inbound delivery header

    Hi Gurus,
    Can anybody please explain me what is the use of dates tab on the inbound delivery header. What is it used for? How can we activate/populate this. We are looking for the ASN functionality to be turned on. Any help is greatly appreciated
    Thanks
    Anusha

    Picking = planned time to start picking
    Trans. Planning = planned time to start processing shipment
    Loading = planned time for loading
    Planned GI = planned goods issue date
    Delivery Date = planned date to deliver
    The dates can be used for planning various warehouse activities and they should be populated by the system when the delivery is released based on entries maintained in the sales order.
    The dates can all be the same or different depending on your needs. They are used for various things (depending on your config) we use the planned goods issue date to show the date we want to the delivery to ship and we us the transportation planning date (same as planned goods issue) to calculate transit time for revenue recognition.
    basically delivery processing, shipping scheduling dates that can be used or not depending on your needs

  • Dates/Events in Inbound Delivery

    Hi! Does anyone know whether it is at all possible to use the Dates function in the Inbound Delivery document? I went to the tab but the Add button is greyed out.
    Thanks!
    SF

    Hi SF,
    Actually there is no functionality of scheduling in connection with the inbound delivery . The reason is we dont have any information regarding loading point of a supplier, transit time to a goods receiving point or duration of putaway.
    Due to the above reasons, there is no use of dates/events in the inbound delivery.
    Regards,
    ALV Ramana

  • 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

Maybe you are looking for