What is the difference between select single and select upto
1 rows?
Answer Posted / gagan
in select single , if multiple records are present matching
the where clause ( if stated ), then it returns the last
record among them.
While in select upto 1 rows , it returns the first
occurrence of the record.
| Is This Answer Correct ? | 4 Yes | 10 No |
Post New Answer View All Answers
What are the uses of table pool or table cluster.
What is exception class and test class. How to use it?
Explain the data types of internal tables?
How to split one Invoice into Multiple ( Step by Step)?
Which objects are independent transport objects?
What are client dependant objects in abap/sap?
– Programming using BAPI : Create Debit Memo Request (DMR) with reference to Sales Order and update the delivery number and PO number in the newly created DMR. Send the spool of the report by E-mail if the E-mail option is enabled. Selection Screen Required: Sales Org Delivery type Sales document type Optional: Planned Goods movement date Option to choose E-Mail E-mail Address Output device Output Output should display both successful and unsuccessful creation of DMR with the following fields, Success/Error (S/E) Sales Document number Delivery number New Debit memo request number Error message Tables TVAK, TVCPA, VBAK, LIKP, LIPS
What is the purpose of creating symbolic a/c, what is transaction code for same? Can we assign one symbolic a/c to multiple wage types? : sap abap hr
What is system-land-scape of your project?
What is the difference between the function module and a normal abap/4 subroutine?
What is view? Different types of view.
Where do you create indexes in abap?
When value table becomes check table?
What are the attributes of the data? : abap data dictionary
Mention some important events in abap programming.