cancel
Showing results for 
Search instead for 
Did you mean: 

events in LSMW

Former Member
0 Kudos

hi,

i was asked aboutthe events in LSMW, pls if any one know , pls let me know

thanks,

bye

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

This message was moderated.

Former Member
0 Kudos

Hi Saurabh,

Check out these:

Processing time Meaning Default setting

<b>__BEGIN_OF_PROCESSING__</b> Before the beginning of

data processing

(blank)

<b>__BEGIN_OF_TRANSACTION__</b> Before the beginning of

transaction data

processing

(blank)

<b>__BEGIN_OF_RECORD__</b> Before applying the

conversion rules for a

source structure

Initialize the structure <segment>

(Name of target structure)

Batch Input, Direct Input:

<segment> = init_<segment>.

BAPI, IDoc:

g_edidd_segnam = '...'.

g_edidd_segnum = '....'.

g_edidd_psgnum = '......'.

g_edidd_hlevel = '..'.

Clear <segment>.

<b>__END_OF_RECORD</b> After applying the

conversion rules for a

source structure

Transfer_record.

<b>__END_OF_TRANSACTION__</b> After finishing transaction

processing

Transfer_transaction.

<b>__END_OF_PROCESSING__</b> After finishing data

processing

(blank)

<b>transfer_record</b>. Transfers the current record (i.e. for the current target

structure) to the output buffer.

<b>transfer_this_record '...'.</b> Transfers a record of another target structure to the output

buffer. The name of the target structure has to be specified as

argument in single quotes.

<b>at_first_transfer_record.</b> Transfers the current record to the output buffer, if it is the first

transaction.

<b>on_change_transfer_record</b>. Transfers the current record to the output buffer, if it has

changed compared to the last record.

<b>transfer_transaction.</b> Writes the current transaction to an output file. All records of

Legacy System Migration Workbench

38

the output buffer are transferred to the output file.

<b>skip_record.</b> The current record is not transferred to the output buffer.

<b>skip_transaction</b>. The current transaction is not written to the output file.

Reward points if this Helps.

Manish

Former Member
0 Kudos

Below are the different methods in LSMW?

A. Direct Method

B. Batch Input - Record Method

C. BAPI Method

D. IDOC/ALE

There are no specific events for LSMW, you can give the conditions in the LSMW as per your requirements.

Best Regards,

Vibha

*Please mark all the helpful answers

Former Member
0 Kudos

hi check this link