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 is dynpro? what are its components ?

628


How do you read files from the presentation server ? : abap bdc

584


In selection screen, I have three fields, plant material number and material group. If I input plant how do I get the material number and material group based on plantdynamically?

604


What is the difference between the function module and a normal abap/4 subroutine? : abap modularization

702


While sorting field groups we cannot use more than one key field. State true or false. : abap modularization

592






Difference between user exit and badis?

614


why particularly lock object name starts with EZ OR EY?

1513


What is append search help? : sap abap data dictionary

699


In which cluster time results are stored? : abap hr

591


What is the difference between table and template?

581


What is the use of at new statement ?

1356


What is the Process to transfer IDOC from Outbound System to Inbound system.

1679


Difference between sy-tabix and sy-index? Where it is used?

536


Suppose there is check box along with the rows. The requirement is, select the require check boxes and press a used defined button to save all these checked row data to another table. How can you do it?

1621


What is the modification assistant?

582