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
1)can any body tell the transport request number concept and 2)there are 3 screens in one screen u have uploaded the resume and second screen also u have done the same thing but when u are uploading the resume in third screen u got some error in somewhere else but whatever u have uploaded the resume in 1 and 2 should not
Explain data dictionary in abap?
What is a data dictionary? : sap abap data dictionary
there are 2 selection screens. material num in screen 200 and plant in screen 300. so how can you write in INITIALISATION event?
What are control tables?
What is full form of bdc session? : abap bdc
What is tmg?
What are two methods of modifying sap standard tables? : abap data dictionary
Filter badi and multiple used badi? Will the sequence matter of the badi implementation in case of multiple used badi?
Define database layer?
What are function modules?
hi,how to diable the popup window which is displayed afetr executing the SAP script program?
What are the two ways for restricting the value range for a domain ?
Describe the difference between macro and subroutine?
What are the relational operations that can be performed on view in sap? : abap data dictionary