Elements of Main window and is Main window compulsory in
Sap script ?
Answer Posted / rudra vikram
Main window will created by system by default when we create a
sap-script
In sap scripts we have 4 different types of windows
1) MAIN --- To display the Internal table data.
(i.e, continues text)
2) CONST---To display the fixed data.
(i.e, constant data)
3) VAR---To display the Variable data.
(i.e, data which changes time to time / data which changes dinamically)
4) GRAP---Grid screen (for logos and pictures)
By the above four types of windows we can came to conclusion that we need main window only for printing the data from internal table.
The need of main window in the PAGE WINDOWS is depends on our requirement,If at all we need to display the continuous data from the internal table we need MAIN WINDOW.
Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Explain what is an rfc?
How do you differentiate tax for different countries? : sap abap hr
What are the two ways for restricting the value range for a domain ?
What is the use of abap data dictionary? : abap data dictionary
What are the types of bdc s?
What is the disadvantage of a call by reference?
What are multiple use BADIS?
Type casting and error handling
Explain the difference between open_form and close_form?
did u done enhancement framework?how u implemented?
What is a development class? : abap data dictionary
What is luw?
Explain what are the problems in processing batch input sessions? How is batch input process different from processing on line?
What is database utility?
Of the two call transaction and session method, which is faster?