what is the difference between [select single xxx from ...]
and [select * from ... up to one row]?

Answer Posted / harsha

upto one row is faster than select * from
select single xxx from xxx into wa xx = xxx-xx means it will check all the fields and finally gives a first possible record in the selected group of record
select * from xxx in wa where xx-xxx upto one row means it retrieves only first possible record of table satisfying th condition.
please revert me if any issues with this answer. i dunno weather its ryt r rong.

Is This Answer Correct ?    2 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between commit-work and rollback-work tasks?

829


Differentiate between table and template ?

769


What is meant by write lock? : sap abap data dictionary

788


What are Tickets in Realtime ?

1904


Explain how do you get output from idoc?

816






What is the Process to transfer IDOC from Outbound System to Inbound system.

1866


What is an interactive report?

819


How to handle error in session method? : abap bdc

911


What are internal tables? How do you get the number of lines in an internal table? How to use a specific number occurs statement?

793


What are the functional areas? User groups?

811


Sal abap on hana interview

924


What is meant by hide area?

846


Can we use on change of between select and endselect?

765


Can there be more than 1 main window in sap script?

793


Which function modules can be used to transfer the data using bdc programming? : abap bdc

819