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
Can a constructor be redefined?
Explain how is batch input process different from processing on line?
What are the payroll related Infotypes
What is time constraint ? : abap hr
What is a bsp application? : sap abap hr
What is tcode se16? For what is it used.
WHAT ARE THE INPUT PARAMETERS TO BE PASSED FOR THE BAPIS 'BAPI_CUSTMATINFO_GETDETAILM' AND 'BAPI_CUSTMATINFO_GETLIST'
In which table the material master data is stored?
What is the bapi?
What are interactive reports?
Can we define our own match code id's for sap matchcodes ?
What is the full form of spro? : sap abap hr
What is For-period and In-period
Explain the difference between tables and structures?
What are the basic objects of the data dictionary?