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


Please Help Members By Posting Answers For Below Questions

What is the relationship existing between the various data elements in data dictionary? : abap data dictionary

807


What is a table attribute? : abap data dictionary

668


What does an exec sql statement do in abap?

647


Have you printed any report?

1859


What does an exec sql statement do in abap? What is the disadvantage of using it?

783






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?

1365


What is projection view?

631


What are the different kinds of lock modes?

672


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

2219


What are the types of views? : sap abap data dictionary

729


What are the aggregate objects in the dictionary? : abap data dictionary

863


What are the advantages of logical databases?

709


What are the steps in a bdc session? : abap bdc

660


Can we call reports and transactions from interactive reporting lists?

726


What is the difference between refresh and free statements?

774