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 internal tables and work area?
What is foreign key relationship? : abap hr
What are the check tables?
What do you mean by pooled tables in sap abap? Also explain what do you mean by table pool? : abap data dictionary
what is 3 tire architecture and how does SAP utilizes this architecture. and how do netweaver came into picture?
How can an internal table with header line and one without header line be distinguished when passed to a subroutine? : abap modularization
Explain the structure of a bdc sessions?
Explain the advantages/disadvantages of logical databases?
In se11 -->Tech. settings --> Data class. If I save table as Mater data OR Transaction data, what effect will it has for 'Storage' in Database after activation. or In Database how it will store in both the cases.
Can we use on change of between select and endselect?
Explain Singleton class
How to create any functions? How to go about it?
What are the attributes of a field that can be activated or deactivated during runtime?
how can we enable hyperlink in screen painter?
How to write a code for multiple transactions? : abap bdc