Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

How do you read files from the application server ? : abap bdc

1157


Some Realtime Objects on Bdc.

2944


Setting up a BDC program where you find information from?

1262


What is function group?

1120


What is locking? : abap data dictionary

1239


What is difference between inner join and outer join?

1143


Under Data Transfer Portion of ABAP, what do you mean by DX Project

2355


What is an update type with reference to a match code id?

1034


What are internal tables? How do you get the number of lines in an internal table? How to use a specific number occurs statement?

1121


What are the function modules used to create batch input session? : abap bdc

1248


What are Tickets in Realtime ?

2300


What are the data types of the external layer? : abap data dictionary

1463


What are the three hierarchical levels of data types and objects?

1210


How to analysis Background Job for performance Issue?

1272


Polymorphism real time scenario

1556