BAPI or FM to do update the batch, same as MB1B

Hi all
I have a requirement to update the batch details say for some specific plants in Norway in one go.
Same how we do using MB1B transcation.
IS there any existing BAPI or FM to update the batch for the plants.
cheers
C

Hi,
Try with this.....
BAPI_GOODSMVT_CREATE
Regards
Debarshi

Similar Messages

  • Need a bapi r  fn module to update the batch classification in the bom

    hi,
    iam working a exit : exit_saplcoml_001.This exit is for material quantity calculation.the materials are currently classified in the material master under the classification tab.Ans due to this the classification becomes cross plant.
    To make the material classification plant specific i have decided to maintain the classification in the batch classification of bom.i am finding for a function module r a bapi to update the calculated values in to the batch classification characteristics.please help mi with this.
    thanks.

    Hi
    U can try to use BAPI_MATERIAL_SAVEREPLICA
    Max

  • Function module or BAPI that is used to update the records in RBKP table.

    Hello All,
    Can anybody please give me the name of any Function module or BAPI that is used to update the records in RBKP table.
    Please help me
      I need to change the fiscal year in RBKP table
    Thanks in Advance,
    Regards,
    LIJO

    Hi,
    You can use the BAPIs,
    BAPI_ACC_INVOICE_RECEIPT_CHECK Accounting: Check Invoice Receipt (OAG: LOAD PAYABLE)
    BAPI_ACC_INVOICE_RECEIPT_POST  Accounting: Post Invoice Receipt (OAG: LOAD PAYABLE)
    Hope this helps.
    Regards,
    Renjith Michael.

  • BAPI or Function Module to Update the Alternative Payer  (KNZA) of Customer

    Hi Experts,
    My client requirement is to update the Customer Permitted Alternative Payer during creation of BP
    Would you please let me know the any BAPI or Fictional Module available to UPDATE the u201CPermitted Alternative Payer (KNZA)u201D of Customer Master.
    iam trying  SD_CUSTOMER_MAINTAIN_ALL function module, its failed to update the  KNZA tables. please help to close the issue. 
    Thanks in Advance.
    Venkatesh M.

    Hi Ravi,
    Thanks for the quick reply.
    The Function Module, what you are given is BTE. it will not trigger when creating of contract.
    My Requirement is when creating the contract for the particular BP, we need to UPDATE the Alternative Payer of Customer.
    Here i required BAPI or Function Module to change or Update the customer master Alternative Payer (KNZA).   
    Regards,
    Venkatesh M

  • How to update the dunning level and dunning details: BAPI/FM??

    Hi All,
    I need to update the dunning history details(dunning level) for a contract account.
    I am using the table FKKMAKO(dunning header).
    Let me know if there is a Function module/BAPI/ any other way to update the dunning history details
    Regards
    Shiva

    Hi,
    Can you check if these FM's are useful:
    CRM_MKTPL_GET_BP_SALES_AREAS
    CRM_MKTPL_AL_FILL_PRODUCT
    Hope this helps.
    Regards,
    Anup

  • Can we  update The extended VBPA database table using BAPI

    Hi,
      We have a table VBPA appended with two fields start date and end date. Our scenario is to when modifying the sales order using the bapi BAPI_SALESORDER_CHANGE we need to update the two fields star_date and end_date of VBPA table for the corresponding Ship to or Sold to partner for the Given Sales Order.
    Thanks,
    Venkat.

    Hi,
    YES You can, You should be updating this to fields using a BAPI - "BAPI_SALESORDER_CHANGE" and use table user this BAPI "EXTENSIONIN" to update this fields. Refer to BAPI documentation for more reference. Please check below code which was done for VBAK (2 date fields).
    Regards,
    Tim
    DATA:
        ZBAPISDH1     TYPE BAPISDH1,
        ZBAPISDH1X    TYPE BAPISDH1X,
        ZEXTENSIONIN  TYPE  TABLE OF BAPIPAREX WITH HEADER LINE,
        BAPE_VBAK      TYPE  BAPE_VBAK,
        BAPE_VBAKX     TYPE  BAPE_VBAKX.
      ZBAPISDH1X-UPDATEFLAG  = 'U'.
      BAPE_VBAK-VBELN     = P_VBELN.
      BAPE_VBAK-ZZSD_FROM = P_START.
      BAPE_VBAK-ZZSD_TO   = P_END.
      BAPE_VBAKX-VBELN     = P_VBELN.
      BAPE_VBAKX-ZZSD_FROM = CO_X.
      BAPE_VBAKX-ZZSD_TO   = CO_X.
      ZEXTENSIONIN-STRUCTURE  = 'BAPE_VBAK'.
      ZEXTENSIONIN-VALUEPART1 = BAPE_VBAK.
      APPEND ZEXTENSIONIN.
      CALL FUNCTION 'BAPI_SALESORDER_CHANGE'.

  • Any BAPI or FM to use to update the Customer Address with change log?

    Hi, does anyone have used any BAPI or FM that will update the customer address (Central Address management fields) and the change will be logged in the change history of customer master? I have tried several FM that can update the fields but none of the change will show up in the change history of the customer master.
    So far, I have tried the following FM:
    ADDR_MAINTAIN_COMPLETE
    ADDR_UPDATE
    BDC is not acceptable due to high volume of data. However, the change log is also required.
    Please share any advice.
    Thank you,

    Hi Minami,
    for chenge address use FM : BAPI_BUPA_ADDRESS_CHANGE       (SAP BP, BAPI: Change Address)
    otherwise check with below FM ,for address related information
    BAPI_BUPA_ADDRESSES_GET              SAP BP, BAPI: Determine All Addresses
    BAPI_BUPA_ADDRESS_ADD                   SAP BP, BAPI: Add Address
    BAPI_BUPA_ADDRESS_CHANGE                 SAP BP, BAPI: Change Address
    BAPI_BUPA_ADDRESS_GETDETAIL             SAP BP, BAPI: Read Address
    BAPI_BUPA_ADDRESS_GET_NUMBERS    SAP BP, BAPI: Read Address Numbers
    BAPI_BUPA_ADDRESS_REMOVE                    SAP BP, BAPI: Delete Address
    Regards,
    Tutun

  • BAPI_PROCORDCONF_CREATE_HDR not updating the change document transaction

    I am using FM BAPI_PROCORDCONF_CREATE_HDR to confirm a process order.
    I am also updating the batch characteristics with this FM.
    Now when i check the the change documents of the batch in MSC3n (in "Change" tab), the transaction field is sometimes blank.
    This FM will sometimes update the transaction with my Ztcode and sometimes it will not for the same batch.
    We get this same issue in the change documenst in the "Classification" tab.

    Thnaks for your reply sujay.
    I am not passing the key relations ships. Is it the mistake am doiong ??
    I have just passed the data which i have passed manually to the BAPI.
    here is my code any way
    *Header data
    ls_ntype = 'Z2'.
    ls_nhead-REFOBJECTTYPE = 'BUS2078'.
    *ls_nhead-REFOBJECTKEY   = '000000004711'.
    ls_nhead-REFRELTYPE     = 'REFZ'.
    ls_nhead-doc_year          =  '2010'.
    ls_nhead-mat_doc_item      =  '0001'.
    ls_nhead-mat_doc           =  '0011171068'.
    ls_nhead-po_number         =  '4500084423'.
    ls_nhead-po_item           =  '00010'.
    *ls_nhead-REFOBJECTTYPE     = 'QMEL'.
      Patener data
    ls_part-partn_role = 'KU'.
    ls_part-partner    = 'BEYER'.
    APPEND ls_part TO lt_part.
    CLEAR ls_part.
    ls_part-partn_role = 'LF'.
    ls_part-partner    = '000000304302'.
    APPEND ls_part TO lt_part.
    CLEAR ls_part.
    CALL FUNCTION 'BAPI_QUALNOT_CREATE'
      EXPORTING
       EXTERNAL_NUMBER          =
        notif_type               = ls_ntype
        notifheader              = ls_nhead
       TASK_DETERMINATION       = ' '
       SENDER                   =
    IMPORTING
       notifheader_export       = ls_exp
    TABLES
       NOTITEM                  = lt_item
       NOTIFCAUS                = lt_caus
       NOTIFACTV                =
       NOTIFTASK                =
       notifpartnr              = lt_part
       LONGTEXTS                =
       KEY_RELATIONSHIPS        =
       return                   = lt_ret .
    CLEAR lt_ret.
    CALL FUNCTION 'BAPI_QUALNOT_SAVE'
      EXPORTING
        number      = ls_exp-notif_no
      IMPORTING
        notifheader = ls_exp1
      TABLES
        return      = lt_ret.
    CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'    .

  • Updation to Batch characterstics and modification to table

    Hi All,
    I have implemented one implementation to the BADI MB_DOCUMENT_BADI.
    I have writen my all code in method MB_DOCUMENT_BEFORE_UPDATE.I am trying to update the batch characterstics using CALL FUNCTION vb_change_batch in update task and trying to modify the data with out commit work.
    Can anybody who worked on BADI, confirm my doubts.
    as in  the documentation to the BADI its mention that we can not use commit work in method MB_DOCUMENT_BEFORE_UPDATE.
    Please clarify my doubts.
    Regards,
    Sandeep.

    Thanks Sailatha,
    Will it not cause any inconsistency between MM and ML as its mentioned in the documention to BADI is that  u can not use 'COMMIT WORK' over there.
    if I use ths function vb_change_batch in update task will it update the characterstics to the AUSP table with out using 'COMMIT WORK' statement.
    can I use the deque function to customize table in order to update the table.
    Regards,
    Sandeep.

  • Update the material quantity in the sales order using LSMW...

    Hi Guru's,
    I created one sales order using BAPI..now i wanted update the material quantity in the sales order using LSMW...
    could you please provide the step by step process....
    if anyone of you provide the program logic similar to requirement that would be helpfull to me...
    thanks in advance
    Srinivas....

    Hi Sri,
    Hope it may help you.
    First do the recording for VA02 transaction, in that give the existing sales order number
    and update the Quantity and save it. Remaining steps are same what we used(LSMW) to upload data to applications.
    Regards,
    Vishvesh
    if helpful, rewards it.

  • How to set serialnumb​ers in the Batch UUT Identifica​tion dialog box?

    Hello,
    I've configured TestStand to use the 'batch process model' and I'm trying to read serialnumber from a file and then update the 'Batch UUT Identification dialog box' 'test socket' fields with these numbers. How?

    Hi Thom-ve-as,
    The serial numbers for each test socket in the batch model are obtained within the "PreBatch" callback sequence, called from within the Test UUTs execution entry point of the model.
    If you override this callback within your client sequence file (or customize the process model file inside of your User directory) so that instead of displaying the dialog that the model uses to gather serial numbers from an operator, you can replace this process with functionality that reads a file and then writes to the properties below to set the serial numbers for each test socket and the batch.
    Inside of the PreBatch callback sequence, you access the test socket serial numbers and batch serial number with the following respective properties:
    Parameters.Mod
    elData.TestSockets[i].UUT.SerialNumber
    and
    Parameters.ModelData.BatchSerialNumber
    Jason F.
    Applications Engineer
    National Instruments
    www.ni.com/ask

  • Chaging the batch of subcontract PO component

    Hi All,
    I am trying to update the batch at Po item component level. i have used FM 'ME_COMPONENTS_UPDATE'.
    but not succeed. could you please guide me to do so.
    Many thanks,
    Regards,
    kiran

    Hi
    Have u done commit work after executing FM?.

  • Bapi for MIGO that can update freight supplier

    dear all
    we are presently using ALE_GOODSMVT_CREATE to create a migo document.
    the requirement now is to update the frieght supplier too.
    this present bapi is not able to update the supplier.
    does any one faced this problem before and if yes how did it got overcome ??
    regards

    check this link: It may not be exactly what you are looking for but will guide you:
    BAPI for MIGO
    cheers
    Aveek

  • BAPI to update the bulk component in the packaging order.

    Hi ,
    I am working for the process order.
    I want to update the bulk component in the packaging order with the goods receipt batch number of the bulk order.
    Is there any BAPI that I can use for updating the bulk component or I need to use the BDC?
    Regards,
    Kiran Kumar

    Hi Kiran kumar,
    As per my knowledge, there is no BAPI for process order component update
    you need to use BDC for this
    regards,
    sankaran

  • BAPI for VA02 to check availability & update the Schedule lines

    Hi Experts,
    Is there a BAPI which can 'check item availability' & update the Schedule lines for the same order?
    I have checked 'RV_AVAILABILITY_CHECK' 'BAPI_MATERIAL_AVAILABILITY' 'SD_BACKORDER_UPDATE'
    but it is not solving the purpose.
    Kindly give your suggestion for the same.
    Thanks.

    Hi,
    Please let me know if you were able to achieve this functionality. I have a similar requirement wherein I need to check for the material availability and update the schedule lines in the scheduling agreement. I checked the FM SD_BACKORDER_UPDATE, but it doesn't seem to be helpful.
    Regards,
    Dawood

Maybe you are looking for

  • Why is the left hand window and bar with the buttons for TOC/Search/Glossary not displaying in one client location?

    Greetings all: I have more years of experience with RoboHelp than I want to admit, but I have never run into this before. I have a published RoboHelp 9 project for an overseas client that displays exactly as it should when the published version is vi

  • SAN issue

    All, Our shop has recently installed a HP EVA 5000 and made available a LUN of 250gb for use on our 3 node RAC. The purpose is to setup a single point repository of files that are shared by all (e.g. .sql files). The LUN appears to all 3 nodes on the

  • Download CS5 suite - error extracting product installer 101

    purchased CS5.5 premium suite, goto my orders, click download, does nothing. Eventually found the adobe download assistant and installed, download ran for 4 hours and successfully completed, and then gives the error, error extracting the product inst

  • Can't access calendar after 8.1 update

    I have an HTC Windows Phone 8x and I finally got the 8.1 update we've all been waiting for. Unfortunately, now I can't access my calendar. Normally I have a Live tile that lets me access it, but that tile disappeared. I figured there must be some "ne

  • Cant turn on my iphone 3gs

    I tried to reboot the phone by pressin both home and on/off buttons for 10 seconds, but did´t work. Also tried to charge it but nothing seems to work, The secreen is off, nor the charge logo neither the apple logo apears. Any idea?