2008 Apr 30 6:25 PM
Using batch input in LSMW fixed asset conversion how to fill the table control of depreciation areas ?. I am able to fill data for only one depreciation area in table control..
Thanks
Using batch input in LSMW fixed asset conversion how to fill the table control of depreciation areas ?. I am able to fill data for only one depreciation area in table control..
Thanks
2008 Apr 30 7:29 PM
Hi,
As mentioned in my previous posts reply these fields are not captured in LSMW. Try using the BAPI
The fields which I used to map individual structures might be different from yours. So Map and populate the appropriate values
Call the Function Module 'BAPI_FIXEDASSET_OVRTAKE_CREATE'
Exporting the following structures:
key with details like company code and Asset number
reference with reference data like company code
generaldata with general data
generaldatax with change indicators for general data
inventory with Inventory details
inventoryx with change indicators for Inventory data
postinginformation with posting details
postinginformationx with change indicators for posting details
timedependentdata with the time dependent details of asset
timedependentdatax with change indicators for time dependent information
allocations with allocation details
allocationsx with change indicators for allocation details
origin with origin details like vendor, manufacturer
originx with change indicators for allocation details
leasing with leasing details
leasingx with change indicators
asset the created asset number
subnumber the created sub asset sumber
assetcreated structure with asset details
and passing the tables
depreciationareas with the depreciation area details (eg 01, 20)
depreciationareasx with change indicators for depreciation area details
cumulatedvalues with the cumulated value information
postedvalues with the posted value information
transactions with the transaction type details
return get the status of the BAPI execution with errors/warnings or
success details.
Hope this solves your problem.
<REMOVED BY MODERATOR>
Regards,
Raj
Edited by: Alvaro Tejada Galindo on Apr 30, 2008 4:07 PM
2008 May 01 8:04 PM