what are the events in ABAP?

Answers were Sorted based on User's Feedback



what are the events in ABAP?..

Answer / munnaluri siva

Example of Classical Report

LINE-SIZE 70
LINE-COUNT 30(3)
NO STANDARD PAGE HEADING . " We will give for describing our
own format
Select-options : S1 for P_Matnr
Initialization. "ABAP will process this first and when you
activate the program it will called first .
s1-low = '45'
s1-high = '89'
AT Selection-screen . " it will do some validation , on the
screen , before your compiling it will check whether user
enter any fields or not.
if S1-low='' and S1-high = ''.
Message ' Enter some value' type 'E'.
Endif.
Start-of-selection . " this mainly used for retrieve the
data from the Db and logic will be executed here .
SELECT MATNR MBRSH MTART FROM MARA INTO TABLE ITAB WHERE
MATNR IN S1.
TOP-of-Page." Mainly used for display .
WRITE:/ 'TEST FOR CLASSICAL REPORTS' COLOR 7.
ULINE.
END-OF-SELECTION. " To display the data which is fetched
from the db .
LOOP AT ITAB.
WRITE:/ ITAB-MATNR,ITAB-MBRSH,ITAB-MTART.
ENDLOOP.

End-of-page. " this is used to display the end of the report .

WRITE:/ 'THIS IS END OF PAGE' COLOR 5.

Is This Answer Correct ?    1 Yes 0 No

what are the events in ABAP?..

Answer / sandhya

Classical Reports:
Initialization
At Selection-Screen Output
At Selection-Screen <on field>
At Selection-Screen
Start-of-Selection
End-of-Selection
Top-of-page
End-of-page
Interactive Reports:
At line Selection
At User Command
Top of Page During Line Selection

Is This Answer Correct ?    0 Yes 0 No

what are the events in ABAP?..

Answer / saravanan.p

Events in Classical Report:
1.Initialization
2.At selection-screen.
a) At Selection-screen output.
b) At selection-screen on field.
c) At selection-screen on value-request.
d) At selection-screen on Help-request.
3.Start-of-selection.
4.Start-of-page.
5.End-of-page.
6.End-of-selection.

Events in Interactive Reports:
1.At line selection.
2.Top of page during line selection.
3.At user Command.
4.At pfn( Press function key).

Is This Answer Correct ?    1 Yes 1 No

what are the events in ABAP?..

Answer / ashwinikumar

EVENTS IN ABAP:

There are five types of events in ABAP, given below,

1. CLASSICAL EVENTS

a. Initialization
b. Load of program
c. At selection screen output
d. At selection screen of field
e. At selection screen on value request
f. At selection screen on help request
g. At selection screen
h. Start of selection
i. End of selection
j. Top of page and End of page.

2. INTERACTIVE EVENTS

a. At line Selection
b. At PF(predefined function) key
c. At User command
d. Top of page during Line_ selection

3. MODULE- POOL PROGRAMMING EVENTS

a. PAI - Process after input
b. PBO - Process before output
c. POV- Process on value Request(F! Help)
d. POH- Process on Help Request(F4 Help)

4. LIST EVENTS

a. Top of Page
b. End of Page

5.CONTROL BREAK EVENTS

a. At First
b. At Last
c. At New
d. At end of
e. On change of
f. GET node
g. GET node LATE
h. At line selection
i. At user command

Is This Answer Correct ?    0 Yes 0 No

what are the events in ABAP?..

Answer / narin

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.
5.GET
6.GET LATE

Is This Answer Correct ?    14 Yes 15 No

what are the events in ABAP?..

Answer / sridhar

There are several events
In Clasical Reports
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.
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 ?    9 Yes 11 No

what are the events in ABAP?..

Answer / p.pandian

ABAP Report has the following events

1. initilization.
2. top-of-page.
3. end-of-page.
4. start-of-page.
5. end-of-page.
6. at selection-screen.
7. at selection-screen output.
8. at line-selection.
9. at user-command.

Using the above events you can initialize and manipulate
the data.

By P.PANDIAN.

Is This Answer Correct ?    7 Yes 9 No

what are the events in ABAP?..

Answer / samsul akhtar

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

Is This Answer Correct ?    8 Yes 14 No

Post New Answer

More SAP ABAP Interview Questions

cardinality 1:6 wat view?

1 Answers  


What is the difference between OpenSQL and Native Sql?

3 Answers   Syntel,


Why first check bapi , if not available go bdc ?

1 Answers   IBM,


what is sales order confirmation and how can do design it in webdynpro. what is Tcode for the same?

0 Answers  


What are ranges?

0 Answers  






What will you code in start-of-selection & end-of-selecton & why?

0 Answers  


Can we handle two transaction codes in the same program using call transaction bdc input method? : abap bdc

0 Answers  


i have a problem in report which is at production server what will i do?

2 Answers   Satyam,


In which table the material master data is stored?

0 Answers  


Without writing the event start-of-selection we can execute a report program.Then what's the purpose of writing it?

1 Answers   HP,


what client you are working?

3 Answers   Accenture,


can we write any interective or classical reports in alv reports if yes how?

2 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)