SAP ABAP ASSIGN Keyword Syntax
Assigns a field to a field symbol.Syntax
ASSIGN <f> TO <FS>.
Assigns the data object <f> to the field symbol <FS>, after which, <FS> points to the data object.
The pointed brackets are part of the syntax of the field symbol.
No comments:
Post a Comment