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


Please Help Members By Posting Answers For Below Questions

What are the user interfaces of interactive lists?

551


What happens if only one of the commands set screen and leave screen is used without using the other?

591


what are the various types of parameters and how are they distinguished from one another?

725


What is the role of ‘refresh’ in internal table?

592


What are the rules to create a BAPI?

1163






Explain some essential objects in abap dictionary?

700


What is meant by slab? How is indian slab and us slab? : sap abap hr

558


Can a transparent table exist in data dictionary but not in the data base physically? : sap abap data dictionary

614


How to upload more than 2GB file from External Source to SAP?

856


Difference between BDC vs Direct Loads?

659


What is an on”*-input filed” statement?

601


What is value table?

578


1/ How do u apprach if error occur in sending idocs ? 2/ where u assigned process code ?

1464


Explain the advantage of structures?

546


what is leave to TRANSACTION?

1000