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
The max number of calling modes stacked at one time is?
Can we define our own match code id's for sap matchcodes? : abap data dictionary
What is off cycle payroll run
How to write a code in tab control? : abap bdc
Can we control the sequence in which multiple implementations of a multiple use BADI are called? If yes, how?
How many types of tables exists and what are they in data dictionary?
Define abap/4 layer? : abap data dictionary
What is the definition of modification in an sap system and how do they impact an upgrade?
How many structures can be created in a Ztable ?
What is abap dictionary or data dictionary? What is the transaction to access abap dictionary? : abap data dictionary
Do we create table fields with out data elements and domains?
What is the function of a domain?
What is the function of a domain? : abap data dictionary
Can a posting run be deleted? : sap abap hr
What are the events used in interactive reports?