What are the events in ABAP/4 language?
Answers were Sorted based on User's Feedback
BELOW ARE THE CLASSICAL EVENTS
initalization
at selection-screen output
at seelction-screen on field
at selection-screen on block
at selection-screen
start-of-selection
end-of-selection
BELOW ARE THE INTERACTIVE EVENTS
at line-selection
at user-command
at pfnn
top-of-page during line selection
BELOW ARE THE LIST EVENTS
top-of-page
end-of-page
BELOW ARE THE CONTROL BREAK EVENTS
AT FIRST
AT LAST
AT NEW
AT END OF
ON CHANGE OF
Is This Answer Correct ? | 20 Yes | 7 No |
Answer / paramjeet
Initialization, At selection-screen, Start-of-selection,
end-of-selection, top-of-page, end-of-page, At
line-selection, At user-command, At PF, Get, At New, At
LAST, AT END, AT FIRST.
Is This Answer Correct ? | 18 Yes | 7 No |
Answer / alex
There are eleven different events in ABAP/4
Category Events
Driver initialization
at selection-screen
start-of-selection
get
end-of-selection
User at line-selection
at pfn
at user-command
Program top-of-page
end-of-page
Is This Answer Correct ? | 4 Yes | 4 No |
How many main windows can create in Scripts?
how to replace the Old BDC transactions with the new enjoy SAP transactions
what are the differences between scripts & smart forms?
Performance tuning techniques
What is the difference between select single and select upto 1 rows?
what is the difference between the transaction... VD01 and XD01???
where are the passwords for ITS stores?
What are the Various Types of internal tables?
Can we use same Domain for more than Data element?
You are given functional specs for a BDC program and you need to decide whether to write a method call transaction or a session. How u will decide?
How to create the ur own barcodes?
What is step-loop?