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
Which type of tables used this buffer?
What are the differences between session method and call transaction method? : abap bdc
What are differences between at selection-screen and at selection-screen output?
What is a development class? : abap data dictionary
send coding to write a program to create customer quotation using BAPI 'BAPI_QUOTATION_CREATEFROMDATA2/BAPI_QUOTATION_CREATEFR OMDATA'
What is the function of a data element?
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?
What is the logo in sap script?
What are the screen elements.
Which function module would you use to check the user’s authorization to access files before opening a file?
Which transaction code is used executing a report (type 1 program)? : abap data dictionary
What is the difference between native sql & open sql? : abap data dictionary
Which function module reads the data for particular infotype ? : abap hr
What are the payroll related infotypes? : abap hr
What is the syntax for call transaction? : abap bdc