If we will display the data by writing write statement on
start of selection then what is the need of end-of-
selection in classical report
Answer Posted / komal
It is triggered after all of the data has been read from
the logical database. So once the write statement is
executed then the end-of-selection is triggered immidiately
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is a size category?
What is a transport?
What is a database view? : abap data dictionary
Why do we use FOR ALL ENTRIES and what is the pre-requisite
Can you set up background processing using call transaction?
In sap script how to print bar code in vertical manner
How do you find the information on the current screen?
What is a multiple line field?
How do you find the tables to report from when the user just tell you the transaction he uses? And all the underlying data is from SAP structures?
How can the standard tables of sap be modified?
Difference between sy-tabix and sy-index? Can you check sy-subrc after perform?
What are the advantages of different types of bdc's?
Can we specify the next screen number with a variable?
What is the difference between get and get late?
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.