Answer Posted / malathy
A field symbol is a pointer you can dynamically assign to a
field. after assignment you can use the field symbol
anywhere in your program in place of the actual field name.
Use the field symbol statement to define the field symbol
and use assign to assign a field to it.field symbols name
must begin and end with an angle bracket.
Here is an example program.
Data : f1(3) value 'ACD'.
field-symbols <f>.
Assign f1 to <f>.
write <f>.
<f> = 'ghh'.
write f1.
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
What are the list of screen elements?
In what ways we can get the context sensitive f1 help on a field?
What is amdp (abap managed data procedures)?
What is the use of f4if_shlp_exit_example function module ? : sap abap data dictionary
What is the collect statement?
How many types of data classes are there in sap?
What is the function module for INDIAN PAYROLL to read table cluster for given cluster table and sequence number?
What is the difference between dialog program and a report?
What is the difference of update types in call transaction method ? : abap bdc
What are the payroll related infotypes? : abap hr
How many main windows will be there in a page window?
What is step-loop?
What is dynamic action? : sap abap hr
What are table clusters?
what are the two methods of modifying sap standard tables ?