cancel
Showing results for 
Search instead for 
Did you mean: 

lsmw

Former Member
0 Kudos

hi,

what are the lsmw routines?

Accepted Solutions (0)

Answers (1)

Answers (1)

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

Go to the transaction code LSMW. Create a new object. In the "Maintain object attributes" part, you define what standard object routine that you want to use. Here are a few from 46c



 0001   Long texts          
 0010   GL a/c master record
 0020   Material master     
 0030   Material BOM        
 0035   LIFO Layer          
 0040   Vendor master       
 0050   Customer master     
 0060   Purchasing info rec.
 0070   Condition record    
 0080   Purchase requisition
 0085   Purchase Order      
0090   Sales documents     
0100   Financial documents 
0105   LockBox             
0110   Goods movement      
0120   Manual reservation  
0130   Classification      
0140   Class               
0150   Characteristic      
0160   Fixed assets        
0170   Routing             
0180   Planned indep.reqmts
 0190   Doc. purch. info re
 0210   Storage bin (WM)   
 0220   Warehouse stock (WM
 0240   Inspection plans(QM
 0250   Bank data          
 0260   Work center        
 0300   Rental unit        
 0310   Lease-Out          
 0320   Business entity    
 0330   Property           
0400   Equipment           
0410   Message (IH)        
0420   Confirmation (IH)   
0425   Measuring point     
0430   Measuring document  
0440   Functional location 
0450   Object link         
0460   Maintenance plan    
0470   Equipment task list 
0480   FnctnlLoc.TaskList  
0490   Gen.task list       
0555   HR master data      
0600   PostCode,Loc.,St.,..
0602   PostCode,Loc.,St.,..
0610   Cities              
0612   Locations           
0620   Postal codes        
0622   Postal codes        
0630   Districts           
0632   Districts           
0640   Streets             
0642   Streets             
0650   P.O. boxes          
0652   P.O. boxes          
0777   Personnel Planning  
0800   Do not use!         





Each object has several methods under it, some for Batch input, or direct input, or some for Create, Change, Delete. It really depends on the object.

Regards,

Rich Heilman

Former Member
0 Kudos

hi rich,

thank u for u r quick responce the above all r the different types of objects but i want the lsmw routines.......

Former Member
0 Kudos

Hello

lsmw routines you need to create yourself (these are FORM routines you can call using PERFORM command)

br

Andrzej

asarat
Explorer
0 Kudos

These are User defined subroutines an abapper develops and can be used inside a project.

click on the radio button for "Maintain Fixed Values, Translations, User-Defined Routines"

in the LSMW screen after entering the names of the project, sub-project and object.

Click "Execute".

Position Mouse on USer-Defined Routines and click Create Entry in the Menu Bar

This facilitates you to create your own sub-routine which can be used in all objects of the project.

Hope this helps

Please award points accordingly.

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

The above objects are actually standard SAP programs that take the data and do the standard "routines" to upload the data.

Regards,

Rich Heilman

Former Member
0 Kudos

when i entered the transaction LSMW,i found Project,subproject & object in the session window. what exactly does these project,subproject & object mean. how to explorer these things .....i am very new to LSMW concept. Please help me regarding this.

Former Member
0 Kudos

Hi Gaurav,

Here's is what I found about Project, Subproject and object.

"

<i>3.3 Project, Subproject and Object

On the initial screen, you can create a new project, corresponding subprojects and objects via Edit -> Create new entry.

• Project: An ID with a maximum of 10 characters to name your data transfer project. If you want to transfer data from several legacy systems, you may create a project e.g. for every legacy system.

• Subproject: An ID with a maximum of 10 characters that is used as further structuring attribute.

• Object: An ID with a maximum of 10 characters to name the business object.</i>

"

The document where I found this information is:

<b>Data Migration of

Non-SAP Systems to R/3

Quick Introduction to Working with the

Legacy System Migration Workbench

Version 1.7</b>

Basically a project and subproject will make you organize and group the objects you want to transfer to SAP. The object is for example a vendor, customer, asset or whathever thing you want to migrate to SAP.

You should try to find the document I mentioned and read it, when I started using LSMW it cleared my mind with some doubts I was having at the time, hope it helps you.