what are the events triggered in report?which tigers first?
Answer Posted / malli.gontla
initialization,selection-screen,selection-screen on
field,start of selection,topof-page,at-line selection,
top-of-page during line selection,a user
command,end-of-page. end-of-selection.These r the events
triggered in
report. load on programm is the event triggered first
internally,when u execute the program. after that remaining
above events are triggered one by one.
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
How do you find the information on the current screen? : abap bdc
Did you use buffering?
What is the difference between Classic badi and Kernal badi ?
What is the difference between function group and function module?
What is the structure of bdcmsgcoll? : abap bdc
Does the call transaction method allow multiple transactions to be processed by sap?
Explain how do you get output from idoc?
Can i Have Some Realtime Examples on Badi ?
How many lists can a program can produce?
data:zxyz type xyz. where xyz is a standard sap structure where it contains data type fields and line type (refer to other structure) fields. my question is how to assign values to field zxyz-str-matnr where str is a structure inside xyz structure.
What is sap abap data dictionary?
What is the relationship existing between the various data elements in data dictionary? : abap data dictionary
List the various components of the enterprise structure in systems, applications, and products (sap) in human capital management (him)? : sap abap hr
What are the Control levels in internal tables?
How to create any functions?