- 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
Using AT_FIRST be used to initialize variables used in loop in SAP ABAPn
There would not be much of difference in both ways. The only thing is without AT_FIRST, the counter variables will be cleared in all cases while using AT_FIRST, the counter variables will be cleared only if there is at least one execution of the loop. So, the only difference would come into the picture if ls_itab is empty.
- Related Articles
- Error while using LOOP…..WHERE in SAP ABAP
- How can local variables be used in MySQL stored procedure?
- How can user variables be used in MySQL stored procedure?
- Can access modifiers be used for local variables in Java?
- How can Tensorflow be used to get the variables in a layer?
- Using logarithm in SAP ABAP
- How MySQL WHILE loop statement can be used in stored procedure?
- How MySQL REPEAT loop statement can be used in stored procedure?
- How Can MySQL LOOP statement be used in a stored procedure?
- Using Where-Used option in SAP HANA Modeling
- How can TensorFlow be used with keras.Model to track the variables defined using sequential model?
- Configuring a trusted RFC to be used in SLT Replication in SAP HANA
- Identify the database used for backend in ABAP
- How to initialize variables in C#?
- Why variables defined in try cannot be used in catch or finally in java?

Advertisements