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: 

events in lsmw

Former Member
0 Kudos

hi friends ,

Below are the events of lsmw ,

1.BEGIN_OF_PROCESSING - Before the beginning of data processing

2.BEGIN_OF_TRANSACTION - Before the beginning of transaction data processing

3.__BEGIN_OF_RECORD__ Before applying the conversion rules for a source structure

4.END_OF_RECORD_ After applying the conversion rules for a source structure

5.__END_OF_TRANSACTION__After finishing transaction processing

6.END_OF_PROCESSING__ After finishing data processing

so my question is that :

a) in which methods do we use these events ?

b) what is the purpose of using these events ?

c) can any one show me sample coding when these events used ?

thanks

Deepti

2 REPLIES 2

Former Member
0 Kudos

Hai.

check the links.

http://www.allinterview.com/showanswers/36061.html

regards.

sowjanya.b.

Former Member
0 Kudos

there are 6 events in lsmw and are standard .

GLOBAL_DATA

BEGIN_OF_PROCESSING

BEGIN_OF_TRANSACTION

BEGIN_OF_RECORD

END_OF_RECORD

END_OF_TRANSACTION

END_OF_PROCESSING

FORM_ROUTINES

http://www.lsmw.de/en/Imprint/1052299786

Reward if useful.