BAPI for asset disposal through tcode F-92

Dear all,
Is there any BAPI to perform asset disposal that posted in tcode F-92 in foreground with asset transaction type = 210? I found this BAPI BAPI_ASSET_RETIREMENT_POST however i did not find the field to enter the posting key + gl account info for double entry.
Thanks.
Regards,
CNHO

Are you trying to give two cost objects simultaneously? Can you elaborate on the account assignments you are giving?

Similar Messages

  • Bapi for asset deletion (Tcode AS06)

    Hi Guys,
    Do we have any BAPIs for asset deletion (Tcode: AS06) ? Pls. let me know .
    Thanks and Regards,
    Sumit

    There is no BAPI for it: just for creation, change, get list and detail.
    I had the same doubt and then I tried FM AM_ASSET_DELETE_FROM_AI but it asks for a "AI_ID" which I don't have during execution time.
    If possible, do a Batch Input to AS06 as it is very simple.

  • Update Asset Values through TCode AS92

    HI all,
    We would like to update Asset values ( Depreciation values) based on depreciation areas through Tcode AS92.
    Can some one suggest a Function module or any alternative to do the same. Would like to get help at the earliest.
    Thank you for your immediate attention.

    I think that you are trying to post prior-year assets.
    You can use the standard programs:
    <b>RAALTD01</b> - Batch Input
    <b>RAALTD11</b> - Direct Input
    Or take a look at these FMs:
    <b>BAPI_FIXEDASSET_CREATE1</b>
    <b>BAPI_FIXEDASSET_OVRTAKE_CREATE</b>
    Also, since FS91 is simple you can do a BDC recording!

  • Need FM/BAPI for asset acquisitions, disposals and balances...

    Hello Experts,
    I need to create a report wherein it shows the asset acquisitions(S_ALR_87012050),
    disposals/retirements(S_ALR_87012052) and balances(S_ALR_87011964).
    Anybody has done this requirement? Please let me know what are the tables and BAPIS that
    I need to use.
    Hoe you can help me guys. Thank you and take care!

    Hi,
    Pls check this link for Asset balances-
    Asset balances
    Regards
    Lekha

  • BAPI for Asset scrapping

    Hello,
    I have implemented the BAPI BAPI_ASSET_RETIREMENT_POST for background scrapping. Everithin OK for an asset with a subnumber. The problem is that I have to scrap an asset with multiple subnumbers. initially, I was running the BAPI for each subnumber, but I realised that I am creating an FI document for each posting, which is not good.
    Can I scrap multiple subnumbers with this BAPI?
    Thank you !

    BAPI_ASSET_ACQUISITION_POST
    BAPI_ASSET_ACQUISITION_CHECK
    BAPI_CMS_AST_GETDETAIL_MULTI
    BAPI_ASSET_POSTCAP_POST
    BAPI_ASSET_POSTCAP_CHECK
    BAPI_ASSET_RETIREMENT_CHECK
    BAPI_ASSET_RETIREMENT_POST
    BAPI_ASSET_REVERSAL_CHECK
    BAPI_ASSET_REVERSAL_POST
    for Fixed assets
    BAPI_FIXEDASSET_OVRTAKE_CREATE
    BAPI_FIXEDASSET_CREATE1
    BAPI_FIXEDASSET_CREATE
    BAPI_FIXEDASSET_CHANGE
    BAPI_FIXEDASSET_GETLIST
    BAPI_FIXEDASSET_GETDETAIL

  • Profit Center Document for Asset Acquistions through F-90

    Hi
    We are Implementing ECC 6.0.
    We had activated the document splitting and done classified the
    document types and G/L account for Document Splitting. In addition to
    this we had added the Profit Center & Segment as the scenarios to the
    Leading Ledgers.
    When we acquire an asset through F-90, the Profit center relevant to
    the cost center mapped in the Asset Master record is being populated but
    the profit center document is not generated.It is only generating 1 Accounting Document & 2 Asset Accounting Document.
    Kindly help us to fix the problem.
    Regards
    R.Karthigayan

    Hi
    We are using the NEW G/L functionality but even in this scenario a Profit Center Document is being generated for other postings but not for asset acquistions.
    If i execute the PCA Actual line item report the posted value is not appearing there.
    Regards
    R.Karthigayan

  • DOC SPLIT FOR ASSET PURCHASE THROUGH PURCHASE ORDER

    Hi,
       When we do asset purchase through purchase order there is no provision either to enter profit center or segment in the purchase order  .In this case ,how the system will split the document  when we do GR And Invoice ?
    Regards,
    Guru.

    Hi,
    Follow the steps below :-
    1. Create APC recon acct as Statistical Cost element
    2. Transaction Code ACSET - Assign KOSTL for transaction type * and APC Posting / Depreciation
    3. Check the button "Acct assgn" in Transaction Code ACSET
    Regards,
    SAPFICO

  • Please sugget BAPI for Asset Creation(AS91 Transaction)

    Hi I am Loading Legacy Asset master data into sap transaction(AS91) Please suggeest the right BAPI for this.
    Thanks&regards
    Mahesh

    Hi Raja,
    Thanks a lot for quick info u gave I am getting one error when I am trying to execute my program using the BAPI BAPI_FIXEDASSET_CREATE for the date field (capitalized on) saying " Capitalized on of asset INTERN-00001 0 cannot be changed" this field is mandatory for this transcation AS91 and I am also paassing 'X' value to this field inthe structure postinginformationx-CAP_DATE ='X'.
    Thanks in advance

  • Need Bapi for posting docuemtn through - FB60

    Hi Friends..
    I need a Bapi for Transaction FB60.I tried with lot of option including BAPI_INCOMINGINVOICE_CREATE.But I didn't get a proper one.
    No Bapi have a Vendor input field.Plz help me to identify the right Bapi for FB60.
    Thanks
    Gowrishankar

    Hi,
      Check the link given: ["Change" BAPI for FB60]
    Regards,
    Naveen M.

  • Is there any BAPI for closing projects through CJ20 transaction?

    Hello Experts,
    Is there any BAPI available for the CJ20 transaction to try close a project? I have been trying to locate one but haven't came across anyone. Please do let me know if in case any of you happen to know about 1 such BAPI.
    Regards,
    Uday

    Hi,
    A project definition can be changed using the BAPI "BAPI_BUS2001_CHANGE". To do this, the project definition (PROJECT_DEFINITION) and the new values must be entered in the structure "I_PROJECT_DEFINITION". In the structure "I_PROJECT_DEFINITION_UPD", the fields that are to be changed must be marked with 'x'. The other fields remain unchanged. Before the project definition is changed, the following is checked:
    Is another project already being processed in the LUW ?
    Can the project be locked?
    Is the changed data still consistent (do the company code and controlling area match?)
    If all checks are successful, the project definition is changed in the document tables.
    for example:
    CALL FUNCTION 'BAPI_BUS2001_CHANGE'
      EXPORTING
        I_PROJECT_DEFINITION           =
        I_PROJECT_DEFINITION_UPD       =
    " TABLES
    "   ET_RETURN                      =
    "   EXTENSIONIN                    =
    "   EXTENSIONOUT                   =
    Thanks,
    Dhruv Kumar Malhotra

  • Asset disposal Revarsal

    Hi Guru's,
    Last month we have made an asset disposal,but the amount was wrongly key in as USD 1000 instead of USD 1200. We have
    tried using ABNK but it did not effect any accounting entry, transaction only appreared in the Asset History.
    Kindly advise if there is any T-code for Asset disposal reversal.
    Thank you for advance.
    Cheers,
    Veera.

    Hi,
    Try using Tcode AB08. It would list the posting on the given asset & then try to reverse it.  Hope you still have 2009 Asset year & Fiscal year open to make this posting..
    Alternatively you can also do write up or value adjustmnet on the same asset.
    Thanks
    Vaibhav

  • Bapi for Scheduling material changes

    hi,
    is there a bapi for schedule changing of materials. the transaction for same is mm12.
    please let me know if there is one.
    regards
    swanand

    Hi there Swanand,
    Did you find a BAPI for the update through MM12.  Pleae let me know if you did as I am in need for that also.
    Thanks.

  • What is the purpose of Clearing and Revenue account in Asset Disposal : F-92?

    Hi All,
    Please clarify my doubt ;
    In Asset Disposal - Sale to Customer : F-92 with customer
    Suppose an asset with historical cost $1000 and accumulated depreciation of $100 is being sold to a customer at $1100, the posting entries will be as follows :
    Dr     Customer Account (A/R)                    1,100
    Dr     Accumulated Depreciation                    100
    Cr     Fixed Asset - Acquisition Cost           1,000-
    Cr     Gain/Loss of Fixed Asset Disposal       200-
    Dr     Clearing Account for Asset Disposal   1,100
    Cr     Revenue for Asset Disposal                1,100-
    I completely understand the first four line items, but don't know the purpose or the 5th and 6th line items.
    Please explain why we need a clearing and revenue account for asset disposal and what would be the impact of these accounts in asset accounting?
    Thanks in advance !!!
    Regards,
    Vicki

    Hi Vicki
    This is just a technical account, which gets Dr and Cr in the same document
    The purpose is just to tell you how much asset sale has happened during the year.. You can get this info by looking at the GL Account
    Since Asset Module is a sub ledger, the asset needs to be retired. At the same time, the FI-GL also should show the needed info from accounting perspective
    While the required GL entry is completed with the 1st 4 line items, the 5th and 6th are just the statistical ones
    Br. Ajay M

  • BAPI for FCH5 or FCH6

    Hi,
    what is the function module or BAPI for FCH5 and FCH6 Tcodes i need to update the Check Number based on that input parameter ( Payment Document NUmber,Company Code ,fiscal year ,House bank ID and Account ID) need to update check number.....
    Thanks in Advance..

    Hi ..
    Thanks for reply...can u send me sample code for FCH5 i need to update the check number i need in function module ( manual) bcoz im using this FM in programs and some other reports..
    send me sample code for function module..
    thanks

  • Best practice for asset capitilazation

    Hi,
    Can anyone sugest any best practice document of SAP for Asset captilization through WBS element.
    Thank you

    Yes.  Use WBS elements (or capital orders).

Maybe you are looking for

  • PL/SQL and Java Swing interface

    Everybody in this forum knows that Oracle is the best database around with many functionalities, stability, performance, etc. We also know that PL/SQL is a great language to manipulate information directly in the database with many built in functions

  • Wide gamut options for iMac, what are they

    We have a new iMac 22 inch model and when we try to calibrate it as a wide gamut monitor using Datacolor Spyder Studio we get the error that this is not a wide gamut monitor. *** I thought this was the ultimate in displays! What do we have to do to g

  • AR aging report (summary by customer)

    Hi Experts, I would like to ask if how to create an aging report showing only the: 1. Customer 2. Credit Limit 3. Payment Term 4. Total AR 5. Due 0-30 6. Due 31-60 7. Due 61-90 8. Not Due Hopefully the balance should be the same as with FBL5N. We hav

  • How to add a html file into JEditorPane

    Hi I am doing an aplication on swing.But I don't know how to add a html file to the JeditorPane keeping the html file on the source code. i.e my html file is in my source code.Then how to add this html file to Jeditor pane. Thanks Srikant

  • UCM 8.6 Reporting

    Is anyone aware of a way to generate a phone report that will list the device name, model, Firmware and registration status? It seems to me that the reporting options from UCM are very very limited - they do supply a few canned reports, but most are