In an Internal Table, I have 1000 records. I have to
Retrieve One Record. In Performence wise what is the Best
Query?
Answer Posted / nyk
select *
from <itab>
upto 1 row.
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
send coding to write a program to create customer quotation using BAPI 'BAPI_QUOTATION_CREATEFROMDATA2/BAPI_QUOTATION_CREATEFR OMDATA'
What are the update types possible?
How move-corresponding works
How do you display a data in a detail list?
Define infotype ? : abap hr
Can we create field without data element? If yes, how?
What is its? : abap hr
How can we set the tablespaces and extent sizes ?
How to display or know if the value entered contains records or not?
how to use table control?if suppose i have 6 records and i want more 4 records in sequence.How to handle this scenario?
What are the parameters used in each function?
Explain the Types of Select statements?
How many types of views are there? : abap data dictionary
What are the function modules used in a sap script driver program?
The extract statements in field groups can be used before or after processing the sort statements. State true or false. : abap modularization