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
What is For-period and In-period
what is difference between user exit, customer exit and badi?
what is the transaction transaction for setting parameters rdisp/buffermode
what is 3 tire architecture and how does SAP utilizes this architecture. and how do netweaver came into picture?
What is a modification assistant?
how to use the xk01 in realtime.can it apply the others. how it it will goes to first page and next page.
What is the difference between field-group header and other field groups?
What is an interface? In what scenario we use interface? What is the difference between abstract class and interface?
I am trying to automate a manual processing of iDOCs in BD87. I used the following code to pass idoc-id to global variable 'DCN' and then skip the first screen of BD87 to go to processing directly. After running this code SET PARAMETER ID 'DCN' FIELD itabhdr-idoc_id. CALL TRANSACTION 'BD87' AND SKIP FIRST SCREEN. it takes me to the first screen because it cannot recognize my idoc-id. How I can pass idoc-id to global? I have used the above code to goto VA02 with VBELN and it worked perfectly.
How we can retrieve data using secondary index. Explain with simple example?
What is the function of the transport system and workbench organizer?
What is meant by write lock? : sap abap data dictionary
What are the advantages and disadvantages of using views in abap programming ?
What are the uses of table pool or table cluster.
How to give programe name as input in BDC report of abap ?