How to get the no of records using select statement?
Answer Posted / vijay
data: t_t001 type table of t001.
select * into table t_t001 from t001.
write: no.of records sy-dbcnt.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What are the Various Types of internal tables?
In an abap/4 program how do you access data that exists on a presentation server vs on an application server?
Does sap handle multiple languages?
What are the different methods of bdc? : abap bdc
What are the different message types available in the abap/4 ?
What is the difference between Exit and Stop?
Concepts of OO ABAP and why we are using it?
What are the different types of mode (run code) in call transaction method?
What is a currency factoring technique?
Difference between call by value and call by reference? : abap data dictionary
What is the difference between native sql & open sql? : abap data dictionary
SAP Script for Billing in which Billing document number was displayed as header, Bill Type, Bill Category, Bill Item, Cost, Base Unit of Measurement and Material number were categorically displayed for each billing document number. plz mention the detail coding Tahnks, Rahul
what is the purpose of BAPI BAPI_CUSTMATINFO_GETLIST What is input and output of this BAPI.
What is “call mode”?
What is the use of lock objects?