1.In report, we should have to write events in sequential
order or not,if we write events insequential then what will
be the drawback and if we will sequential what will be the
advantage.
2.what is the fucnction of end-of-selection even? if we
would not write this event in report what will happen?
3.top-of-page event will trigger before the
initialization,and at selection-screen event or after these
two event.
Answer Posted / mohd rais
top of page execute before first write statement
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Differentiate between static and dynamic step loops?
Type casting and error handling
How to transfer data into line items using batch input session method? : abap bdc
What are the uses of secondary indexes?
How to call transaction in session method without recording?
What are the differences between a database index and a match code? : abap data dictionary
Which FM do you use to find out who is reporting to whom
Use SET PF_STATUS which is in the FM reuse_alv_grid_display to set the button
What are matchcodes?
What functions does a data dictionary perform ?
In what ways we can get the context sensitive f1 help on a field?
what is diff between idocs,bdc,rfc and bapi. give real time answer
Can matchcode object contain ids with different update types? : abap data dictionary
Suppose the client wants me the vacancy to be displayed on a website as well as ess. How should I do it? : sap abap hr
i have executed a report via back ground job, in this report i have used enqueue and dequeue function modules on a table, but before releasing the lock(before dequeue function module is not call) job gives the dump, so the lock is not released the table, here my question is how to set the lock automatically release the there is a short dump before calling the dequeue module?