
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
Adding a Condition Using SQL or ABAP Program
As there are just 500, there would not be much difference among both options. You can use either of them.
The ABAP code is as below −
LOOP AT lt_table TRANSPORTING NO FIELDS WHERE exp > 5 ADD 1 TO lt_counter ENDLOOP
Advertisements