- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Checking 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.
- Related Articles
- Inserting rows to an internal table through debug in SAP ABAP
- Adding rows in an internal table with header line in SAP ABAP
- Getting number of rows in table in an itab in SAP
- Checking Compression ratio of a table in SAP HANA
- Checking dependent object of a table in SAP HANA
- Checking a table inside a schema in SAP HANA database
- Usage of subqueries in internal table as condition in SAP ABAP source code.
- Checking all the list of fields for a table in SAP HANA
- Modification not working for both internal table and control table in SAP ABAP
- Getting error- is not an internal table “OCCURS n” specification is missing in SAP method
- How to map output of a function to an internal table in SAP ABAP using Gateway service
- Limit number of rows in Webi report in SAP BusinessObjects
- Using SAP ABAP, how can I read content of CSV files in a directory to an internal table?
- Count number of rows in each table in MySQL?
- Checking column properties in an Attribute view in SAP HANA

Advertisements