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 is a match code? : abap data dictionary
What are the Control levels in internal tables?
Difference between /N and /BEND?
Explain how many types of tables exist and what are they in data dictionary?
In order to upload purchase order details, how you handle multiple values for a single field?
Give few names of pooled tables in sap ?
What is narrow casting and wide casting?
BDC program to migrate data to SAP R/3 database. The data will be uploaded using transaction ME11. (Session Method) plz mention the detail coding Tahnks, Rahul
Explain how is batch input process different from processing on line?
identify valid statement when coding a field exit ? a) submit RSCA101X b)MESSAGE E101 C)MESSAGE I101 d)BREASK-POINT
What is step-loop?
if while coding power goes off , how to retrieve the codes?
What are the two levels in defining a match code ?
What are the types of records that are transferred to sap r/3 and used by interfaces? : abap bdc
The commands through which an abap/4 module can “branch to “ or “call” the next screen are?