cancel
Showing results for 
Search instead for 
Did you mean: 

Lsmw problem

Former Member
0 Kudos

Dear Cons

we want to upload the initial entry of stock for one thousand material through T-code- LSMW. our requirement is the system should create one material document no for all the one thousand material code because we maintained all the material details in a file which is necessary for uploading the file(IN SPECIFY FILES-lsmw). Is their any way to configure in T-code- LSMW.

Edited by: mmconsultant.. on Jan 3, 2012 5:53 AM

Accepted Solutions (0)

Answers (6)

Answers (6)

JL23
Active Contributor
0 Kudos

each movement creates accounting document items.

the accounting document is technically limited to have max 999 items.

As one MM movement item can create several accounting document items, you have to investigate how many accouting document items one movement creates in your system.

And this number defines then the maximum number of movements you can have in one material document.

Based on this you cannot achieve your goal to have all your initial stock load in one material document.

If you use the standard batch input method, then you can define how much items will be in one document in the step of batch inout creation. In any other case you have to define that yourself in LSMW coding

Former Member
0 Kudos

This message was moderated.

madhu_vadlamani
Active Contributor
0 Kudos

Hi,

You can go with lsmw batch input,object 0110,methos 000,program RM07MMBL.This is the easiest and fastest way.Check the replies and close the thread.

Regards,

Madhu.

madhu_vadlamani
Active Contributor
0 Kudos

Hi,

You can go witj lsmw batch input,object 0110,methos 000,program RM07MMBL.This is the easiest and fastest way.Check the replies and close the thread.

Regards,

Madhu.

Former Member
0 Kudos

Hi,

Up to my knowledge, II would suggest seperate material document for the upload' cause if any mistake in the entry given by user it is easy to cancel the same and post the correct line. If all in same then the whole document need to be reversed.

Why you need specifically one document only. Any specific reason.?

sBk

Former Member
0 Kudos

You use LSMW for the tcode MB1c and load ur data for as many materials (max 333).

Select the plant,material no, storage location movement type qty,UOM value fields.

Former Member
0 Kudos

For initial inventory loading via lsmw, I would suggest you use object 0110(Goods movement) to load it which is SAP standard, and you can search its resource across this forum for help, good luck.