sapdev logo background
sapdev logo sapdev logo
Comments

ABAP ASSIGN TABLE FIELD Statement syntax, information and example SAP source code



Return to Statement index



ASSIGN - TABLE FIELD

Short Reference

ABAP Syntax(Obsolete) ASSIGN TABLE FIELD (name).

What does it do? This variant of the dynamic specification of the memory area in the statement ASSIGN is only possible outside of classes and without specifying casting_spec and range_spec explicitly. When executing the statement, the name in the character-like data object name is searched for in the table work areas declared using TABLES in the current program group . The name in name must be specified in uppercase letters.
Latest notes: Table work areas are designed to be interfaces to classical dynpros only.
Documentation extract taken from SAP system, � Copyright SAP AG. All rights reserved




ASSIGN_RANGE
AT




comments powered by Disqus