What is the diffrence between select single * and Select
upto 1 row?
Answer Posted / chitta ranjan mahato
I am agree with the above answers given but I am to add
few lines.
Select Single can give you best performace when it is fired
with full primary key.
Select up to 1 rows is a special case of select up to n
rows.
there is almost no difference in performace in small
database. select single is used to check the avaviility of
particular record in database.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is read line in abap?
SAP Script for Billing in which Billing document number was displayed as header, Bill Type, Bill Category, Bill Item, Cost, Base Unit of Measurement and Material number were categorically displayed for each billing document number. plz mention the detail coding Tahnks, Rahul
What are data classes? What are the various data classes available for selection? : abap data dictionary
What is a type-pool?
IN SCRIPTS IF WE HAVE EMPTY SECOND LAYOUT AND IF WE HAVE MENTIONED ABOUT IT IN NEXT PAGE ATTRIBUTE THEN IN OUTPUT HOW WE GET THE SECOND PAGE OUTPUT.
How do you set up background jobs in sap? What are the steps?
please any one can tell me How to validate the data in Table maintinance generator?how can u validate the table field values if u r entering the data into fields .it shows record is wrong?wher we can done validation in table maitenance generator before getting the data as out ?
The commands through which an abap/4 module can “branch to “ or “call” the next screen are?
How is conversion of data types done between abap/4 & external level?
What abap statement will trigger list generation?
What is value table? : abap data dictionary
What are the organizational related Infotypes
What are critical issues you have faced in your project
What is the maximum No. Of structures that can be included in a table or structure. : abap data dictionary
How do you take care of performance issues in your ABAP programs?