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

difference between field symbol and variable

Former Member
0 Likes
391

hi

difference between field symbol and variable

1 REPLY 1
Read only

Former Member
0 Likes
355

A variable can hold only one value, while a Field-Symbols can hold a variable, an internal table or any value....

Field-Symbols holds the internal address of an ABAP variable, like pointers in C++.

Greetings,

Blag.