Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

what are the events in ABAP?

Answer Posted / onkar rai

There are several events used in ABAP . we mainly use events
in Reports. while developing a report sequence of event is

1) Initialization: process after load of program and before
the selection screen processing.

2) At Selection Screen output: This event is generally used
for modification of the screen like hide/unhide parameters.

3) At Selection Screen: Occurs each user command in
selection screen. We can use it to perform checking on user
input.

4) Start of Selection: occurs when standard selection screen
has been processed. data is read in this event.

5) End of Selection: This event is triggered in type
executable programs once the logical database has finished
reading all data and before the list processor is started

6) Top of Page: Occurs when a new page starts. Use it for
write report header.

7) End of Page: Occurs when a page ends. use it for write
report footer.

8) At Line Selection: occurs when user double click on report.

9) At User Command: Occurs when the user push the toolbar
button.
Apart form this we use four events in module programming:
1) PAI: Process After Input
2) PBO: Process Before Output
3) POV: Process on Value Request (F1 Help)
4) POH: Process on Help Request (F4 help)

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can we access static attribute from instance method

1560


ABAP : Classical reports events name

1381


Explain what are interactive reports?

1110


What is the name of the system variable that holds the contents of the selected line in interactive reporting?

1268


What is tcode se16? For what is it used.

1167


The extract statements in field groups can be used before or after processing the sort statements. State true or false. : abap modularization

1098


What are the mandatory fields to be filled for BAPI_CUSTOMER_CREATEFROMDATA1

3838


What is the differences between abap and ooabap. In which situation we useooabap?

1561


What is the difference between pnp and pnpce? : abap hr

1706


What is meant by a schema? : sap abap hr

1224


Explain the differences between sap memory and abap memory?

1030


Explain what are the events used in interactive reports?

1045


What are the data types of internal tables?

1118


What do you mean by transparent tables in sap abap? : abap data dictionary

1092


What are the functional modules used in sequence in bdc? : abap bdc

1174