cancel
Showing results for 
Search instead for 
Did you mean: 

LSMW

former_member194164
Active Participant
0 Kudos

Hi all,

can anyone send me the material (along with screen shots ) on LSMW.

Thanx in advance

vikas chhabra

vikaschhabra2@gmail.com

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

HI Vikas,

Sent mail.

Reward points if it helps

regards

Srini

Former Member
0 Kudos

Srini,

Could please send the same to me also. nagaraj.sun@gmail.com.

Regards

Nagaraj

Former Member
0 Kudos

Hi Nagaraj,

Sent Mail

Regards

Srini

Former Member
0 Kudos

Hello Srini,

Can you send me the document on LSMW to sreesap2002@yahoo.com

Thanks,

Sree

Answers (7)

Answers (7)

Former Member
0 Kudos

hi vikas,

if you feel the query is answered please close it by rewarding useful answers, so that the contributors can look at other unanswered queries first. Also you get a point for doing that.

All the best.

Thanks.

Former Member
0 Kudos

http://www.sap123.com/showthread.php?p=159

Regards,

Rajesh Banka

Rewrad points if helpful.

Former Member
0 Kudos

hi all,

there is a good deal info in this link as well :

<a href="http://www.sap-img.com/sap-data-migration.htm">LSMW</a>

Hope it helps.

Thanks

Sadhu Kishore

Former Member
0 Kudos
Former Member
0 Kudos

HI Srini

Could you pls share the document on rohit_rathi@rediffmail.com

Former Member
0 Kudos

mail sent check.. acknowledge the same...

Ramki

Former Member
0 Kudos

Hi Vikas,

SAP Data Migration with LSMW

No ABAP effort are required for the SAP data migration. However, effort are required to map the data into the structure according to the pre-determined format as specified by the pre-written ABAP upload program of the LSMW.

The Legacy System Migration Workbench (LSMW) is a tool recommended by SAP that you can use to transfer data once only or periodically from legacy systems into an R/3 System.

More and more medium-sized firms are implementing SAP solutions, and many of them have their legacy data in desktop programs. In this case, the data is exported in a format that can be read by PC spreadsheet systems. As a result, the data transfer is mere child's play: Simply enter the field names in the first line of the table, and the LSM Workbench's import routine automatically generates the input file for your conversion program.

The LSM Workbench lets you check the data for migration against the current settings of your customizing. The check is performed after the data migration, but before the update in your database.

So although it was designed for uploading of legacy data it is not restricted to this use.

We use it for mass changes, i.e. uploading new/replacement data and it is great, but there are limits on its functionality, depending on the complexity of the transaction you are trying to replicate.

The SAP transaction code is 'LSMW' for SAP version 4.6x.

For those with the older SAP version (4.7 and below), the data migration programs might not have been pre-loaded.

You can download the LSMW at no cost from SAPNet under Services, SAP Methodology and Tools, category Tools.

Steps in LSMW

How to develop a lsmw for data migration for va01 or xk01 transaction?

You can create lsmw for data migration as follows (using session method):

Example for xk01 (create vendor)

Initially there will be 20 steps but after processing 1 step it will reduced to 14 for session method.

1. TCode : LSMW.

2. Enter Project name, sub project name and object name.

Execute.

3. Maintain object attributes.

Execute

select Batch Input recording

goto->Recording overview

create

recording name.

enter transaction code.

start recording

do recording as per ur choice.

save + back.

enter recording name in lsmw screen.

save + back

Now there will be 14 steps.

2. MAINTAIN SOURCE STRUCTURES.

Here you have to enter the name of internal table.

display change

create

save + back

3. MAINTAIN SOURCE FIELDS.

display change

select structure

source_fields->copy fields.

a dialogue window will come .

select -> from data file

apply source fields

enter No. of fields

length of fields

attach file

save + back

4. MAINTAIN STRUCTURE RELATIONS

display change

save + back

5. MAINTAN FIELD MAPPING & CONVERSION RULE

display change

click on source field, select exact field from structue and enter

repeat these steps for all fields.

save+back

6. MAINTAIN FIXED VALUES, TRANSACTION, USER DEFINED

execute

save + back

7. SPECIFY FILES.

display change

click on legacy data

attah flat file

give description

select tabulatore

enter

save + back

8. ASSIGN FILE

execute

display change

save + back

9. IMPORT DATA.

execute

display change

save + back

10. DISPLAY IMPORTED DATA

enter ok, it willl show records only.

back

11. CONVERT DATA

execute

display change

save + back

12. DISPLAY CONVERTED DATA

execute

display change

save + back

13. CREATE BATCH INPUT SESSION

tick keep batch input folder

F8

back

14. RUN BATCH INPUT SESSION.

SM35 will come

Object name will be shown here

select object & process

Please Reward IF Really Helpful,

Thanks and Regards,

Sateesh.Kandula