What is SAP Internal Table
An internal table is a temporary table stored in RAM on the application server. It is created and filled by a program during execution and is discarded when the program ends. Like a database table, an internal table consists of one or more rows with an identical structure, but unlike a database table, it cannot hold data after the program ends. Use it as temporary storage for manipulating data or as a temporary private buffer. An internal table consists of a body and an optional header line
Popularity: 3% [?]
Tags: Internal Table, SAP






