How to get the no of records using select statement?
Answer Posted / bhushan
select count( * ) into variable where condition
You will get the number of records...
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
how to modify the standard method as per your requirement
What is an evaluation path? : sap abap hr
Power is interrupted while transferring data from internal table to application server. How will you determine many records are transferred in session method and call transaction method? : abap bdc
What is the difference between sy-tabix and sy-index? Where it is used?
Explain about workbench request and customization requests?
Can we write the code both call transaction and session method in single program?
How do you use structures in the abap programs?
ALV Report that will show the details of order like order no, order date, customer, product code & description, order quantity and value along with the details of dispatch of those orders like invoice no, invoice date, invoice quantity and pending order quantity. plz mention the detail coding Tahnks, Rahul
What are different ABAP editors? What are the differences?
What are system fields for secondary lists?
Explain how many types of tables exist and what are they in data dictionary?
What does an EXEC SQL stmt do in ABAP? What is the disadvantage of using it?
Suppose there is a secondary index on 4 non-key fields A,B,C & D. There are 3 select queries :- a) one on basis of A, B, C , D b) Second on basis of A, B, C c) Third on basis of D, C,B, A In which all situations , the above secondary index will be used?
Explain what are interactive reports?
What are the uses of the information in the data dictionary? : abap data dictionary