BAPI BAPI_FIXEDASSET_CHANGE no update

Hi experts
We are testing client development and two of them, bapi BAPI_FIXEDASSET_CHANGE no update asset, this happen on QA, not DEV nor PRD (SAP ECC 5.0).
And this happen after SP applications on QA, what should happen?
Thanks in advance.

Hi Tokio,
Could you please let me know which OSS notes did you apply ?
I have been able to update the asset master record thru this BAPI, recently we upgraded the system to ECC 6 and some changes have been applied to rectify the issues with depreciation areas following which program is not updating the asset master record.
Any help is much appreciated.
Thank you.
Manish.

Similar Messages

  • Need BAPI Name for updation of Subcontracting scheduling line agreement

    Hi All,
            Can anybody please tell me BAPI Name for updation of Subcontracting scheduling line agreement from EKET table?
    Note: BAPI_PO_CHANGE is not useful for me.
    Thanks and Regards,
    Atul.

    Hi Muralidhara,
    Can you please give some more details for this BAPI..
    I tried using it , but getting an error "No instance of object type PurchSchedAgreement has been created. External reference:"
    and "Enter G/L Account" (Infact I did specify G/L account in account assignment table)
    with regards,
    Kirti

  • Bapi/FM tp update DO storage location

    hi all,
    any bapi/FM to update SD DO storage location... thanks for the help

    Hello,
    Solved the error. Just miss some parameters:
         lwa_item_data-deliv_numb = lwa_lips-vbeln.
         lwa_item_data-deliv_item = lwa_lips-posnr.
         lwa_item_data-fact_unit_nom = lwa_lips-umvkz.
         lwa_item_data-fact_unit_denom = lwa_lips-umvkn.
         APPEND lwa_item_data TO lit_item_data.
         lwa_item_control-deliv_numb = lwa_lips-vbeln.
         lwa_item_control-deliv_item = lwa_lips-posnr.
         APPEND lwa_item_control TO lit_item_control.
         lwa_item_data_spl-deliv_numb = lwa_data-vbeln.
         lwa_item_data_spl-deliv_item = lwa_data-posnr.
         lwa_item_data_spl-stge_loc = 'H114'.
         APPEND lwa_item_data_spl TO lit_item_data_spl.
    CALL FUNCTION 'BAPI_OUTB_DELIVERY_CHANGE'
         EXPORTING
           header_data    = lwa_header_data
           header_control = lwa_header_control
           delivery       = p_vbeln
         TABLES
           item_data      = lit_item_data
           item_control   = lit_item_control
           return         = lit_return
           item_data_spl  = lit_item_data_spl.
    it's important to fill fact_unit_nom and fact_unit_denom.
    Best regards,
    Pedro Nunes

  • BAPI/FM to update Characteristics value

    Hi,
    Is there any BAPI/FM to update Characteristics value entered in class overview in transaction IQ02.
    Regards,
    Mukesh Kumar

    Hi,
    Use below BAPI..
    CALL FUNCTION 'BAPI_CHARACT_CREATE'
           EXPORTING
             CHARACTDETAIL       = HEAD_CHAR
    *       CHANGENUMBER        =
    *       KEYDATE             = SY-DATUM
           TABLES
             CHARACTDESCR        = DESC
    *        CHARACTVALUESNUM    = VALUN
    *        CHARACTVALUESCHAR   = VALUC
    **       CHARACTVALUESCURR   =
    *        CHARACTVALUESDESCR  = CHDES
    *       CHARACTREFERENCES   =
    *       CHARACTRESTRICTIONS =
             RETURN              = RETN.
    Arivazhagan S

  • BAPI/FM to update accounting document (FB02 transaction code )

    Hi ,
    Please let me know is there any BAPI/FM to update base line date and discount at header lelvel in accounting document
    (FB02 transaction code ) . basically to update vendor open invoices documents
    thanks
    Naveen

    Ok i finally figures out how to get around this issue.
    USe FM: PRELIMINARY_POSTING_DOC_WRITE

  • Use BAPI: BAPI_MATERIAL_SAVEREPLICA to update customer field in MARC

    HI All,
    I will use the BAPI BAPI_MATERIAL_SAVEREPLICA to update a customer field in database table MARC. For that I have extended the structures BAPI_TE_E1MARC and BAPI_TE_E1MARCX with the customer field.
    Afterwards I have filled the tables EXTENSIONIN and EXTENSIONINX with the corresponding value for the update. Addtionally I have added the field in transaction OMSR (setting to display in the field selection, because the field should not maintenance over the standard transaction MM01 and MM02). 
    Processing of the BAPI give no error message, but the corresponding field in table MARC won't be updated. What's going wrong? Is there somebody, who could help me?
    Thanks and best regards
    Stefan

    Hi
    Try this BAPI function module:
    " BAPI_MATERIAL_MAINTAINDATA_RT "
    Data: LS_HEADDATA TYPE BAPIE1MATHEAD,
             LS_RETURN TYPE BAPIRETURN1,
              LT_PLANT TYPE TABLE OF BAPIE1MARCRT,          LS_PLANT TYPE BAPIE1MARCRT,
              LS_PLANTX TYPE BAPIE1MARCRTX,          LT_PLANTX TYPE TABLE OF BAPIE1MARCRTX.
            CALL FUNCTION 'BAPI_MATERIAL_MAINTAINDATA_RT'
                   EXPORTING
                       HEADDATA   = LS_HEADDATA
                   IMPORTING
                       RETURN     = LS_RETURN
                   TABLES
                       PLANTDATA  = LT_PLANT
                       PLANTDATAX = LT_PLANTX.
    Check the PLANTDATA in the above fm in which pass your ''STEUC'' to BAPIE1MARCRT-CTRL_CODE......
    Hope this works.....

  • Any  FM's or BAPI's to update the XRPM tables rpm_bupa_locat, rpm_bupa_0000

    Hi  All,
    I am looking for some standard FM's or BAPI's to update the tables rpm_bupa_locat & rpm_bupa_0000 in XRPM system.
    Any pointers would be appreciated.
    Thanks...

    Hi Jesus
    we had similar requirement and we used the FM FI_ITEMS_MASS_CHANGE
    I am not sure if it changes BSIS or not. But I am sure you are an expert and you can check that
    Br, Ajay M

  • BAPI sales order update

    Hi folks,
    Can anybody tell me the BAPI name to update the plant, route and storage location in the sales order.
    if possible please tell me BAPI name in general which updates the sales order values...
    thanks in advance

    Hi,
    Use the bapi'S 'BAPI_SALESORDER_CHANGE'
    and 'BAPI_TRANSACTION_COMMIT' to update the sales orders.
    Regards,
    Sudheer Kumar

  • BAPI require to update Batch charachteristics to AUSP table

    Hi SAP Gurus,
    I need a BAPI which can update my Batch Charachteristics data into AUSP table.
    Could any one please provide. Its very urgent for me.
    Thanks
    Satish Raju

    Hi Saish,
    As wolfgang told you can use BAPI_OBJCL_CHANGE. Read this documentation.
    This BAPI changes an existing classification, or creates the classification if it does not yet exist. The classification is defined by the required entry fields for the object key (ObjectKey), object table (ObjectTable), class name (AllocDetail-Class_Num), and class type (AllocDetail-Class_Type). The default value for the optional date field (KeyDate) is the system date, on which all classifications become valid. The new characteristics and/or values are transferred to different tables according to data type. Numeric, time, and date characteristics are transferred to table AllocValuesNumNew, character and boolean characteristics are transferred to table AllocValuesCharNew, and currency characteristics are transferred to AllocValuesCurrNew.
    Regards,
    Madhu.

  • Problem with BAPI "BAPI_FIXEDASSET_CHANGE"

    Hello guys,
    My aim is to update one of the fields in the Allocation tab of the Asset master. I am using bapi_fixedasset_change" for this.
    Its coming back with "No changes made" message and not changing any field.
    Please let me know where i am going wrong. Am i missing some mandatory fields to be passed?
    Here is my code:
    *data : ALLOCATIONS  like BAPI1022_FEGLG004,
          ALLOCATIONSX like BAPI1022_FEGLG004X,
          return       like BAPIRET2.
    *allocations-ENVIR_INVEST  = '1345'.
    *allocationsx-ENVIR_INVEST = 'X'.
    *CALL FUNCTION 'BAPI_FIXEDASSET_CHANGE'
    EXPORTING
       companycode                = '0010'
       asset                      = '000008209332'
       subnumber                  = '0000'
      ALLOCATIONS                = allocations
      ALLOCATIONSX               = allocationsx
      RETURN                     = return
    *CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
    EXPORTING
      WAIT          =
    IMPORTING
      RETURN        =

    ANy one has any ideas on this?
    Has anyone used this BAPI successfully to modify some fields on ALlocations tab in asset master?
    Please advice.

  • Issue with BAPI "BAPI_FIXEDASSET_CHANGE"

    Hello guys,
    My aim is to update one of the fields in the Allocation tab of the Asset master. I am using bapi_fixedasset_change" for this.
    Its coming back with "No changes made" message and not changing any field.
    Please let me know where i am going wrong. Am i missing some mandatory fields to be passed?
    Here is my code:
    *data : ALLOCATIONS like BAPI1022_FEGLG004,
    ALLOCATIONSX like BAPI1022_FEGLG004X,
    return like BAPIRET2.
    *allocations-ENVIR_INVEST = '1345'.
    *allocationsx-ENVIR_INVEST = 'X'.
    *CALL FUNCTION 'BAPI_FIXEDASSET_CHANGE'
    EXPORTING
    companycode = '0010'
    asset = '000008209332'
    subnumber = '0000'
    ALLOCATIONS = allocations
    ALLOCATIONSX = allocationsx
    RETURN = return
    *CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
    EXPORTING
    WAIT =
    IMPORTING
    RETURN =

    Hi,
    have you checked OSS notes? For example there is note 945966 - BAPI_FIXEDASSET_CHANGE: Error message content. This note describes case when this BAPI returns your message in case of error. In this case that error message is useless because it does not say what's the problem. There are some additional notes related to your BAPI as well.
    Cheers

  • Bapi : BAPI_ALM_ORDER_MAINTAIN not updating table AFVU-USR08

    Hi,
    I have a requirement to update table AFVU-USR08.I am actualy dealing with tcode IW32/IW33 where in we need to update operation-->enhancement tab.I am using BAPI : BAPI_ALM_ORDER_MAINTAIN to do this.I am testing the BAPI directly( Not called in any program ),I can see a message like so and so order saved under notification,But there is no entry in table AFVU-USR08.
    If any one have come across this prob. and got the sol. Pl. share it with me.
    Your solution will be more helpful.
    Thanks,
    Bharani.

    Hi Ferry,
    1. I have also tried ur given code before BAPI_TRANSACTION_COMMIT.
        l_fname = 'SOBKZ'.
        l_fvalue = 'U'.
        CALL FUNCTION 'CO_BH_MOD_SINGLE_FIELDS'
          EXPORTING
            aufnr_imp = wa_meth-objectkey(12)
            field1    = l_fname
            value1    = l_fvalue.
    but this program is giving dump for only this particular Value saying that This is PROTECTED field.
    Can anyone help me out on How to Update Special Stock Indicator on Components Tab of Maintenance Order (IW32).
    If anyone has faced such type of problem & solved it then please let me also.
    2. Which BADI to use for Updating Special Stock Indicator when we press enter on Components tab in Transaction IW32 ?..
    Thanks in advance,
    Hope to get the solution soon from all SAP gurus.
    and help will be appriciated .
    Gaurav.

  • How to use BAPI extension for updating field which is not in BAPI stracture

    I am doing a conversion for control cycle create. The data is maintained in DB Table "PKHD". i have to update 12 fields threre through BAPI "BAPI_KANBANCC_CREATE". there are 11 fields in BAPI structure. but 1 field called"BERKZ" is not there . How can i update it through EXTENSION.

    Hi ,
    in the bapi extension check one structure with name BAPIPAREX will available..
    you need to pass custom structure in that..
    ands conactenate 12 field of your structure and pass in to value1 in bapirex structure and append.
    go to se11 and enter >bapiparex> check where it is used -->see the zprogram and check how it is used the add your code according to that..
    Regards,
    Prabhudas

  • ERROR  IN  FILE--XI--RFC SCENARIO.  BAPI  did not UPDATE the DATABASE TABLE

    Hi
    I have created a scenario  FILE -XI- RFC
    File is picked by file adapter  - Its working fine
    I have used BPM
    In RFC side  i used BAPI_INCOMINGINVOICE_CREATE
    Its working fine and return an Invoice Number and Fisical year .
    When i Check this in the R/3 System , in Invoice no Does not Exist .
    Message mapping is ok
    SXMB_MONI all are ok
    Receiver file i got the invoice no and fisical year .
    The Problem is " DATABASE TABLE DID NOT UPDATED "
    So  should i do BAPI_COMMIT seperately ........
    Any solution ................
    VERY VERY URGENT .....
    thanks in advance
    B.Jude

    hi jude,
    Commit Control for Single BAPI Calls
    If you want to use this communication channel to call BAPIs as remote-enabled function modules that change data in the database, set the indicator.
    If executed successfully, the transaction is written to the database by calling the function module BAPI_TRANSACTION_COMMIT explicitly. If an error occurs, the transaction is rolled back by BAPI_TRANSACTION_ROLLBACK.
    The result is determined by the value of the field TYPE in parameter RETURN. If successful, the tables are empty and the values “”, “S”, “I”, and “W” are displayed. All other values are regarded as errors.
    To change this setting, set the indicator BAPI Advanced Mode.
    <b>In the Successful RETURN-TYPE Values table, enter the values that should lead to a successful execution.</b>
    Regards,
    Mandeep Virk

  • Bapi to Create/Update/Delete/Block G/L Accounts Centrally

    Hello experts,
    I'm searching for a BAPI to achieve some functionalities already done throw transaction FS00.
    After uploading account data from an input file I should:
    - Create G/L accounts
    - Update G/L accounts
    - Mark for deletion G/L accounts
    - Block G/L accounts
    Depending in a flag existing for each line of this file.
    I saw some threads advising BAPI: BAPI_ACC_GL_POSTING_POST to replace FS00 transaction.
    But, I don't see a way to use this BAPI in my case.
    If this BAPI is the right solution then where could I specify the flag for (deletion, update, blocking, creating)?
    If not, then could you please advice me the better way to deal with this issue?
    Thank you in advance.
    Moez.

    Hi Thomas,
    The case which is missing for me is when I should update an account corresponding to an alternative chart of account (which is normally done via FSP0).
    I'm pretty sure that I could not call directly transaction FSP0 (as I did with FS00) according to documentation of rfbisa00. The response could be 'FSP0 not supported'.
    Do you think that we could deal with this issue also with RFBISA00 for Tx FSP0?
    Or is there another standard code for FSP0?
    Best Regards,
    Moez.

Maybe you are looking for

  • How can I use home sharing between our iphones (create playlists from both accounts at once)

    How can I use home sharing between our iphones, so that we can create playlists with songs from both of our libraries?  We share a Macbook Pro (separate accounts) and each have the new iphone, but when I have my iphone and try to create a new playlis

  • ALV Grid Report spool problem with column with no data

    Hello All, I have created a simple alv grid report the report has a description field of 40 ch for which I have made the display length as 20 ch . This works fine in the foreground but when I run the report in background when there is no data in this

  • How to switch off  the  error sound  in Triversity

    Hi How to switch off the  error sound in Triversity, The audio of the computer is already in mute state. The problem is found with DELL pc and not with HP

  • Printing border problem

    After upgrading to Photoshop 7 and then to CS, I have had a problem with borders when printing with an Epson Stylus photo 1270. The borders are consistantly larger on the bottom when printing vertical and are larger on the right side of the picture w

  • Suggestions on camcorder,please

    Hi All, My beloved canon XL1 is near the end of it's lifespan (repeatedly sent in for repairs and still chewing up tapes). My boss has approved up to $5,000 for a new camcorder, preferably miniDV cassettes. Any suggestions on a good, tough, easy to u