what is a field symbol?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / guest
Field symbol does not phsically reserve a space for a
field,but it points to the field which is not known untill
the run time of the program.It's closely related to pointer
conept in C.
Is This Answer Correct ? | 10 Yes | 0 No |
Is there any BAPI to retrieve list of customers and their sales areas i.e., Cust No, Distr Channel and Division for all the customers.
whats the difference between range & select-option??
What is Internal Table?
14 Answers Atos Origin, Globel,
when are objects are passed from task to the change request?
tell me some of FI/CO tables
How to transfer a smartform from Development to Quality Server?
what is diffrence subroutine in report and subroutine in script.....
What is mean SY-SUBRC=8 in BDC(while uploading data).
What is the max no of screen no's we create
Explain the use of insert and append statement in sap abap?
What is the table, which contain the details of all the name of the programs and forms?
how top handle error in LSMW?