Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Table control in Fixed Asset Conversion

Former Member
0 Likes
797

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

2 REPLIES 2
Read only

rajasekhar_matukumalli3
Active Participant
0 Likes
472

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

Read only

0 Likes
472

Thanks Resolved