Elements of Main window and is Main window compulsory in
Sap script ?
Answers were Sorted based on User's Feedback
Answer / kiran kumar v
Main window is compulsory in Sap Script.
Is This Answer Correct ? | 10 Yes | 0 No |
Answer / 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 |
Answer / bandivenkateswarlu
In Sap Script Main window is compulsory whenever the working
starts with the scripts the system crate the main window
defaulty.
Is This Answer Correct ? | 4 Yes | 1 No |
How is collect statement different from append?
What is the typical structure of an ABAP program?
What is the relation between Badi and Bapi ?
what is difference between update and modify
Can I run normal abap applications in browser?if yes how?
what is search helps..How many types are there?
does select single *.. / select * .. affect performance ? how?
how to calculate the difference between two date type of variables ?
Explain the differences between interactive and drill down reports?
Hi To all ABAP Gurus Is there any other way to create data elements apart from se11 tocde as we dont use the se11 in real time generally this question is asked in enteg infotech
How do you define an internal using types?
When will the current screen processing terminates?