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 is view? Explain the different types of view?
How many primary keys can be created for a table?
Define abap/4 layer?
ABAP : Classical reports events name
What are the types of table fields in the sap abap?
What is the abap program name to process the batch input session automatically? : abap bdc
What is use of transparent table in abap? How it is different from pool tables?
Print options in smartforms?
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
Module Pool Programming: Events and Table Control handling.
What does the extract statement do in extract datasets?
In the abap/4 dictionary tables can be defined independent of the underlying database (t/f). : abap data dictionary
Can you define a field without a data element? : abap data dictionary
What are the system fields? Explain?
What are the Synchronous and asynchronous methods in bdc ?