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: 

Does a database hit happen in LSMW?

Former Member
0 Kudos

Hi,

I just want to know if any database hit happens while using LSMW.

If yes, is it during the conversion rules step or is it when we actually import data into SAP that it hits the database for any checks and validations mentioned in the conversion rules.

Please advise.

Regards,

Namrata

2 REPLIES 2

MarcinPciak
Active Contributor
0 Kudos

Hi,

LSMW doesn't hit any DB entries. It is you who provide a flat file, and all further operations are on data from this file.

After import you will see what was read from file into corresponding fileds defined in lsmw, whereas

after convertion you will see how data will look like in DB table after they are loaded (so what you defined in your recording).

An activity on DB is done only when you run your LSMW project.

Regards

Marcin

Former Member
0 Kudos

Hi,

This depends upon the update method, if BDC it will be when you process the session via SM35. If IDOC it will be when you start IDOC processing, If a BAPI call then when you start the direct input program.

Darren