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
Is sap xi intended to replace ale?
Update types in Call transaction method. What is the difference?
In selection screen, I have three fields, plant material number and material group. If I input plant how do I get the material number and material group based on plantdynamically?
How can we use / display table in a screen?
Power is interrupted while transferring data from internal table to application server. How will you determine many records are transferred in session method and call transaction method? : abap bdc
On abap: did you set up a workflow? Are you familiar with all the steps for setting up a workflow?
What are the check tables?
What are the two ways for restricting the value range for a domain? : sap abap data dictionary
hi to all abap interview guys please notify this .. first if u have any doubts please go through google search or else please do debugging with some sample programs . but don't post even silly questions too. thanking you.
Reports: Event functionality.
How many main windows will be there in a page window?
What is the functionality of BIZTALK and how it handles the IDOC’s and how u will transfer the IDOCS to the BIZTALK ?
In Table Field when display the Name, whose first charecter should be capital letter and rest will be small letter.
How to upload more than 2GB file from External Source to SAP?
How we can give authorization on the fields of table control in a dialog-programming?