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
Can we set page headers to details lists?
What are conversion & interface programs in sap?
Explain badi in abap.
What is the maximum number of match code id's that can be defined for one match code object ?
10) How to get Item Header in Sales Order?
How to write a code for multiple transactions? : abap bdc
Define structure in abap data dictionary?
how 2 create the normal form by using functional module
Explain how is batch input process different from processing on line?
How are the function code handles in flow logic?
How to create a button in selection screen ?
In events, start-of-selection is a default event. When we have to use this event explicitly? Why?
What is alv programming in abap? When is this grid used in abap? : abap hr
Difference between call by value and call by reference? : abap data dictionary
What is gui status? How to create /edit gui status?