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
Example of table cluster and cluster tables.
Can matchcode object contain ids with different update types? : abap data dictionary
Explain the difference between a dialog program and a report?
Is sap xi intended to replace ale?
What is a transport?
Explain what are the system fields? Explain?
Find the scenario and give the result: a, b, c are employees, where a, b will get basic, hra, da. C gets basic and da. How to group for the allowances? : sap abap hr
Can you show multiple alvs on a single screen?
What is luw?
Explain the client concept of sap.
What are the sequences of event block?
5) How to rereive text elements in SF and script?
What does the extract statement do in extract datasets? : abap modularization
What are the components of selection table?
What is an “on input filed” statements?