Application Development and Automation 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: 
Read only

lsmw

Former Member
0 Likes
735

how to copy a lsmw.....

plz clarify me .....

Thanks ....

Regrads.....

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
711

hi,

check this link this may help u

http://www.sap-img.com/sap-data-migration.htm

give point if helpful

regards

praveen

how to copy a lsmw.....

plz clarify me .....

Thanks ....

Regrads.....

6 REPLIES 6
Read only

Former Member
0 Likes
712

hi,

check this link this may help u

http://www.sap-img.com/sap-data-migration.htm

give point if helpful

regards

praveen

Read only

Simha_
Product and Topic Expert
Product and Topic Expert
0 Likes
711

Hi,

In LSMW transaction..

In themenubar Goto--> Administration

there u can copy the LSMW...

Cheers,

Simha.

Read only

Former Member
0 Likes
711

Hi,

Do u mean to know about downloading LSMW in the system if it's not htere.

If so then 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 LSMW for your Basis teams to install to your SAP system: http://service.sap.com/lsmw

Hope this helps.

Reward if helpful.

Regards,.

Sipra

Read only

Former Member
0 Likes
711

<b>LSMW External File Folder</b>

<b>Use of LSMW External File Folder</b>

For each user, a file folder should be created locally to centrally store the LSMW external files.

<b>Procedure for creating LSMW External File Folder</b>

Create a local file folder and copy all the LSMW external files you want to use into this folder. Later this folder is assigned to the LSMW at execution

Read only

Former Member
0 Likes
711

Hi,

If you want to copy existing object into another name.

1)Then in first screen Enter the

Project

Subproject

Object

you want to copy.

2)Then click All Project Objects

3)Place the cursor on the (Subproject or Object) you want ot copy then press CTRL+F4.

4)Then copy that object into the Project, Subproject you want.

Note : The Project and Sub-poject must be initially created.

or check the below steps also

1)go to LSMW -> ALl project Objects.

2)make cursor position on only project(higher level)

3)click copy button.

4) now ur project is copy.

5) now u have to go every step of lsmw in change mode

and save it again.

Regards,

Ramganesan K.

Read only

Former Member
0 Likes
711

Hi,

1. Maintain Attributes:

Here you have to choose the second option and you can do the recording how this should work. Then assign the same to the Batch Input Recording name.

2. Maintain Source structure:

Create a structure name

3. Maintain Source field:

In this you have to create a structure same as taht of the input file

eg: name

age

sex

4. Maintain structure relations:

This will link the structure to the input file.

5. Maintain field mapping and conversion rules:

Here is the place where you can do coding, depending upon the code you have written or assignment you have done the values will get picked up from the file and get processed.

6. Maintain field mapping and conversion rules:

If you have any fixed values you can define here.

7. Specify files:

Specify the input file path and type.

8. Assign files:

This will assign ur file to the Input file

9. Read Data:

This will read ur data from teh file.

10. Dispaly Read Data:

You can see the uploaded data

11. Convert Data

This will convert the data to the corresponding format for processing

12. Display Converted data:

13. Create batch input session

Here this will create a batch input session for processing

14. Run Batch Input session:

By clicking on the session and process the same you can do teh needfu.

Hope this helps you.