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 sap scriptview ?
Suppose there is a secondary index on 4 non-key fields A,B,C & D. There are 3 select queries :- a) one on basis of A, B, C , D b) Second on basis of A, B, C c) Third on basis of D, C,B, A In which all situations , the above secondary index will be used?
What are the data types of the external layer?
Difference between user exit and badis?
Is it possible to bring select option in module pool screens?
What do you understand by work area and internal tables in abap? Why do we use it?
What is the use of dequeue function module? : sap abap data dictionary
Some Realtime Examples on Exits .
Explain the advantages and disadvantages of different types of bdc's?
How collect statement is different from append?
Performance tuning techniques
In BDC, data transfer is done success in foreground mode but if we done the same in background mode it shows errors. What is the reason?
Filter badi and multiple used badi? Will the sequence matter of the badi implementation in case of multiple used badi?
What are the techniques involved in using SAP supplied programs? Do you prefer to write your own programs to load master data? Why?
Select query optimisation