100% found this document useful (1 vote)
419 views5 pages

SAP FICO Configuration Guide - LSMW Step by Step

The document discusses the steps involved in using the Legacy System Migration Workbench (LSMW) tool in SAP to transfer data from a legacy system to SAP. It outlines the 14 main steps typically used: 1) Maintain Object Attributes 2) Maintain Source Structures 3) Maintain Source Fields 4) Maintain Structure Relations 5) Maintain Field Mapping and Conversion Rules 6) Maintain Fixed Values, Translations, User Defined Routines 7) Specify Files 8) Assign Files 9) Read Data 10) Display Read Data 11) Convert Data 12) Display Converted Data 13) Create Batch Input Session 14) Run Batch Input Session. Each step is explained in 1-2 sentences. The document stresses that

Uploaded by

venkatesreddy
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
419 views5 pages

SAP FICO Configuration Guide - LSMW Step by Step

The document discusses the steps involved in using the Legacy System Migration Workbench (LSMW) tool in SAP to transfer data from a legacy system to SAP. It outlines the 14 main steps typically used: 1) Maintain Object Attributes 2) Maintain Source Structures 3) Maintain Source Fields 4) Maintain Structure Relations 5) Maintain Field Mapping and Conversion Rules 6) Maintain Fixed Values, Translations, User Defined Routines 7) Specify Files 8) Assign Files 9) Read Data 10) Display Read Data 11) Convert Data 12) Display Converted Data 13) Create Batch Input Session 14) Run Batch Input Session. Each step is explained in 1-2 sentences. The document stresses that

Uploaded by

venkatesreddy
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

4/4/2014

SAP FICO Configuration Guide: LSMW step by step?


Share

More

Next Blog

Create Blog

Sign In

SAP FICO Configuration Guide


ERP ECC 6.0 SAP FI/CO

Home

Interview Q&A

GL Accounting

Accounts payable

Accounts Receivable

Asset Accounting

FICO Project
Search

Posts
Comments

SHARE IT
Share this on Facebook
pow ered by

Tweet this
View stats
(NEW) Appointment gadget >>

LABELS

TUESDAY, JUNE 28, 2011

LSMW step by step?

Interview Q/A (76)


Telugu (1)

abap programming
allinterview(fico)
help.sap.com
SAP Training Hub
sdn.sap.com

LSMW is a tool used to tranfer data from legacy system to R/3 periodically or once.It supports
conversion of data and Batch Input,BAPI,IDOC or Direct Input can be used as the method for transfer
of data.Total of 26 processing steps are available in LSMW ,In case of data transfer using Batch Input
only 14 steps are required.
Execute the transaction LSMW to start transfer of data,Before using the LSMW we should have good
knowledge about the business object and the fields that will be transferred.
The main screen of LSMW provides wizard-like step-by-step tasks, To complete your data
conversion, you need to execute these steps in sequence. Once a step is executed, the cursor is
automatically positioned to the next step.
Note that these steps may look different depending upon your Personal menu settings. You could
make step numbers visible by Numbers on icon or hidden by Numbers off icon. You can execute a
step by double-clicking on the row. Toggle icon Doubleclick=Display or Doubleclick=Edit, makes the
step in display mode or change mode.
There are 14 steps that are normally used and these are.

1)
2)
3)
4)
5)
6)
7)

Maintain Object Attributes.


Maintain Source Structures.
Maintain Source Fields.
Maintain Structure Relations
Maintain Field Mapping and conversion rules .
Maintain Fixed Values,translations ,user defined routines.
Specify Files .

http://sapconfiguration.blogspot.in/2011/06/lsmw-step-by-step.html

1/5

4/4/2014

SAP FICO Configuration Guide: LSMW step by step?

8) Assign Files .
9) Read DATA.
10) Display Read Data.
11) Convert Data.
12) Display Converted Data.
13) Create Batch Input Session.
14) Run Batch Input Sesion.

1) Maintain Object Attributes.


In this example, you will be updating the customer master records with the help of recording a
transaction (XD02).
a.Choose radio button Batch Input Recording and
bclick on the recording overview icon to record the R/3 transaction.
c.Enter the Recording nameasXD02_REC,the description as Customer Master Updates
Recording, and
d.the transaction code as XD02(FS00 in case of gl accounts)
Once the transaction is completed, R/3 records the flow of screens and fields and saves the
information,

2) Maintain Source Structures.


Give a name and a description to the source structure
3) Maintain Source Fields.
In this step, you need to list what fields are present in the source structure. The easiest way is to
click on Table Maintenance icon to enter Fieldname, Type and Length for each field
Note that your input file will have four fields as key fields and you need to update three fields in the
system
4) Maintain Structure Relations
Execute a step to Maintain Structure Relations. Since, there is only one Source and Target
Structure, the relationship is defaulted automatically
5) Maintain Field Mapping and conversion rules .
In this step, source/legacy fields in each structure are assigned to R/3 fields. It may be done
individually for each R/3 field, which being time-consuming for complex structures or we can use
automatic mapping utility (Extras > Auto-Field mapping).
We can specify the conversion rule to be used to convert an LS field into the corresponding R/3 field.
For this, use predefined conversion rules or create your own conversion rules in the editor.
You may use the buttons Initial, Constant, Move & Fixed Value to assign different values. You may
also assign different rules by using the button Rule. automatic mapping utility (Extras > Auto-Field
mapping).
6) Maintain Fixed Values,translations ,user defined routines.

7) Specify Files .
In this step, we define how the layout of the input file is. The input file is a [Tab] delimited with the
first row as field names. It is present on my PC (local drive)
Create an Excel file with your data and save it as a Tab-delimited text file on your local drive.
8) Assign Files .
Execute step Assign Files and the system automatically defaults the filename to the source
structure.
9) Read DATA.
http://sapconfiguration.blogspot.in/2011/06/lsmw-step-by-step.html

2/5

4/4/2014

SAP FICO Configuration Guide: LSMW step by step?

In this step, LSMW reads the data from the source file (from your PCs local drive).
10) Display Read Data.
This step is optional. If required, you can review the field contents for the rows of data read
11) Convert Data.
This is the step that actually converts the source data (in source format) to a target format.
Based on the conversion rules defined, source fields are mapped to target fields.
12) Display Converted Data.
Again this is an optional step to view how the source data is converted to internal SAP format
13) Create Batch Input Session.
Once the source data is converted in an internal format, you can create a batch session to process
updates .
14) Run Batch Input Sesion.
You can execute the BDC session by Run Batch input session. Executing a batch input session is a
standard SM35 transaction for managing BDC sessions. Once you have successfully executed the
batch input session, the customer master records are updated in the system. You can confirm this by
viewing the customer master records (XD03).

Note! Browsing thru these 14 steps, you may get a feeling that this is a very lengthy and timeconsuming activity. However, for the purposes of demonstration, I have made it detailed. Although it
looks lengthy, actually it takes hardly few hours from start-to-finish! After playing around with few
simple LSMW scripts, you will find it so easy to change and create more complex ones.
Posted by RaviKanth at 6:27 PM
+1 Recommend this on Google

Labels: Interview Q/A


Reactions:

funny (0)

interesting (2)

cool (0)

5 comments:
Anonymous April 13, 2012 at 11:23 AM
Very gud post and very useful....... Thanq sir
Reply

Harry September 27, 2012 at 4:57 PM


Gud 1..
Reply

Harry September 27, 2012 at 4:58 PM


very nyc.. really helped me a lot..
Reply

sapcrm sapfi October 15, 2012 at 9:43 PM


I am getting an error as enter a valid value while selecting the check box of only balances in local
currency at the time of creating GL Masters
Reply

http://sapconfiguration.blogspot.in/2011/06/lsmw-step-by-step.html

3/5

4/4/2014

SAP FICO Configuration Guide: LSMW step by step?


Anonymous May 3, 2013 at 2:24 AM
very nice one...
Reply

Enter your comment...

Comment as:

Publish

Google Account

Preview

Links to this post


Create a Link

Home

Older Post

Subscribe to: Post Comments (Atom)

Google

Bloomberg - New Google Share Classes Issued as Founders Cement Grip

pow ered by

RaviKanth
Hyderabad, Andhra Pradesh, India
View my complete profile
TOTAL PAGEVIEWS

56,247
POPULAR POSTS
What is a special G/L transaction?
LSMW step by step?
Depreciation Keys?

http://sapconfiguration.blogspot.in/2011/06/lsmw-step-by-step.html

4/5

4/4/2014

SAP FICO Configuration Guide: LSMW step by step?

Functional Spec?
GL account post automatically only check Box?
What is sub ledger? How is it linked to GL?
What is a Sort key? What r the different tpes of Sort Keys u have in SAP(FICO)
Account Assignment Model?

List the Basic 24 Steps for FI configuration.?


What are the Month End Closing Activities in Finance?

BLOG ARCHIVE
Blog Archive

SAP FICO CONFIGURATION GUIDE


Email address...

Submit

FOLLOWERS
Join this site
w ith Google Friend Connect

Members (17)

Already a member? Sign in

http://sapconfiguration.blogspot.in/2011/06/lsmw-step-by-step.html

5/5

You might also like