Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Field Symbol and Data Reference

Former Member
0 Likes
370

Hi friends,

Please help me understanding field symbol and data reference.

I have few querries -

(1) Since both of them serve the same purpose, then what is the advantage of one over other ? It is said that field symbol points to a variable that means the field symbol holds the memory address of the variable just like Pointers in C. Then Please mention how Data reference works. I guess it also points to the data objects. Then why SAP has come up with two different concepts which solve the same problem. What is the underlying principle for both?

(2) Where we should write our code using field symbol and where to use Data refernce ?

Regards,

Deb

1 REPLY 1
Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
329

Hello Deb,

Since both of them serve the same purpose, then what is the advantage of one over other ?

Incorrect.

Instead of asking in the forums read the SAP online documentation.

BR,

Suhas