what are the events in ABAP?

Answers were Sorted based on User's Feedback



what are the events in ABAP?..

Answer / vadamalai a

There are several events
In Clasical Reports
1.Initialization
2.At Selection-Screen.
3.Start-Of-Selection.
4.Top-of-page.
5.End-of-page.
6.End-of-selection.
In Interactive Reports
1.At Line-Selection.
2.At PF key
3.At User-Command
4.Top-of-page During Line-Selection.

Is This Answer Correct ?    126 Yes 16 No

what are the events in ABAP?..

Answer / bharath

The Events in ABAP are,
Classical Events.
1) Initialization
2) Load of Program
3) At selection-screen output
4) At Selection-Screen of Field
5) At Selection-Screen on Value-Request
6) At Selection-Screen on Help-Request
7) At Selection-Screen
8) Start of Selection
9) End of Selection
10) Top of Page
11) End of Page

Interactive Events
12) At Line-Selection.
13) At PF key
14) At User-Command
15) Top-of-page During Line-Selection.

Module pool Programming events are
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 ?    59 Yes 7 No

what are the events in ABAP?..

Answer / guest

Events in ABAP are
initialization
at selection-screen
start-of-selection
get
end-of-selection
at line-selection
at pfn
at user-command
top-of-page
end-of-page

Is This Answer Correct ?    51 Yes 33 No

what are the events in ABAP?..

Answer / mukhtar

These are the following events in Sap ABap..
* load-of-porgram
* initialisiion
* at screen selection
* strat-fo-selection
* top-of-page
* end-of-page
* end-of-selection
* top-of-page during line selection
*at line-selection
* At new
* at end of
* at last
* At first
* At user-command
* At pf and so on

Is This Answer Correct ?    40 Yes 25 No

what are the events in ABAP?..

Answer / vidyasagar

1. INITIALIZATION
2. AT-SELECTION-SCREEN
3. AT-SELECTION ON FIELD
4. AT-SELECTION OUTPUT
5. START-OF-SELECTION
6. TOP-OF-PAGE
7 END-OF-PAGE
8 END-OF-SELECTION
9 AT-LINE-SELECTION
10 AT-USER-COMMAND
11 TOP-OF-PAGE DURING LINE-SELECTION

Is This Answer Correct ?    19 Yes 5 No

what are the events in ABAP?..

Answer / shelly

THERE ARE MAINLY 11 ELVENTS USED IN ABAP. THESE ARE
1> TOP-OF-PAGE
2> END-OF-PAGE
3> AT LINE-SELECTION
4> AT USER-COMMAND
5> AT PFn
6> GET
7> START-OF-SELCTION
8> END-OF-SELECTION
9> AT SELECTION-SCREEN
10> AT NEW
11> INITIALIZATION.

USING OF EVENTS DEPENDS UPON REPORT.
AS IN CASE OF INTERACTIVE REPORT WE USED:
1> AT LINE-SELECTION
2> AT USER-COMMAND
3> TOP-OF-PAGE
4> END-OF-PAGE

IN CASE OF CLASSICAL WE USED:
1> Initialization
2> At Selection-Screen.
3> Start-Of-Selection.
4> Top-of-page.
5> End-of-page.
6> End-of-selection.

Is This Answer Correct ?    21 Yes 14 No

what are the events in ABAP?..

Answer / surekha

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 ?    4 Yes 0 No

what are the events in ABAP?..

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

what are the events in ABAP?..

Answer / bala

I)Interactive Events
1) At Line-Selection.
2) At PF key
3) At User-Command
4) Top-of-page During Line-Selection.

II)Classical Events.
1) Initialization
2) At selection-screen output
3) At Selection-Screen of Field
4) At Selection-Screen on Value-Request
5) At Selection-Screen on Help-Request
6) At Selection-Screen
7) Start of Selection
8) End of Selection
9) Top of Page
10) End of Page

Is This Answer Correct ?    2 Yes 0 No

what are the events in ABAP?..

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

More SAP ABAP Interview Questions

What is an evaluation path? : sap abap hr

0 Answers  


How to create client independent tables ?

2 Answers  


What is BDC Recording?

3 Answers   TCS,


What is the exact difference between pooled table and cluster table and explain with examples?

3 Answers   Genpact,


What is database view ? : sap abap data dictionary

0 Answers  






What is a report?

0 Answers  


In table control how to maintain 10 records in first page, other 10 records in ohter page?

2 Answers   Patni,


What are some control break events in abap?

1 Answers  


Filter badi and multiple used badi? Will the sequence matter of the badi implementation in case of multiple used badi?

0 Answers   Infosys,


3. why u select the session method in bdc ? how many records wil be updated on that time?

2 Answers  


What event is trigger wen screen is displayed?Before displaying Initailization and Pressing enter At selection- Screen..............But at the selection displayed and we are entering values naa that time?

1 Answers   Bosch,


On ABAP, Did you set up a workflow? Are you familiar with all steps for setting up a workflow?

0 Answers  


Categories
  • SAP Basis Interview Questions SAP Basis (1262)
  • SAP ABAP Interview Questions SAP ABAP (3939)
  • SAPScript Interview Questions SAPScript (236)
  • SAP SD (Sales & Distribution) Interview Questions SAP SD (Sales & Distribution) (2716)
  • SAP MM (Material Management) Interview Questions SAP MM (Material Management) (911)
  • SAP QM (Quality Management) Interview Questions SAP QM (Quality Management) (99)
  • SAP PP (Production Planning) Interview Questions SAP PP (Production Planning) (523)
  • SAP PM (Plant Maintenance) Interview Questions SAP PM (Plant Maintenance) (252)
  • SAP PS (Project Systems) Interview Questions SAP PS (Project Systems) (138)
  • SAP FI-CO (Financial Accounting & Controlling) Interview Questions SAP FI-CO (Financial Accounting & Controlling) (2766)
  • SAP HR (Human Resource Management) Interview Questions SAP HR (Human Resource Management) (1180)
  • SAP CRM (Customer Relationship Management) Interview Questions SAP CRM (Customer Relationship Management) (432)
  • SAP SRM (Supplier Relationship Management) Interview Questions SAP SRM (Supplier Relationship Management) (132)
  • SAP APO (Advanced Planner Optimizer) Interview Questions SAP APO (Advanced Planner Optimizer) (92)
  • SAP BW (Business Warehouse) Interview Questions SAP BW (Business Warehouse) (896)
  • SAP Business Workflow Interview Questions SAP Business Workflow (72)
  • SAP Security Interview Questions SAP Security (597)
  • SAP Interfaces Interview Questions SAP Interfaces (74)
  • SAP Netweaver Interview Questions SAP Netweaver (282)
  • SAP ALE IDocs Interview Questions SAP ALE IDocs (163)
  • SAP Business One Interview Questions SAP Business One (110)
  • SAP BO BOBJ (Business Objects) Interview Questions SAP BO BOBJ (Business Objects) (388)
  • SAP CPS (Central Process Scheduling) Interview Questions SAP CPS (Central Process Scheduling) (14)
  • SAP GTS (Global Trade Services) Interview Questions SAP GTS (Global Trade Services) (21)
  • SAP Hybris Interview Questions SAP Hybris (132)
  • SAP HANA Interview Questions SAP HANA (700)
  • SAP PI (Process Integration) Interview Questions SAP PI (Process Integration) (113)
  • SAP PO (Process Orchestration) Interview Questions SAP PO (Process Orchestration) (25)
  • SAP BI (Business Intelligence) Interview Questions SAP BI (Business Intelligence) (174)
  • SAP BPC (Business Planning and Consolidation) Interview Questions SAP BPC (Business Planning and Consolidation) (38)
  • SAP BODS (Business Objects Data Services) Interview Questions SAP BODS (Business Objects Data Services) (49)
  • SAP BODI (Business Objects Data Integrator) Interview Questions SAP BODI (Business Objects Data Integrator) (26)
  • SAP Ariba Interview Questions SAP Ariba (9)
  • SAP Fiori Interview Questions SAP Fiori (45)
  • SAP EWM (Extended Warehouse Management) Interview Questions SAP EWM (Extended Warehouse Management) (58)
  • Sap R/3 Interview Questions Sap R/3 (150)
  • SAP FSCM Financial Supply Chain Management Interview Questions SAP FSCM Financial Supply Chain Management (101)
  • SAP WM (Warehouse Management) Interview Questions SAP WM (Warehouse Management) (31)
  • SAP GRC (Governance Risk and Compliance) Interview Questions SAP GRC (Governance Risk and Compliance) (64)
  • SAP MDM (Master Data Management) Interview Questions SAP MDM (Master Data Management) (0)
  • SAP MRS (Multi Resource Scheduling) Interview Questions SAP MRS (Multi Resource Scheduling) (0)
  • SAP ESS MSS (Employee Manager Self Service) Interview Questions SAP ESS MSS (Employee Manager Self Service) (13)
  • SAP CS (Customer Service) Interview Questions SAP CS (Customer Service) (0)
  • SAP TRM (Treasury and Risk Management) Interview Questions SAP TRM (Treasury and Risk Management) (0)
  • SAP Web Dynpro ABAP Interview Questions SAP Web Dynpro ABAP (198)
  • SAP IBP (Integrated Business Planning) Interview Questions SAP IBP (Integrated Business Planning) (0)
  • SAP OO-ABAP (Object Oriented ABAP) Interview Questions SAP OO-ABAP (Object Oriented ABAP) (70)
  • SAP S/4 HANA Finance (Simple Finance) Interview Questions SAP S/4 HANA Finance (Simple Finance) (143)
  • SAP FS-CD (Collections and Disbursements) Interview Questions SAP FS-CD (Collections and Disbursements) (0)
  • SAP PLM (Product Lifecycle Management) Interview Questions SAP PLM (Product Lifecycle Management) (0)
  • SAP SuccessFactors Interview Questions SAP SuccessFactors (33)
  • SAP Vistex Interview Questions SAP Vistex (0)
  • SAP ISR (IS Retail) Interview Questions SAP ISR (IS Retail) (28)
  • SAP IdM (Identity Management) Interview Questions SAP IdM (Identity Management) (0)
  • SAP IM (Investment Management) Interview Questions SAP IM (Investment Management) (0)
  • SAP UI5 Interview Questions SAP UI5 (59)
  • SAP SCM (Supply Chain Management) Interview Questions SAP SCM (Supply Chain Management) (51)
  • SAP XI (Exchange Infrastructure) Interview Questions SAP XI (Exchange Infrastructure) (49)
  • SAP Cloud Platform Interview Questions SAP Cloud Platform (34)
  • SAP Testing Interview Questions SAP Testing (89)
  • SAP SolMan (Solution Manager) Interview Questions SAP SolMan (Solution Manager) (63)
  • SAP MaxDB Interview Questions SAP MaxDB (116)
  • SAP GUI Interview Questions SAP GUI (15)
  • SAP AllOther Interview Questions SAP AllOther (329)