Sunday, 13 May 2012

What are internal tibles? | SAP ABAP

Internal tables are temporary tables that are stored in RAM on the application server. Line by line memory is used to store the data that has the same structure. Internal tables also work as arrays and are used where data processing is done with a fixed structure in a program. These tables exist during the run time of the program. They act as dynamic object at runtime.

No comments: