ABAP Keyword Documentation → ABAP − Reference → Obsolete Language Elements → Obsolete Processing of External Data → Contexts (Obsolete)
SUPPLY
Other versions: 7.31 | 7.40 | 7.54
Obsolete Syntax
SUPPLY key1 = f1 key2 = f2 ... TO CONTEXT context_ref.
Effect
This statement fills the key fields key1 key2 ...
of a
context instance with the values
of data objects f1 f2 ...
context_ref
expects
a data object that points to a context instance (see CONTEXTS
).
The names of key fields of the context in question can be specified for key1 key2
... f1 f2 ...
expects data objects whose data type matches the respective key field key1 key2 ...
The SUPPLY
statement overwrites only the specified key fields with new values.
If not all key fields are specified, the previous values are kept. The values of all fields of the context
instance derived from a changed key field are rendered invalid by the SUPPLY
statement.