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 can the standard tables of sap be modified?
What are the screen elements.
What is repository info. Systems? : abap data dictionary
How to handle errors in call transaction bdc method without using bdcmsgcoll internal table? : abap bdc
How to use messages in lists?
what is bapi,badi,bdc,ale idocs?
how 2 create the normal form by using functional module
What is the difference between scrolling a table horizontally and vertically?
What is payroll driver
Explain get pernr concept when we use logical data base? : abap hr
What is the difference between sum and collect?
Explain client-dependent and client-independent tables.
How do you convert non-char field into char type fields ?
What are null values? : abap data dictionary
How will you define posting procedures?