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 types of subroutines?

770


What is dynamic action? : sap abap hr

776


What are the events in abap/4 language? : abap hr

752


What is the syntax for ‘call transaction’?

752


What is personnel sub are

1715






In SAP Script,How to display a single field(like matnr)at the right end of the form.

2131


B -Credit Note report Selection Screen Ranges: Creation date Sales Org Sold to Party Selection condition: Document Category – VBTYP should be ‘O’ Table to be used: VBRK, VBRP,VBPA,ADRC List the CR order types or credit billing type by customer number (or selected customer) and displays the: - Billing Document date (FKDAT) - Customer number (KUNRG) - Name of the reseller (on top of the SAP No) (NAME1) - Billing document number,(VBELN) - order reason (AUGRU_AUFT) - Amount (NETWR) - Currency (WAERK) Group Currency wise, billing type wise sum of Net value. When user double click on field ‘Billing Document #’ , display the document in VF03 Do this using OO ABAP.

2662


In BDC, data transfer is done success in foreground mode but if we done the same in background mode it shows errors. What is the reason?

1131


What is direct input method ?

1627


What does the insert statement in extract datasets do? : abap modularization

730


What is meant by a schema? : sap abap hr

731


Explain the advantages and disadvantages of abap query tool?

654


What is the use of the raising exception? : abap modularization

668


How to call transaction in session method without recording?

1687


Can any tell me ECC 5.0, ECC 6.0 Released year? and difference between them?

2163