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: 

how to write the events in lsmw , what are the different types of events

Former Member
0 Kudos

Hi

1) what are labels in scripts ? why are they not accepted in smart forms ?

2) What is the event alternate to initialization where authorizations are declared to run a report ?

3) How the exceptions with a function module raise when they are un-commented ?

4) Can you get both landscape and portrait in the same layout , if yes how ?

5) what are the events in lsmw ? how to write it in lsmw

1 REPLY 1

Former Member
0 Kudos

events in lsmw :

GLOBAL_DATA

BEGIN_OF_PROCESSING

BEGIN_OF_TRANSACTION

BEGIN_OF_RECORD

END_OF_RECORD

END_OF_TRANSACTION

END_OF_PROCESSING

FORM_ROUTINES