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


Please Help Members By Posting Answers For Below Questions

Is sap xi intended to replace ale?

583


How can we decide weather we can enhance the standard infotype or not ? : abap hr

579


Explain badi in abap.

587


What is Buffering Concept? When should a Table be buffered?

11807


What are aggregated objects

567






How can we create callable modules of program code within one abap/4 program? : abap modularization

608


What is the max no of match code id’s that can be defined for one match code object?

687


What are the differences between transparent tables, pooled tables & cluster tables? : abap data dictionary

725


Why grouping of fields is required? What is the max no of modification groups for each field?

562


Explain what is the step-by-step process to create a table in data dictionary?

634


How do u set up background jobs in SAP? What r the steps? What are the event driven batch jobs?

628


What is a data dictionary? : sap abap data dictionary

557


Normally how many and what files get created when a transaction program is written? what is the XXXXXTOP program?

652


What are the different types of internal table?

653


what is the exact code that shoud be implimented in sap note

1977