Article Categories
- All Categories
-
Data Structure
-
Networking
-
RDBMS
-
Operating System
-
Java
-
MS Excel
-
iOS
-
HTML
-
CSS
-
Android
-
Python
-
C Programming
-
C++
-
C#
-
MongoDB
-
MySQL
-
Javascript
-
PHP
-
Economics & Finance
Selected Reading
Getting number of rows in table in an itab in SAP
There is a function “LINES” that can be used to get the number of lines in a table. Here is the code that can be used −
DESCRIBE TABLE <itab-Name> LINES VR1
The variable VR1 will contain the number of rows.
Advertisements
