26) Explain the Importance of each type of window 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 | 0 No |
Post New Answer View All Answers
What does the ‘suppress dialog’ do?
What is repository info. Systems?
where do we store all custom programs in SD module?
Can we write the code both call transaction and session method in single program?
What are the table controls in bdc ? What is the difference between bdc and lsmw ?what is the difference between bdc and rfc ? : abap bdc
What do you understand by work area and internal tables in abap? Why do we use it?
What is the difference between field-group header and other field groups?
In an abap/4 program how do you access data that exists on a presentation server vs on an application server?
What are secondary indexes. How can we know which index is being used in a select query?
How to do find it?
How is conversion of data types done between abap/4 & external level? : abap data dictionary
How do you convert non-char field into char type fields ?
How many structures can be created in a Ztable ?
What are authorization objects and what statement is used to perform an authorization check in an abap program?
What is the function of a data element? : abap data dictionary