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
How do you read files from the application server ? : abap bdc
Some Realtime Objects on Bdc.
Setting up a BDC program where you find information from?
What is function group?
What is locking? : abap data dictionary
What is difference between inner join and outer join?
Under Data Transfer Portion of ABAP, what do you mean by DX Project
What is an update type with reference to a match code id?
What are internal tables? How do you get the number of lines in an internal table? How to use a specific number occurs statement?
What are the function modules used to create batch input session? : abap bdc
What are Tickets in Realtime ?
What are the data types of the external layer? : abap data dictionary
What are the three hierarchical levels of data types and objects?
How to analysis Background Job for performance Issue?
Polymorphism real time scenario