Wat is the difference between Select single * and Select ..
Up to one row . And which method is better for performance ?
Answer Posted / manoj kumar
select single * its complsary to use prmary key where as
selectup to one row there is no need of key and it will get
only one record where as in select single we will get
multiple record based on selection criteria
| Is This Answer Correct ? | 0 Yes | 12 No |
Post New Answer View All Answers
what are Hana Basics
What is the abap program name to process the batch input session automatically? : abap bdc
What is the difference between retroactive accounting period, earliest retroactive accounting period? : sap abap hr
Events that can be used in both the classical and interactive reports
how to create module pool program using table controls based on selection criteria specified for sales document item in the first screen and item details in the second screen. plz mention the detail coding Tahnks, Rahul
How do you process errors in call transaction method? : abap bdc
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.
What are the functions of lock objects?
Explain the different types of screen keywords?
What are the modes in which any update tasks work?
What are the parameter types for a method?
Does SAP has a GUI screen painter or not? If yes what operating systems is it available on? What is the other type of screen painter called?
What are the different message types available in the abap/4 ?
When to use logical database?
Difference between .Include and .append?