What is the diffrence between select single * and Select
upto 1 row?
Answer Posted / kiran kumar v
Select Single * -- 1) Will never have endselect.2)
Applicable key fields are mentioned in Where clause.3) It
retrieves the first record which matches the condition.
Select upto 1 row -- 1) Will have endselect. 2)Where clause
is not mandatory. 3) Pull up all the records and display
the first record in the list.
| Is This Answer Correct ? | 9 Yes | 3 No |
Post New Answer View All Answers
What is the syntax for call transaction? : abap bdc
What is the difference b/t Session method and call transaction method ??
can i use table key and key in an internal table and explain the functionalities of each one and what functionality does it give if both are used for same internal table
What is the difference between the function module and a normal abap/4 subroutine? : abap modularization
What work you have done in HR module
What is the Difference between At Line selection and At user-command?
How to create any functions?
Find the scenario and give the result: a, b, c are employees, where a, b will get basic, hra, da. C gets basic and da. How to group for the allowances? : sap abap hr
What are the problems in processing batch input sessions?
How many types of data classes are there in sap?
What actually happens in real-time recruitment? : sap abap hr
hi frends this is bala raju from pune.i want to know diff between 4.7ee and ecc 5.0.if possible give me brief explanation.this question was asked in EDS(tele interview) in pune bye.
Is it possible to pass data to and from include programs explicitly?
PROGRAM TO CREATE INQUIRY IN SD USING BAPI 'BAPI_INQUIRY_CREATEFROMDATA'
if u take one worst program,in this program user write the logic is session method.in that program user can get some errors ,that errors we will see in call transaction method,how it is possible.?