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 / naresh

SINCE WE KNOW SAP ABAP IS A EVENT DRIVEN LANGUAGE .
EVERY OBJECT(PROGRAM) IS EXECUTED BY AN EVENT.
EVENT IS NOTHING BUT A TRIGGERING .
IF ONE EVENT IS TRIGGERING THEN RELATED CODE IS EXECUTED.
DEFAULT EVENT OF SAP ABAP IS "START-OF-SELECTION".

The events in ABAP are:
Classical Events:
1)load of page
2)initilization
3)At selection-screen
4)At selection-screen on field
5)At selection-screen on value request
6)At selection-screen on help request
7)start-of-selection
8)end-of-selection
9)top-of-page
10)end-of-page

Interactive evens:
1)At line selection
2)At pf status
3)At user-command
4)Top-of-page during line selection

Module pool Events
1)PBO-Process Before output
2)PAI-process After Input
3)POV-Process on value request(F1 help)
4)POH-process on help request(F4 help)

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the page headers for secondary lists?

1090


What is “call mode”?

1050


Which objects are independent transport objects? : abap data dictionary

1058


Explain the different types of data dictionary objects?

1058


It is possible to assign a local data object defined in a subroutine or function module to a field group. State true or false. : abap modularization

1319


What are the aggregate objects in data dictionary? : sap abap data dictionary

1246


What is meant by authorization? : sap abap hr

1242


What is the function module for INDIAN PAYROLL to read table cluster for given cluster table and sequence number?

2378


What is an abap?

1058


Explain how to create any functions? How to go about it?

1057


What are the various types of selection screen event?

1059


Explain what are the events in screen programming?

1071


Print options in smartforms?

2054


Use SET PF_STATUS which is in the FM reuse_alv_grid_display to set the button

2326


To find the date difference & excude saturday & sunday in between them

2088