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
How can we send data to external programs?
What is the difference between leave transaction and call transaction?
I am getting the (first) page number and the remaining records displayed in another list in another page BUT the PAGE Number is not displayed? What is the code/solution?
In SAP Script,How to display a single field(like matnr)at the right end of the form.
On abap: did you set up a workflow? Are you familiar with all the steps for setting up a workflow?
What is the purpose of sum statement?
What are the basic functions of database utility? : abap data dictionary
What are the different types of parameters? : abap modularization
Can we specify the next screen number with a variable?
What are the types of the programming language used in the sap abap software?
What are system variable in abap?
Why do we use logical blocks in abap program?
What are interactive reports?
What are the differences between session method and call transaction method? : abap bdc
What is an on”*-input filed” statement?