How to get the no of records using select statement?
Answer Posted / vijay
data: t_t001 type table of t001.
select * into table t_t001 from t001.
write: no.of records sy-dbcnt.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What are the three components of a work process?
Explain sap abap 3-tier architecture?
What are the different function modules used in sapscript?
after creating lock object if does n't access record by second user what should we do?
what is code to upload cost centers through call trans. and procedure
What is the difference between RETURNING and CHANGING parameters for a method?
Can i Have Some Realtime Examples On Modulepool programming.
Explain the difference between call screen and leave screen?
What are the aggregate objects in the data dictionary? : abap data dictionary
What is Buffering Concept? When should a Table be buffered?
What is payroll area
What is the use of at new statement ?
When the top-of-page event does get triggered?
What is database view ? : sap abap data dictionary
How do you send files to the legacy systems from sap and vice versa? How does one know that the legacy files have come on to the sap server you are working on? : abap bdc