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

LS01N

Former Member
0 Likes
796

storage bins are created in SAPML01S transaction LS01N. someone needs to make nearly 100 bins of the same storage type. is there a mass creation application for creating multiple bins?

storage bins are created in SAPML01S transaction LS01N. someone needs to make nearly 100 bins of the same storage type. is there a mass creation application for creating multiple bins?

1 REPLY 1
Read only

Former Member
0 Likes
621

You should probably develop a custom program which does a BDC for this transaction. Have the records that need to be uploaded as a file on the applicatioon server or presentation server.

Upload the file into an internal table and use call transaction method to upload the data into the LS01n transaction.

Regards,

Ravi