LSMW for Legacy Asset

HI All,
I created a recording in LSMW using AS91 for migration of  our legacy assets, But I have a  problem in Fixing deprecation values,like in screen Takeover values, the field for APC value is ANBTR01 and thats the same field is used for accum.dep values also.So is the same case with other tax APC value fileds which is ANBTR04 for tax Area MACRS/ACRS and same field for tax accum dep value its again ANBTR04, so when I am define my souce structure,the system gives the message ANBTR01 used more than once so its changed to F0027,Could anyone please tell me how the system knows which ANBTR01 is APC and which ANBTR01 is accum dep value.
Regards
Shaun

Hi Shaun,
This is an example from a recording:
RALT_DYNP_STRUC-ANBTR01(01)   ANBTR01-1            Colum 01 aquasition value
RALT_DYNP_STRUC-ANBTR01(06)   ANBTR01-6            Colum 01 *** Depreciation
RALT_DYNP_STRUC-ANBTR02(01)   ANBTR02-1            Colum 02 aquasition value
RALT_DYNP_STRUC-ANBTR02(06)   ANBTR02-6            Colum 02 *** Depreciation
RALT_DYNP_STRUC-ANBTR04(01)   ANBTR04-1            Colum 04 aquasition value
RALT_DYNP_STRUC-ANBTR04(06)   ANBTR04-6            Colum 04 *** Depreciation
RALT_DYNP_STRUC-ANBTR06(01)   ANBTR06-1            Colum 06 aquasition value
RALT_DYNP_STRUC-ANBTR06(06)   ANBTR06-6            Colum 06 *** Depreciation
RALT_DYNP_STRUC-ANBTR07(01)   ANBTR07-1            Colum 07 aquasition value
RALT_DYNP_STRUC-ANBTR07(06)   ANBTR07-6            Colum 07 *** Depreciation
It is like cell numbers from an EXCEL File.
Source fields (from the EXCEL file
ANBTR01                        C(013)    apc value colum 01
ANBTR02                        C(013)    apc value colum 02
ANBTR03                        C(013)    apc value colum 03
Mapping:
ANBTR01                      apc value colum 01
                    Source:  ASSET_LEGACY_TRANSFER-ANBTR01 (apc value colum 01)
                    Rule :   Transfer (MOVE)
                    Code:    AS91-ANBTR01 = ASSET_LEGACY_TRANSFER-ANBTR01.
ANBTR02                      apc value colum 02
ANBTR03                      apc value colum 03
                    Source:  ASSET_LEGACY_TRANSFER-ANBTR03 (apc value colum 03)
                    Rule :   Transfer (MOVE)
                    Code:    AS91-ANBTR03 = ASSET_LEGACY_TRANSFER-ANBTR03.
ANBTR05                      apc value colum 05
ANBTR07                      apc value comum 07

Similar Messages

  • Depreciation run for legacy assets

    Hello,
    This is the first depreciation run in SAP for the month of April 2007.
    System is posting depreciation for those assets procured during the year i.e purchased in April but not posting for legacy assets i.e assets uploaded from legacy.
    Regards
    Sreekanth

    Hi Murali,
    Our Fiscal year is betyween April and March. Depreciation for legacy assets has been uploaded till the month of March 2007.Planned depreciation is getting displayed in the asset explorer under Fiscal year start column.
    Hope u were looking for this info.
    Regards
    Sreekanth

  • Create a LSMW for abumn asset transfer upload

    hi all
    we have a requirement form the user to upload all the existing assets to new asset shells through ABUMN, we need to create the
    lsmw recording for the same, iam doing the lsmw recording and each time i do the recording the system says cant save the recording
    has anyone worked on ABUMN asset transfer upload LSMW. please suggest your views on the same.
    kind regards
    aman
    sap fico     

    Hi ,
    Please see below docuemnt which will help you in creating LSMW
    LSMW for Functional Consultants in simple step-by-step way
    Please search before you post

  • Lsmw for fixed asset

    Hi All,
    I am uploading data for fixed assets using LSMW with bapi -
    business object - BUS1022
    Method - FIXEDASSET_CREATEINCLVALUES
    Message Type - FIXEDASSET_CREATEINCLVALUES02
    According to project settings group asset and group asset subnumber are mandatory fields for depreciation area  15. When i am running the lsmw i am getting the error
    "DEPRECIATIONAREAS-GRP_ASSET ("Group asset") is a required entry field in depreciation area  15. The field was not supplied with data when the BAPI was called."
    Please help me how to solve the problem...
    I am copying the lsmw for which group asset and group asset sub number were not included and i am adding those two fields in my lsmw and i am not able to upload the data because of the error. Previously these two fields were not mandatory and LSMW was working fine.
    Thanks,
    Govinda

    Hi Govinda,
                      Please try with the following code , if it is useful then please allocate points to me
    *& Report  ZASSET_CREATE
    REPORT  zasset_create.
    DATA:
       input parameters to the bapi
        input_key       LIKE  bapi1022_key,
        gen_data        LIKE  bapi1022_feglg001,
        gen_datax       LIKE  bapi1022_feglg001x,
        posting_info    LIKE  bapi1022_feglg002,
        posting_infox   LIKE  bapi1022_feglg002x,
        posting_data    LIKE  bapifapo_gen_info,
        acquis_data     LIKE  bapifapo_acq,
        time_dep_data   LIKE  bapi1022_feglg003,
        time_dep_datax  LIKE  bapi1022_feglg003x,
        real_estate     LIKE  bapi1022_feglg007,
        real_estatex    LIKE  bapi1022_feglg007x,
        allocations     LIKE  bapi1022_feglg004,
        allocationsx    LIKE bapi1022_feglg004x,
        extensionin     TYPE TABLE OF bapiparex,
        origindata      LIKE bapi1022_feglg009,
        origindatax     LIKE bapi1022_feglg009x,
    it_depreciationareas TYPE TABLE OF bapi1022_dep_areas,
    wa_depreciationareas TYPE bapi1022_dep_areas,
                     occurs 0 with header line,
    it_depreciationareasx TYPE TABLE OF bapi1022_dep_areasx,
    wa_depreciationareasx TYPE bapi1022_dep_areasx,
                     occurs 0 with header line,
    it_investment_support TYPE TABLE OF bapi1022_inv_support,
                     occurs 0 with header line,
    output parameters from the bapi
        asset_number    LIKE bapi1022_1-assetmaino,
        sub_number      LIKE bapi1022_1-assetsubno,
        out_return      LIKE bapiret2,
        out_return2     LIKE bapiret2.
    input_key-companycode = 'CAT1'.
    gen_data-assetclass   = '00003000'.
    gen_datax-assetclass = 'X'.
    gen_data-descript = 'Testing BAPI'.
    gen_datax-descript   = 'X'.
    gen_data-serial_no    = '1111'.
    gen_datax-serial_no  = 'X'.
    gen_data-base_uom     = 'KG'.
    gen_datax-base_uom   = 'X'.
    *Append the Depreciation keY VALUE EQUAL TO LINA to the internal table.
    wa_depreciationareas-area = '01'.
    wa_depreciationareas-descript = 'Book deprec.'.
    wa_depreciationareas-dep_key = 'LINA'.
    wa_depreciationareas-ulife_yrs = '2'.
    wa_depreciationareas-ulife_prds = '3'.
    wa_depreciationareas-exp_ulife_yrs = '5'.
    wa_depreciationareas-exp_ulife_prds = '3'.
    *wa_depreciationareas-EXP_ULIFE_SDEP_YRS
    *wa_depreciationareas-EXP_ULIFE_SDEP_PRDS
    *wa_depreciationareas-ORIG_ULIFE_YRS
    *wa_depreciationareas-ORIG_ULIFE_PRDS
    wa_depreciationareas-change_yr = '3'.
    *wa_depreciationareas-dep_units = '3'.
    *wa_depreciationareas-odep_start_date = '01012005'.
    *wa_depreciationareas-sdep_start_date = '01012005'.
    *wa_depreciationareas-INTEREST_START_DATE
    *wa_depreciationareas-READINESS
    *wa_depreciationareas-INDEX
    wa_depreciationareas-AGE_INDEX
    wa_depreciationareas-var_dep_portion = '200'.
    wa_depreciationareas-scrapvalue = '20'.
    *wa_depreciationareas-currency = 'USD'.
    *wa_depreciationareas-currency_iso = 'USD'.
    *wa_depreciationareas-NEG_VALUES
    *wa_depreciationareas-GRP_ASSET
    *wa_depreciationareas-GRP_ASSET_SUBNO
    *wa_depreciationareas-ACQ_YR
    *wa_depreciationareas-ACQ_PRD
    *wa_depreciationareas-SCRAPVALUE_PRCTG
    APPEND wa_depreciationareas TO it_depreciationareas.
    CLEAR: wa_depreciationareas.
    wa_depreciationareasx-area = '01'.
    *wa_depreciationareasX-DESCRIPT = 'X'.
    *wa_depreciationareasX-DEACTIVATE = 'X'.
    wa_depreciationareasx-dep_key = 'X'.
    wa_depreciationareasx-ulife_yrs  = 'X'.
    wa_depreciationareasx-ulife_prds = 'X'.
    *wa_depreciationareasX-EXP_ULIFE_YRS = 'X'.
    *wa_depreciationareasX-EXP_ULIFE_PRDS = 'X'.
    *wa_depreciationareasX-EXP_ULIFE_SDEP_YRS = 'X'.
    *wa_depreciationareasX-EXP_ULIFE_SDEP_PRDS = 'X'.
    *wa_depreciationareasX-ORIG_ULIFE_YRS = 'X'.
    *wa_depreciationareasX-ORIG_ULIFE_PRDS = 'X'.
    wa_depreciationareasx-change_yr = 'X'.
    *wa_depreciationareasx-dep_units = 'X'.
    wa_depreciationareasx-odep_start_date = 'X'.
    wa_depreciationareasx-sdep_start_date = 'X'.
    *wa_depreciationareasX-INTEREST_START_DATE = 'X'.
    *wa_depreciationareasX-READINESS = 'X'.
    *wa_depreciationareasX-INDEX = 'X'.
    *wa_depreciationareasX-AGE_INDEX = 'X'.
    wa_depreciationareasx-var_dep_portion = 'X'.
    wa_depreciationareasx-scrapvalue = 'X'.
    *wa_depreciationareasx-currency = 'X'.
    *wa_depreciationareasx-currency_iso = 'X'.
    *wa_depreciationareasX-NEG_VALUES = 'X'.
    *wa_depreciationareasX-GRP_ASSET = 'X'.
    *wa_depreciationareasX-GRP_ASSET_SUBNO = 'X'.
    *wa_depreciationareasX-ACQ_YR = 'X'.
    *wa_depreciationareasX-ACQ_PRD = 'X'.
    *wa_depreciationareasX-SCRAPVALUE_PRCTG = 'X'.
    APPEND wa_depreciationareasx TO it_depreciationareasx.
    CLEAR wa_depreciationareasx.
    *Append the Depreciation keY VALUE EQUAL TO LINb to the internal table.
    break mukherar.
    CALL FUNCTION 'BAPI_FIXEDASSET_CREATE1'
      EXPORTING
        key                        = input_key
      REFERENCE                  =
      CREATESUBNUMBER            =
      POSTCAP                    =
      CREATEGROUPASSET           =
      TESTRUN                    =
       generaldata                = gen_data
       generaldatax               = gen_datax
      INVENTORY                  =
      INVENTORYX                 =
      POSTINGINFORMATION         =
      POSTINGINFORMATIONX        =
      TIMEDEPENDENTDATA          =
      TIMEDEPENDENTDATAX         =
      ALLOCATIONS                =
      ALLOCATIONSX               =
      ORIGIN                     =
      ORIGINX                    =
      INVESTACCTASSIGNMNT        =
      INVESTACCTASSIGNMNTX       =
      NETWORTHVALUATION          =
      NETWORTHVALUATIONX         =
      REALESTATE                 =
      REALESTATEX                =
      INSURANCE                  =
      INSURANCEX                 =
      LEASING                    =
      LEASINGX                   =
    IMPORTING
      COMPANYCODE                = company_code
       asset                      = asset_number
       subnumber                  = sub_number
      ASSETCREATED               =
       return                     = out_return
    TABLES
       depreciationareas          = it_depreciationareas
       depreciationareasx         = it_depreciationareasx.
      INVESTMENT_SUPPORT         =
      EXTENSIONIN                =
    CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
              EXPORTING
                WAIT          =
              IMPORTING
                RETURN        =
    WRITE: / 'Asset Number:',asset_number.

  • LSMW for uploading assets using BAPI

    Hi.
    I am trying to upload assets from a flat file into the standard table using LSMW with BAPI.
    I could upload the assets by calling the BAPI from an ABAP report. But when I use the same BAPI in LSMW it gives an error while maintaining structure relationships.
    I created different source structures for header segment, general data and for depreciation areas on same level. While assigning these structures to target structures it asked for maintaining hierarchy between them. After I created that hierarchy I could maintain the relationships properly. But the read program was not generated.
    Please help me in this.
    Thank you.

    Hi Savitha.
    Thanks for the reply.
    The identification field need to be defined in case of data maintained for several source structures in one file. I am maintaining the data for each source structure in a separate file.
    Still it is giving me the same problem that is not generating the read program.
    If I dont maintain the hierarchy in source structures then it is generating the read program but then gives error while converting the data.
    Don't know how to proceed.

  • Problems posting depreciation for legacy assets taken over

    We recently loaded conversion balances for asset with a takeover date of Aug 2nd, with various prior capitalization dates. The date of last depreciation posted was set as Dec 31st 2004. When we try to post unplanned depreciation for all of 2005 in December, the system says depreciation for period 12 was already posted, so do a repeat run. There was no depreciation actually posted for period 12, because there were no assets before today. A check of the expense account and depreciation report and a search by depreciation doc type confirm this.
    When we try a repeat run, it says cannot do it for period 12, need to do it for period 000. When we try it for period 000, it says no depreciation areas to post to. The config has been checked and the depreciation areas and posting periods are set up correctly.  The load, the depreciation posting and all steps for closing of asset fiscal year were successfully carried out in DEV and QA. The only difference in PRD is that the year was closed before the load, but we reopened it.
    Also, the opening balance in the asset history sheet for 2006 does not agree with the closing balance for 2005, the difference being the planned depreciation amount. The FI-AA reconciliation report RAABST02 also shows a difference only in the Accum Depn accounts, equal to this figure. So clearly the system THINKs depreciation was posted. When we try to close asset fiscal year it says depreciation was not completely posted for 2005, but it won't let us post it. HELP!

    I tested this whole thing in DEV and QA before we did the same process in PRD, and I was able to run depreciation in those clients, so I think the problem is specific to PRD. As I mentioned, the only difference in PRD is that we had closed the fiscal year so I had to re-open it to perform the load.
    Yes, the problem I have been experiencing has been for Dec 2005 and I don't expect there to be anything in TABA because the system simply will not let me post depreciation of any type, for any period in 2005. I've tried it for period 8 as well. No matter what, it keeps insisting that depreciation was already run for period 12 2005 and to do a repeat run. When I try a repeat run, it says 'the last posting run was for period 000' and that only period 000 can be posted in the repeat run. When I try doing it for period 000, it says "there are no areas to post to". 
    I did try to reverse the Y/E close with OAAQ for 2005, but still no luck getting depreciation running. So you see why resetting it was looking like a good option? :-0

  • LSMW for Asset Creation not creating Transaction

    Hi,
    I am using standard LSMW for creating Asset into the SAP system and passing transaction code as AS91.
    Object: 0160
    Method: 0001
    Program Name: RAALTD01
    Program Type: B
    The asset is getting created, but even after passing the Transaction Data (Structure BALTB), with T-Code AS91, it is not creating the transaction record into Asset.
    Any solution  / work around for this?
    Thanks & Regards,
    Sandip kamdar

    try with recording method, i had done this for same tcode and sucessfully completed the job.

  • Asset Retirement (Legacy assets) high priority

    MODERATOR:  message locked.  please read the rules of engagement before posting.
    Dear Friends,
    I am doing retirement for Legacy assets using F-92 transaction code .i selected transaction type 210 . it is giving following error
    Retirement of old assets data not possible (No existing old assets data) for some asset class assets
    and some asset class assets i am getting following error
    Posting with trans.type 210 not possible (No acquisition posted) but values are there in legacy asset(take over values tab)
    why some asset class assets are getting Retirement of old assets data not possible  and some asset class assets are getting  No acquisition posted
    for normal assets created using AS01 no error is coming
    some Legacy asset class assets retirement happening fine
    plz suggest which transaction type has to use for legacy assets or need to create separate transaction type for legacy assets
    we are using group asset concept
    errors are
    Retirement of old assets data not possible (No existing old assets data)
    Message no. AA416
    Diagnosis
    You have tried to post an retirement based on amount, using a transaction type which refers to old assets data (acquisitions from previous years).
    However, the sum of the APC at the start of the fiscal year and the transactions, related to the past, equals 0.
    Procedure     
    Check the transaction type entered and the asset.
    Posting with trans.type 210 not possible (No acquisition posted)
    Message no. AA324
    Diagnosis
    Transaction type 210 belongs to a transaction type group, which can only be used to post to assets to which posting has already been performed. However, no postings have been made to this asset.
    Procedure
    Use a transaction type from a transaction type group, which can be used for the first acquisition to an asset.
    Regards
    Govind
    Edited by: Govind Yadav on Jul 8, 2008 10:24 PM
    Edited by: Govind Yadav on Jul 8, 2008 10:26 PM
    Edited by: Govind Yadav on Jul 8, 2008 10:27 PM

    Hi,
    If you are doing upload of legacy assets each year wise, then you have to AJRW for every year.
    Another way-- you can set your legacy asset takeover date as same as your last closed FY end date, by keeping this date as takeover date you may not be able to run any asset balances report with a report date, which is prior to your takeover date.
    For ex: if your takeover date is 31.03.2009, then you cannot run balances report with a report date <31.03.2009
    For dep rate changes issue----
    You have create your legacy asset with a dep key, which should have the rate of dep from takeover date only.
    Whatever depreciation rate changes happend before takeover cannot be maintained in the asset master, since SAP will not calculates dep prior to takeover date. Since system will calculates dep from 01.04.2009 (according to example date) with the rate, which is appilicable from 01.04.2009 only.
    What you have to do is, you need to create your dep key with currenct dep rate only and maintain the same in your legacy asset. So while creating through AS91, you need to maintain the APC value (original purchase price) Accum dep ( this amount might have derived from various dep rate calculations outside system till takeover).
    Thanks,
    Srinu

  • Legacy Asset aquisition

    Dear All,
    Scenario
    Date of Capitalization : 09.07.2006
    Useful life of this Asset is 8 years
    As on 30.04.2010 expired useful years = 3 years 296 days
    The asset details are as follows
    Aquisition value is 142,049 KWD
    Accm.Depr is           68,033 (as of 30.04.2010)
    NBV                      74016.000 as of 30.04.2010
    I tried to aquire these details through AS91, but I am not able to enter any values in Take over values.
    I am able to use only 2 fields in AS91 take over values i.e. Ord.dep.posted & Pstd.unpl.dep.
    I need to get the above details in Asset master.
    I am aware of entering these values in GL by reseting the recon in AA config.
    Please advise.
    Thanks
    Sunil.

    Hi,
    Following settings are relevant for legacy assets update.
    IMG->Financial Accounting (New)->Asset Accounting->Asset Data Transfer->Parameters for Data Transfer->Date Specifications
    1) Specify Transfer Date/Last Closed Fiscal Year (It is recommended to maintain takeover date similar to your cutover date
    2) Specify Last Period Posted in Prv.System (Transf.During FY)
    These settings determine what field to be opened in AS91 based on capitalization date in General view of the asset master.
    Best Regards,
    Madhu

  • LSMW for AS91

    Hey Guys,
    I am doing an LSMW For fixed assets AS91. I have five depreciation areas and i am recording in the following manner
    Dep Key Useful life useful periods dep start date exp life exp prd
    Dep Key Useful life useful periods dep start date exp life exp prd
    and similarly for the other dep areas.
    But the recording shows in the following order
    Dep Key Dep key ( for all 5 areas) then Useful life for 5 years
    Do you know why this is hapening?
    Can i change the screen order in LSMW ?
    Right now i have my screen fields in the order of dep key dep key etc ( the same order which sap is giving me) i tried changing this order to what i want to have in excell, but it still doesnt let me have the filet format i have

    sap will only load based on the structure you have defined in LSMW. so modify your structure to dep key, useful life, etc. and load your data thru AS91.

  • Legacy asset data upload for multiple line items

    Hello
    Legacy asset data upload for multiple line items- for example Building is an asset which is having different line items for purchasing of land,constructaion or renovation etc.........now to upload the legacy data what should be consider...only one line item for Building or numbers of line item.........
    which one is the proper way to do this exercise?
    regards

    Hi,
    It completely depends on clients requirement. but following are few approaches:
    1. Define Building as Asset Class.
    2. Create a Building at specific location at asset code and
    3. create asset sub numbers for other components.
    other approach would be:
    1. Define Building as Asset Class.
    2. Create a Building at specific location at asset code and
    3. create further asset codes for other components where field description will be used for relating each other.
    Regards,
    Sayujya

  • Asset Tables for legacy data takeover

    Dear Friends
    We've to take assets data from one client to another and hence would be using Legacy assets.
    Could you please let me know from which tables / reports i should extract the data related to master & transaction data from the legacy system which is also on SAP.
    ANLA - master data and to take those assets which are not deactivated
    ANLB
    ANLC - asset accumulated APC & dep. And current yr dep
    ANLZ - dep terms data
    ANEP - asset transaction data for current year acquisitions
    I dont have the system in from of me and i hope the above tables are correct.
    1. Please let me know if other tables are required?
    2. Should the dep area data be posted with remaining useful life & expired life in legacy asset?
    Regards
    Kapil

    Hello Kapil,
    I invite you to carefully review the attached SAP notes which should
    provide you with the necessart answer:
    68802   Legacy data trnsfr: diff.fields n.ready f.input
    550176  FAQ note legacy data transfer asset master records
    373894  Collective note: introdctn to prblm solutn in FI-AA
    Further I also attach the following 6 notes that provide further
    informative details regarding legacy transfer, and also some specific
    only for legacy transfer during the year:
    729164  AS91/AS92: Incorrect ready for input status for prop. values
    29706   AS91/92/94: Dep. area fields not ready for input
    4206    Net book value input at old data transfer
    50607   Depreciation during old assets data takeover
    26240   Reconciliation of posted depreciat. after takeover
    For further information, please review the information for asset data
    transfer in the R/3 Library:
    FI-AA - Assets -> Legacy Data Transfer -> Special Considerations for
    Asset Data Transfer -> Time of Transfer...
    thanks and regards
    Ray

  • LSMW for Asset Data (Tcode-AS01)

    Hello All,
    I am working on LSMW for Asset master data creation for transaction AS01. When i go to tcode AS01 there is a field with description called "NUMBER OF SIMILAR ASSETS". The LSMW program for the asset data uses two structures BALTD and BALTB. But the field description field is not available in these stuctures. So i am not able to create asset data through t code AS01.
    Can anybody help me out. I will reward you with points. 
    Thanks,

    Hi,
    The number of similar assets
    enables you to create multiple similar assets in one master transaction. These assets initially differ from each other only by their main and/or sub-number. When you save, you can also enter a description and inventory number for each individual master record.
    This function does not allow you to create multiple assets that automatically have the same long text.
    In order to work with lsmw you are creating asset in reference to old asset number/subnumber. i think the default number of assets are 1. in case you require more assets to be created of same type you may have to pass different long texts.
    Reward if find useful.

  • Legacy Asset Net Book Value is Zero-Want to post Sale of Asset for the same

    I have Scenario
    We have upload the legacy Assets in Year 2005. One of the Asset Net Book Value is Zero. When we are trying to post Asset Retirement, the for that Asset following is error message received:
    "Retirement of Old Assets data not possible (No Existing old Asset Data).
    Though in the books the Net book value is Zero, we have received profit on sale of Asset.
    How post the profit on Asset & also how to take it from the gross block.
    Thanks
    Rags

    Hi,
    the e-message stated, that you must use another transaction type:
    so not a transaction type with old asset data like 210.
    try / test  transaction types : 250-275
    pls reward useful answers
    thx.
    Andreas

  • LSMW  for t-code ABSO (Create Asset Transaction)

    Hi All,
    I'm new to LSMW.
    I get the requirement to create LSMW tool using t-code - ABSO(Create Asset Transaction).
    Could anyone provide some idea/ guide how I perform recording while the
    - transaction type A and B restrict posting to <u>depreciation area 04</u> only.
    Is there any way to verify / do it? Please kindly advise.
    Thank you!

    Hello Little
    I know this is a very old thread. I am in a similar situation as you were. We have multiple transaction type, each calling specific depreciation areas only. Thus my input file has, for  each asset a Depreciation amount, special depreciation etc, based on the transaction type. When I create the LSMW, it maps the target fields (like NAFAV, NAFAL etc) to only one depreciation area. Thus all the values during running the file are wrong.
    Can you tell me how you managed this?
    Like you I am also new to LSMW!
    Thank you

Maybe you are looking for

  • Installed itune but wont open program

    i got a ipod yesterday 30gb and i put in the disc for itunes that came with it it'll install itunes but it wont let me open up the program says theres a error i downloaded itunes before i got my ipod from ipod.com and it worked fine... then my comput

  • Intel Smart Response and RAID bios option

    hi unfortunately, i have lenovo M5400 and i am disappointed that i have another problem with this notebook. i cannot enable intel smart response in intel rapid storage because i ave no RAID option in bios, only compatible/ahci. why? how to fix it?

  • Miix 2 8, Can't make a recovery drive!!

    Hi, Miix is less than a week old and I am trying to make a recovery drive, just in case. I followed the instructions here http://support.lenovo.com/en_US/downloads/detail.page?DocID=HT076024 But the first thing is the "Copy the recovery partition to

  • EDI batching issue while handling the exception.

    I am trying to batch the inbound IDOC message coming throught external release as the requirement is to batch the EDI messages for every IDOC having multiple BGM's. For eg if the 1st IDOC has 4 BGM's and second Idoc has 3 BGM's there should be 2 diff

  • Print string char by char

    Hi, I need to know if it possible, and how to send a string message to the printer and control the print from the keyboard. I will explain: A known text should be print by the printer in a way that each key press (spacebar or other key) will command