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 dynamic modifications of a screen? explain in detail?
How to create hashed tables?and its purpose
When, how and how would you control changes to standard SAP objects.
where are the passwords for ITS stores?
Append structures in tables, what happens when version is upgraded ?
Can we use CALL SCREEN in RFC?
why SAP scripts are client dependent and smart forms are not?
What is an evaluation path? : sap abap hr
What is BDC Recording?
what is cardinality?how it works in ABAP?
What is the BAPI_CUSTMATINFO_GETDETAILM used for? what is the input and output of this bapi.
Difference between interactive and ALV Reports