Wat is the difference between Select single * and Select ..
Up to one row . And which method is better for performance ?
Answer Posted / manoj kumar
select single * its complsary to use prmary key where as
selectup to one row there is no need of key and it will get
only one record where as in select single we will get
multiple record based on selection criteria
| Is This Answer Correct ? | 0 Yes | 12 No |
Post New Answer View All Answers
How do you delete duplicate records from internal table?
What are the relational operations that can be performed on view in sap? : abap data dictionary
Explain how many types of tables exist and what are they in data dictionary?
Can we handle two transaction codes in the same program using call transaction bdc input method? : abap bdc
Can we access static attribute from instance method
How to read files and process BDC's automatically ?
How to load data from ms excel sheet to sap by using bdc method ? : abap bdc
What are the uses of table pool or table cluster.
What is luw?
What is the difference between a structure and a table?
Explain open dataset in sap abap?
State the differences between database view & projection view? : abap data dictionary
What is meant by authorization? Did you ever work on it? : sap abap hr
What are system fields for secondary lists?
In select-options, how to get the default values as current month first date and last date by default?