Answer Posted / abhinandan4u
Field symbol is a pointer dynamically assigned to a field.
After assignment we can use the same field-symbol in our
program in place of actual field name.
Use FIELD-SYMBOL statement to define a field symbol &
use ASSIGN to assign a field to it.
The FIELD SYMBOL name must begin & end with angular
brackets.
Ex:- FIELD-SYMBOLS <f>.
ASSIGN f1 TO <f>.
Where F1 is a field defined in the program.
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
Difference between BDC vs Direct Loads?
What is the sap abap?
How do you write a function module in sap?
In selection screen, I have three fields, plant material number and material group. If I input plant how do I get the material number and material group based on plantdynamically?
What are the different types of the variable in the sap abap?
What is the differences between abap and ooabap. In which situation we useooabap?
Is there any method apart from bdc for data upload to sap? : abap bdc
What is the use of 'for all entries'?
what is 3 tire architecture and how does SAP utilizes this architecture. and how do netweaver came into picture?
A field-groups statement or an insert statement reverses storage space and transfers values. State true or false. : abap modularization
How to select valid lines for secondary list?
Is sap xi intended to replace ale?
Explain what are the system fields? Explain?
What are the different types of operators in the sap abap?
what is difference between set screen and call screen ?