What is the diffrence between select single * and Select
upto 1 row?
Answer Posted / kapil goyal
Select single fetches first matching record. If more than one matching records are there then only the first matching record will be considered other records will not be taken into account. Where as select up to 1 rows will fetch all the matching records from the database.(Again it will assign only One Record to the internal table/Work area)
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is a modification assistant?
What is the use of 'for all entries'?
Explain how to create any functions? How to go about it?
What are system fields for secondary lists?
What is the difference between field-group header and other field groups?
What are the types of indexes in abap?
In which cluster time results are stored? : abap hr
What is the syntex used to call a screen as dialog box (pop up)?
how can you display data say "your name"in sap script without print program or driver program??
What is the last entry in all bdc tables? : abap bdc
What is the difference between a structure and an append structure?
How to transfer data into line items using batch input session method? : abap bdc
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.
How does the interface between the dynpro and the abap/4 modules take place?
what is user specific parameter?