Answer Posted / abhinandan4u
Field symbol is a pointer dynamically assigned to a field.
After assignment we can use the same field-symbol in our
program in place of actual field name.
Use FIELD-SYMBOL statement to define a field symbol &
use ASSIGN to assign a field to it.
The FIELD SYMBOL name must begin & end with angular
brackets.
Ex:- FIELD-SYMBOLS <f>.
ASSIGN f1 TO <f>.
Where F1 is a field defined in the program.
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
What is the difference between internal tables and extract datasets? : abap modularization
SAP query how to use end users?
hi I am in training of functional module, i am unable to understand what exactly use of IDOC,BAPI,DIM and BIM. As LSMW and BDC methods are used for data conversion from legacy to sap. Might be it is silly question. please explain me
Can a posting run be deleted? : sap abap hr
java script for push button in adobe forms.
What is read line in abap?
Explain the difference between domain and data element?
How do you get the number of lines in an internal table?
What are the table controls in bdc ? What is the difference between bdc and lsmw ?what is the difference between bdc and rfc ? : abap bdc
identify valid statement when coding a field exit ? a) submit RSCA101X b)MESSAGE E101 C)MESSAGE I101 d)BREASK-POINT
What is the difference between a dialog program and a report?
How is conversion of data types done between abap/4 & db layer?
What are the payroll related infotypes? : abap hr
Persistent class
Explain what is sap script?