Answer Posted / veena
Field symbol is a place holder for existing fileds. Does
not reserve place physically but point to the field which
is not known until runtime.
We can assign sections of fileds(offset, lenght can be
specified dynamically in prg.) and may extend beyond field
boundaries.
syntax: FIELD-SYMBOLS <fs>[type/structure <s> defualt <wa>].
We can also assing components of structure to field symbols.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What are multiple use BADIS?
What is synchronous update?
What are the data classes in abap?
On which even we can validate the input fields in module progams?
Which transaction code can I used to analyze the performance of ABAP program.?
Does the external program run in the same sap luw as the caller, or in a separate one?
Can a domain, assigned to a data element be changed?
Different types of luws. What are they?
What is the last entry in all bdc tables? : abap bdc
Do you know any other patterns if yes.. explain
What are the layers of data description in r/3? : abap data dictionary
Can a transparent table exist in data dictionary but not in the database physically? : abap data dictionary
In the abap/4 dictionary tables can be defined independent of the underlying database (t/f). : abap data dictionary
How can we use multiple transactions by using bdc_insert? : abap bdc
Explain how to create any functions?