SAP NetWeaver AS ABAP Release 740, ©Copyright 2014 SAP AG. All rights reserved.
ABAP Keyword Documentation → ABAP − Short Reference →
REFRESH - FROM - Short Reference
Syntax
REFRESH itab FROM TABLE dbtab.
Effect
Obsolet: Deletes all lines of an internal table itab and fills the table with lines from the database dbtab. The content of the table work area dbtab is used as search key.