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
BDC program to migrate data to SAP R/3 database. The data will be uploaded using transaction ME11. (Session Method) plz mention the detail coding Tahnks, Rahul
What is maintenance view?
What is the difference between bdc_open_group and bdc_open_dataset. : abap bdc
Persistent class
Explain what is sap script? What is the purpose of sap script?
What is the difference between native sql & open sql? : abap data dictionary
In BDC, data transfer is done success in foreground mode but if we done the same in background mode it shows errors. What is the reason?
What are different abap/4 editors?
A function module can be called from a transaction screen outside an abap/4 program. State true or false. : abap modularization
What is the structure of bdcmsgcoll? : abap bdc
Normally how many and what files get created when a transaction program is written? what is the XXXXXTOP program?
When the get cursor command used in interactive lists?
How do you write manual bdc session method? : abap bdc
In what ways we can get the context sensitive f1 help on a field?
How is conversion of data types done between abap/4 & db layer? : abap data dictionary