SAP ABAP Question:
Download Questions PDF

What are internal tables? How do you get the number of lines in an internal table? How to use a specific number occurs statement?

Answer:

1) It is a standard data type object, which exists only during the runtime of the program. They are used to perform table calculations on subsets of database tables and for re-organizing the contents of database tables according to users need.

2) Using SY-DBCNT.

3) The number of memory allocations the system need to allocate for the next record population.

Download SAP ABAP Interview Questions And Answers PDF

Previous QuestionNext Question
Name a few system global variables you can use in ABAP programs?How do you take care of performance issues in your ABAP programs?