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
What are the prerequisites for creating foreign key relationship?
What are secondary indexes. How can we know which index is being used in a select query?
Explain what is the step-by-step process to create a table in data dictionary?
What is the max no of match code id’s that can be defined for one match code object?
wat are the process that can be executed & tracked in a workflow?
Difference between open sql and native sql? : abap data dictionary
Can we write the code both call transaction and session method in single program?
Advantages and disadvantages of different types of bdc's?
Filter badi and multiple used badi? Will the sequence matter of the badi implementation in case of multiple used badi?
How many types of data classes are there in sap abap? : abap data dictionary
How many primary keys can be created for a table?
How to call transaction in session method without recording?
Explain pai and pbo.
What kind of deliverables you have on a day to day basis?
What is sql trace? : abap data dictionary