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 is a transaction variant and why are they used?
Explain what is sap script? What is the purpose of sap script?
What are the events in screen programming?
Mention the various databases integrities?
the problem is that , while i am undergoing with my practice session, i am creating too many new programs.they are occupying much space in my hard-disk. how to delete un-necessary programs completely from my data- base........... plz help me with this .....
How many ways you can create table? : abap data dictionary
What are the advantages of logical databases : abap hr
What are differences between at selection-screen and at selection-screen output?
what are the two methods of modifying sap standard tables ?
Can we display a list in a pop-up screen other than full-size stacked list?
In sap script how to print bar code in vertical manner
What is a type-pool?
What is your approach to find exit and BAdi?
How to create any functions?
Does sap handle multiple currencies?