
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Check Number of Rows in an Internal Table in SAP
You can use the LINES function to get the number of rows in an internal table.
Use the following syntax to call the function:
- DESCRIBE TABLE <Internal Table Name> LINES <Variable Name>
- Once the function is executed the variable will hold the number of rows in the internal table.
Advertisements