what are Program Events and Run time Events in Reports
Answer Posted / raghuveer
Program Events are:
TOP-OF-PAGE
END-OF-PAGE
Run tine Events:
INITIALIZATION
AT SELECTION SCREEN OUTPUT
AT SELECTION SCREEN
START-OF-SELECTION
GET EVENT(IF WE USE LOGICAL DATABASE)
END-OF-SELECTION
User Command Events:
AT USER-COMMAND
AT LINE_SELECTION
AT PF
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
On abap: did you set up a workflow? Are you familiar with all the steps for setting up a workflow?
What are the functional areas? User groups? And how does abap/4 query work in relation to these?
What is tcode se16. For what is it used. Explain briefly?
What is the length of function code at user-command?
Explain the advantages and disadvantages of abap query tool?
What is the project you are currently working and work that you are doing
visibility section for class level and attributes level
How to write a bdc – how do you go about it?
How do you process errors in call transaction method? : abap bdc
how do you transport lsmw data from one system to another?
What are the steps to execute session method?
Control Break statements- At new...endat.
Where are you used type casting?
What is the difference between Classic badi and Kernal badi ?
What should be declared explicitly in the corresponding abap/4 statements to access internal tables without header lines & why? : abap modularization