what is the difference between select single *
and slect upto 1 rows...
Answer Posted / bandivenkateswarlu
the select single is used retrive the single record from the
database. where as in the select single up to one row is
used retrive one row from the databse.
| Is This Answer Correct ? | 0 Yes | 22 No |
Post New Answer View All Answers
What is the difference between a structure and a table? : abap data dictionary
Which transaction code is used executing a report (type 1 program)? : abap data dictionary
How do you validate the selection criteria of a report? And how do you display initialvalues in a selection screen?
What is the use of at new statement ?
Event handling in oops
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 different message types available in the abap/4 ?
How many types of views are there? : abap data dictionary
What is the difference between a substructure and an append structure? : abap data dictionary
What is the difference between semi-monthly and Bi-weekly payroll area
How do you use tab sets in layout sets?
What is the difference between function group and function module?
What is the tcode to create indexes?
what is friend class
How do you backup Sapscript layout sets? Can you download and upload? How?