Application Development 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: 

Using LSMW for Transaction CS01, MM01

Former Member
0 Kudos

Hi

I am using LSMW for transaction CS01, MM01 .

Can any one help me out in this .

1 ACCEPTED SOLUTION
15 REPLIES 15

Former Member
0 Kudos

Hi,

Important steps in LSMW are

1.Goto transaction LSMW.

2.Create Project,subproject and object.

3.If are using Recording method, create the recording

by going to GOTO -> RECORDINGS ->CREATE.

4.Now, follow the sequence of the radio buttons and you will be done with LSMW.

Hope it helps.

Regards,

Shashank

Former Member
0 Kudos

Hi Neha,

What kind of help you want? Tell us your requirements.

I have used Batch Input recording in LSMW for transaction MM01.

If you want documents relating to LSMW, I can help you with some.

Regards,

SP.

0 Kudos

Hi Sylendra

Could u plz send me the documents used for MM01.

0 Kudos

hi

For Transaction CS01 there are mulitple item data.

so should i use DATA For MULITPLE SOURCE STRUCTURE.

please confirm.

if any one has created program for CS01 using standard report plz send me.

thanks in advance.

regards

neha kapoor

0 Kudos

Why don't you simply use object '0020' for material master and method '0030' for material BOM?

0 Kudos

hi srinivas

i am using the standard batch / direct input method for transaction mm01.

i have created different structure for each view. now the problem is coming while maintaining the structure relation .as mulitple structure cannot be mapped.

plz do reply

thanks in advance

regards

neha kapoor

0 Kudos

If you created a different structure for each view, are you going to have your file comply to this format of the input struture? It will always be easier to have a flat structure format as you will be loading the data from a file.

0 Kudos

Hi

I am using Standard direct method for Transaction MM01. While exceuting the last step It is giving me the Error as " Alternative unit of measure is same as Base unit of measure.Please help how to resolve this error.

Thanks in Advance.

0 Kudos

what is your flat file strucure?

can you please send a sample record like this

MAT991,C,COUP,Srinivas material01,Kg

MATNR,MBRSH,MTART,MAKTX,MEINS

Thanks & regards

Sreenivasulu P

0 Kudos

HI Sp

Can you please send the documents relationg LSMW? regarding batch input recroding in LSMW for MM01 ?

i will convey my thanks through reward points

my id is bhushan_iit@yahoo.co.in

Thanx in advance

Regards

Bhushan.N

0 Kudos

Hi friends... My LSMW have 20 steps... why, could anyone help me?

former_member188685
Active Contributor
0 Kudos

Hi,

Check the Help for LSMW steps.

http://www.scmexpertonline.com/downloads/SCM_LSMW_StepsOnWeb.doc

Regards

vijay

Former Member
0 Kudos

Hai,

Please try with the following steps that will help your requirement

Using Tcode MM01 -- Maintain the source fields are

1) mara-amtnr char(18)

2) mara-mbrsh char(1)

3) mara-mtart char(4)

4) makt-maktx char(40)

5) mara-meins char(3)

the flate file format is like this as follows

MAT991,C,COUP,Srinivas material01,Kg

MAT992,C,COUP,Srinivas material02,Kg

AMT993,C,COUP,Srinivas material03,Kg

MAT994,C,COUP,Srinivas material04,Kg

MAT995,C,COUP,Srinivas material05,Kg

goto Tcode LSMW

give Project Name

Subproject Name

object Name

Press Enter -


Press Execute Button

It gives 13 radio-Button Options

do the following 13 steps as follows

1) select radio-Button 1 and execute

Maintain Object Attributes

select Standard Batch/Direct Input

give Object -- 0020

Method -- 0000

save & Come Back

2) select radio-Button 2 and execute

Maintain Source Structures

select the source structure and got to click on create button

give source structure name & Description

save & Come Back

3) select radio-Button 3 and execute

Maintain Source Fields

select the source structure and click on create button

give

first field

field name matnr

Field Label material Number

Field Length 18

Field Type C

Second field

field name mbrsh

Field Label Industrial Sector

Field Length 1

Field Type C

Third field

field name mtart

Field Label material type

Field Length 4

Field Type C

fourth field

field name maktx

Field Label material description

Field Length 40

Field Type C

fifth field

field name meins

Field Label base unit of measurement

Field Length 3

Field Type C

save & come back

4) select radio-Button 4 and execute

Maintain Structure Relations

go to blue lines

select first blue line and click on create relationship button

select Second blue line and click on create relationship button

select Third blue line and click on create relationship button

save & come back

5) select radio-Button 5 and execute

Maintain Field Mapping and Conversion Rules

Select the Tcode and click on Rule button there you will select constant

and press continue button

give Transaction Code : MM01 and press Enter

after that

1) select MATNR field click on Source filed(this is the field mapping) select MATNR and press Enter

2) select MBRSH field click on Source filed(this is the field mapping) select MBRSH and press Enter

3) select MTART field click on Source filed(this is the field mapping) select MTART and press Enter

4) select MAKTX field click on Source filed(this is the field mapping) select MAKTX and press Enter

5) select MEINS field click on Source filed(this is the field mapping) select MEINS and press Enter

finally

save & come back

6) select radio-Button 6 and execute

Maintain Fixed Values, Translations, User-Defined Routines

give FIXED VALUE Name & Description as MM01

come back

7) select radio-Button 7 and execute

Specify Files

select On the PC (Frontend) -- and click on Create button(f5)

give the path of the file like "c:\material_data.txt"

description : -


separators as select comma radiao- button

and press enter save & come back

😎 select radio-Button 8 and execute

Assign Files

Save & come back

9) select radio-Button 9 and execute

Read Files

Execute

come back

come back

10) select radio-Button 10 and execute

Display Imported Data

Execute and press enter

come back

Come back

11) select radio-Button 11 and execute

Convert Data

Execute

come back

Come back

12) select radio-Button 12 and execute

Display Converted Data

Execute & come back

13) select radio-Button 13 and execute

Start Direct Input Program

select the Program

select continue button

go with via physical file

give the lock mode as 'E'

and execute

Thanks & Regards

Sreenivasulu Ponnadi

Former Member