SAP Learning, SAP Tutorials, SAP Guides, SAP Certification Questions, SAP Interview Questions and Important links to learn SAP
REPORT CHAP2401.* Defining a Field SymbolFIELD-SYMBOLS <>.* Variable for later useDATA FIELD VALUE 'X'.* Assigning a field to a Field SymbolASSIGN FIELD TO <>.* Using a Field Symbol which has an assigned fieldWRITE <>.
REPORT CHAP2401.
FIELD-SYMBOLS <>.
DATA FIELD VALUE 'X'.
ASSIGN FIELD TO <>.
WRITE <>.
No comments:
Post a Comment