27) Explain the Importance of each type of window in Smart
forms?
Answer Posted / saikalyan
Main window:
In a main window you display text and data,
which can cover several pages (flow text). As soon as a
main window is completely filled with text and data, the
system continues displaying the text in the main window of
the next page. It automatically triggers the page break.
Secondary Window:
In a secondary window you display text and data
in a predetermined output area. There is no flow text
display with page break. If you position a secondary window
with the same name on several pages, the system displays
the contents of this secondary window on each page.
Copy window
You use the copies window to define an output area for the
print output, whose content you want to appear either only
on the copy or only on the original. This allows you to
flag copies as copies when the form is printed.
Final window:
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: Processing first
skips all windows of this type in the tree and works its
way to the end of the tree. Only after the actual
processing is finished, the final windows are processed in
the order in which they appear in the tree (from top to
bottom). Now any information is available that is known
only at the end of the form processing.
| Is This Answer Correct ? | 18 Yes | 1 No |
Post New Answer View All Answers
What are the difference between tables and structures?
Sy index and sy tabix
What are the different types of abap reports in sap?
What is design pattern? Provide example .Why are we using it?
How to find the return code of a statement in abap programs?
What is singleton pattern in OOPS?
What is the difference between ABAP and HR ABAP
Explain difference between primary key and unique key?
What is alv programming in abap? When is this grid used in abap? : abap hr
What is the difference between commit-work and rollback-work tasks?
What are the techniques involved in using sap supplied programs?
Explain the difference between domain and data element?
1.why dont use top of page. wat is the use? 2. wat is sub screen? 3. why u select the session method in bdc ? how many records wil be updated on that time? 4.why dont use start form in script? 5.wat is difference b/w dilldown and interactive report? 6. wat is pf status interactine report?
What is the difference of update types in call transaction method ? : abap bdc
What are the advantages of logical databases : abap hr