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
Which table stores the programs created?
how can we use the text randomly or circularly in smartforms.... means... suppose i have 'abap' horizantally... but i want it in vertically... how can... plz any body tell me this....
What are the different function modules used in sapscript?
Explain what is the step-by-step process to create a table in data dictionary?
Explain the difference between tables and structures?
What is the use of at new statement ?
In sap scripts, how will you link form with the event driven?
What does nw 7.4 sp 05/nw 7.5 sp 02 offers in abap?
What are the three components of a work process?
What is macro? : abap hr
How many main windows are allowed in sapscript?
What is a logical database?
SM35 transaction, How to automate BDC ?
How many primary keys can be created for a table?
What are number ranges?