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 fields in a bdc_tab table? : abap bdc
What is the use of the statement leave to list-processing?
What is an “on input filed” statements?
How many main windows will be there in a page window?
What is synchronous update?
Explain the difference between call screen and leave screen?
What is the difference between refresh and free statements?
If I have put commit in badi implementation class after update, is it allowed? Also if some standard functionality already implemented an update and now i m doing update and if it fails, what will be the impact of commit?
Interactive Report that list purchase order details of a vendor. When the user double clicks on material number it shows detail list with fields matkl, meins, brgew, ntgew, gewei.The selection screen consist of sales organisation, distribution channel and material number. plz mention the detail coding Tahnks, Rahul
What are number ranges?
What is tcode se16?
What is the use of table maintenance allowed?
It is not possible to create an abap/4 program, which contains only subroutines. State true or false. : abap modularization
What is a data dictionary? : sap abap data dictionary
Did you use buffering?