What is LSMW?
Answers were Sorted based on User's Feedback
Answer / ganga
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.
Is This Answer Correct ? | 67 Yes | 3 No |
Answer / naveen jakhar
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.
If you are an existing SAP customer with an OSS ID, you can
access the SAP Service Marketplace to download the LSWM
for your Basis teams to install to your SAP system:
http://service.sap.com/lsmw
The LSM Workbench carries out the following tasks:
Reads the transfer data from one or more files (for
example, spreadsheets, sequential files etc.)
Converts the data from the source format into the target
format
Note that with background processing, the input file must
not be located in the presentation server. Access to
presentation server files is only possible when you are
working online.
You can have a look at the example of an upload data format
for the Condition Pricing for Sales Order.
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
Is This Answer Correct ? | 41 Yes | 3 No |
Answer / anupa
Legacy System Migration Workbench (LSMW) is a SAP tool which
you can use to transfer data into an R/3 System.
This method is very widely used during cut-over, to transfer
legacy system data in to SAP. You can use same to do any
changes to existing data in SAP system as well.
Eg: If you want to change any field value in the material
master, you can download those data from the table in to an
Excel file. Then you can change relevant values in the Excel
sheet. After that using a LSMW, you can write new values
back to SAP.
Below document will explain you on how to create a sample
LSMW. Based on those steps, you should be able to create
your own LSMW.
check below link for more information on How to create a LSMW.
http://learnsaptips.blogspot.com/2010/08/how-to-create-sample-lsmw.html
Is This Answer Correct ? | 11 Yes | 1 No |
Explain credit memo
What is the movement type for return to vendor? How to reverse it?
What is Batch management & how it is working?
What is split valuation? When is it used?
How are free items managed in a PO?
How do you plan for a vendor rating system and move about?
What is sap? How is it used in industries?
you create a PO, for 100 qty and enter the goods receipt for 100 qty but u will do the LIv for 80 qty is it possible? if possible how it is.
What business components can mysap erp be classified into?
Explain full cycle
What is purpose of purchase value key in material master?
While posting gr there is a checkbox item ok. Is there any way to make it default? Will you do an enhancement in system?