How to get the no of records using select statement?
Answer Posted / ranjan
data: wa_t001 type t001,
t_t001 type table of t001.
select * into table t_t001 from t001.
loop at t_t001 into wa_t001.
write: no.of records sy-tabix.
endloop.
| Is This Answer Correct ? | 0 Yes | 8 No |
Post New Answer View All Answers
Can you print decimals in type n? What is difference between float and packed data type?
I just wanted to know that when I am recruiting somebody, I am generating his personal no also. Then I want to give him training also. Now I just want to create 2 scenarios to clear my doubts? : sap abap hr
What is occurs in internal table?
Which commands are used for interactive reports?
What are table clusters?
Explain what is the step-by-step process to create a table in data dictionary?
Difference between sy-tabix and sy-index? Where it is used?
What is logical database? : abap hr
How we format the data before writing a statement in the report?
What is the use of the statement leave to list-processing?
What is dynpro? what are its components ?
when are objects are passed from task to the change request?
What are the two different ways of building a match code object? : abap data dictionary
how do you call third selection screen ?
What does an exec sql statement do in abap? What is the disadvantage of using it?