This variant of the REFRESH
statement is deprecated and should be avoided.
This REFRESH
statement initializes the internal table itab
, reads several rows from the database table
dbtab
, and adds their contents to the internal table itab
. A SELECT
statement should be used instead.