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
What are the types of subroutines?
What is dynamic action? : sap abap hr
What are the events in abap/4 language? : abap hr
What is the syntax for ‘call transaction’?
What is personnel sub are
In SAP Script,How to display a single field(like matnr)at the right end of the form.
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.
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?
What is direct input method ?
What does the insert statement in extract datasets do? : abap modularization
What is meant by a schema? : sap abap hr
Explain the advantages and disadvantages of abap query tool?
What is the use of the raising exception? : abap modularization
How to call transaction in session method without recording?
Can any tell me ECC 5.0, ECC 6.0 Released year? and difference between them?