Types of windows and Difference between them in Scripts
Answer Posted / rammohan
scripts contains the 3 different types of windows
main window
variable(secondary) window
constant window
variable window and constant window functionality both are
same but we are mostly use variable window. this is used
for print the limitation of information if data is larger
than window size how date is place in window that much of
data is displayed remaining will be truncated.
But in main window if data is larger than window the
specified data will place on main00 the remaining will
place on main01 in similar manner up main98 so in main
window we never no data loss .
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Rp_provide_from_last contains how many parameters ? : abap hr
What are internal tables? How do you get the number of lines in an internal table?
If a table that is to be extended contains a long field, we cannot use append structures why? : abap data dictionary
Write special commands of list?
How do you write manual bdc session method? : abap bdc
What is open sql?
Different between Interface and Abstract classes?
How can I get ascii value of any letter? Is there any function?
i want to add 2 records to a table but the last field in the table is 1000 char long.Is it possible?if yes how?
What is view? Different types of view.
What is get cursor field?
What are the differences between structure and table in data dictionary in abap? : sap abap data dictionary
What are screen painter? Menu painter? Gui status?
What are the events used in interactive reports?
What are the functional modules used in sequence in bdc? : abap hr