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
752

Hi All,

I heard that LSMW is a better option compared to BDCs. Can anybody tell me how to do that ??

Warm Regards,

Sameej T.K.

Hi All,

I heard that LSMW is a better option compared to BDCs. Can anybody tell me how to do that ??

Warm Regards,

Sameej T.K.

1 REPLY 1
Read only

Former Member
0 Likes
570

LSMW is a tool to map data and control the loading of it.

LSMW uses a number of ways to load data, these are:

  • Batch input; Pre written program that creates a BDC session.

  • Direct input; Pre-written program that checks the data and if Ok updates the tables.

  • BAPIs; Very simular to Direct input programs, But the interface is IDoc style.

  • BDC; You record the transaction then use that to load the data.

The big reason for using LSMW is the the ease of use in doing all the mapping.

There is more info at <a href="service.sap.com/lsmw">service.sap.com/lsmw</a> including a usefull how to use manual.

MattG.