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
Explain what is the purpose of sap script?
What are the basic objects of the data dictionary? : abap data dictionary
What are datasets in abap?
How many ways can a sap system be accessed?
How to read files and process BDC's automatically ?
What are the 3 methods that we use in sequence in a batch input session method? : abap bdc
Hi, I have a requirement for locking the fax field in user master records. As you know user can edit the details using the System>profile>own data (SU3), it is causing some security threat to our model. What i want is users should not be able to change the fax field under communications when they get into su3.I have heard of user Exist functionality but don't know how to implement it. Can you suggest something, it will be greatly appreciated.
What are the differences between se01, se09 and se10?
what are the critical issues u face in ur project?
Which transaction code can I used to analyze the performance of ABAP program.?
What are the differences between a database index and a match code? : abap data dictionary
Explain the session method? : abap bdc
can i use table key and key in an internal table and explain the functionalities of each one and what functionality does it give if both are used for same internal table
Can a posting run be deleted? : sap abap hr
how to modify the standard method as per your requirement