Application Development 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: 

Problem when uploading fixed assets using LSMW

Former Member
0 Kudos

Hi Experts,

Im trying to upload fixed asstes using standard batch input method(Object -0160, method - 0001, program name -RAALTD01).

In the test file, asset class is '1100' and the company code is '2001'. But the original length of asset class is 8.So, i've specified 'move with leading zeros' rule for this field.

When reading data, Asset class field is taking '1100#200' as the length is 8.

Please help me out.

4 REPLIES 4

Former Member
0 Kudos

hi Skrupa,

Please share in detail about your problem.I think there must be some problem in the Step 5 "maintain field mapping and conversion rules" where according to me you need to do some validation like putting offset or something.i m not 100 percent sure,but try using offset method or share in detail about all the field so that i can check it out on my own.

also tell me for which transaction you are doing it and what all fields are there in your LSMW?

Regards,

Rahul

Edited by: Rahul Kumar Sinha on Nov 13, 2009 8:13 AM

Former Member
0 Kudos

Hi ,

first u append the zeroes from asset classs using FM " CONVERSION_EXIT_ALPHA_INPUT"

and then u pass the value.

kamesh_g
Contributor
0 Kudos

Hi

Please check with the mapping of source and Target fields .

Even though if you give 8 char lenght ,if mapping is wrong from source to target .values wont read properly .

So in field mapping session check the all fields mapping and both source and target sturcutre are same ot not .

Former Member
0 Kudos

Hi all,

Thanks for your replies.

I got it.

In step 7 - Specify Files , by misrake i've kept - No sperator.

Changed to Tabulator seprator