Subscribe

RSS Feed (xml)

Powered By

Powered by Blogger

SAP Hana Interview Questions and Answers

Thursday, October 4, 2012

SAP ABAP ASSIGN Keyword Syntax

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