what is the difference between [select single xxx from ...]
and [select * from ... up to one row]?
Answer Posted / guest
[select single xxx from...] means we are choosinf=g
aparticular field which we want to show on the particular page
at teh run time.
And the [select * from ....up to row] means to select all the
fields placed in that particular row. And remember one thing
that a row may be one but number of coloumns can lie inside
it.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How will you transfer data into a file in application server?
Difference between Read and Get cursor?
How many main windows are allowed in sapscript?
What does the extract statement do in extract datasets? : abap modularization
What are the time related infotypes? : abap hr
What is constructor expression in nw abap 7.4?
What is the process to enhance the Infotype
How many tables are there in sap?
function modules are also external subroutines. State true or false. : abap modularization
How do you process errors in session method ? : abap bdc
What is the use of the statement leave to list-processing?
Which transaction code can I used to analyze the performance of ABAP program.?
What is screen flow logic? What are the sections in it?
What is the tcode for sapscript forms?
What is the use of the raising exception? : abap modularization