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 |
what are various ways of triggering a new page in reports ?
how to modify the standard method as per your requirement
What is meant by performance analysis?
Can i Have Some Realtime Examples on Idocs ?
differtent types of messages?
5 Answers Deloitte, Enteg Technologies,
In Between events you can use loop Say Yes or No?
What are local objects?
What happens when a table is activated in DD?
WHAT IS PEFORMANCE TUNING?
Explain what is step-loop? Explain all the steps?
Define abap/4 layer? : abap data dictionary
What does hide statement do?