what is the difference between mainwindow n final window?
Answer Posted / senthil
There can be only one main window.
There can be one or more final windows.
Final windows are processed only after all the nodes in the tree have been processed.
You may want to display or query values on the first page that are determined only during processing.
For example, you may want to name the grand total in the letter text of an invoice. However, this amount is determined only after listing all individual items. Or you may want to query on the first page within a condition the total number of pages, which the system calculates only after processing all pages.
In such a case, you use the final window.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the relationship existing between the various data elements in data dictionary? : abap data dictionary
What is a table attribute? : abap data dictionary
What does an exec sql statement do in abap?
Have you printed any report?
What does an exec sql statement do in abap? What is the disadvantage of using it?
If I have put commit in badi implementation class after update, is it allowed? Also if some standard functionality already implemented an update and now i m doing update and if it fails, what will be the impact of commit?
What is projection view?
What are the different kinds of lock modes?
How to create report in SD open sales order which covers all Organization, delivery status, shipping details and partner function details. plz mention the detail coding Tahnks, Rahul
What are the types of views? : sap abap data dictionary
What are the aggregate objects in the dictionary? : abap data dictionary
What are the advantages of logical databases?
What are the steps in a bdc session? : abap bdc
Can we call reports and transactions from interactive reporting lists?
What is the difference between refresh and free statements?