wat is a field symbol?

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


Please Help Members By Posting Answers For Below Questions

Can we set page headers to details lists?

582


Write an abap program for creation of customer enquiry using BAPI 'BAPI_INQUIRY_CREATEFROMDATA'.

1766


What are screen painter and menu painter? : abap hr

566


How to get that a secondary index is attached to a select query?

939


In a loop of an internal table, what is the use of at first & at last statements?

1469






How we format the data before writing a statement in the report?

503


What is the maximum number of structures that can be included in a table or structure : abap data dictionary

793


What are indexes? : sap abap data dictionary

550


Define alv programming in abap?

692


How will you insert record in a sorted table

862


What are the data types of the abap/4 layer? : abap data dictionary

651


What are the parameters used in each function?

591


What two statements would be used to exchange data between programs using abap memory?

499


Explain what are the system fields? Explain?

555


What are the different functions used in sap script?

520