What is the difference between select single and select upto
1 rows?
Answer Posted / nigesh
Select Single * will pickup only one matching record from
the database into the buffer, and returns the same to the
internal table.
Select upto 1 rows will pickup all the records matching the
condition into the buffer, but return the top record to the
internal table.
| Is This Answer Correct ? | 3 Yes | 4 No |
Post New Answer View All Answers
Explain the difference between tables and structures?
any one can tell me which is the tables can store in ddic plese dont say db02l,please give me different ways of resideing the tables ?
Difference between sap script and report?
How many types of tables exists and what are they in data dictionary?
What is Field group?
what is a text table ?
WHAT ARE THE MANDATORY FIELDS TO BE FILLED FROM TABLES BAPIITEMIN, BAPIPARTNR, BAPIITEMEX, BAPICUCFG, BAPICUINS, BAPICUPRT, AND BAPICUVAL IN BAPI 'BAPI_QUOTATION_CREATEFROMDATA
What is an Unpack command?
function modules are also external subroutines. State true or false. : abap modularization
What does an exec sql statement do in abap? What is the disadvantage of using it?
What is a maintenance view? : abap data dictionary
What is luw or data base transaction ?
What are the events used for logical database?
A subroutine can contain nested form and endform blocks. State true or false. : abap modularization
what is difference between user exit, customer exit and badi?