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 dereferencing a field symbol and a REF TO variable

Former Member
0 Likes
376

I'm confused with the difference between dereferencing field symbol variables and variables from type REF TO.

In other words, what differs from accessing a field symbol that got its referrence via ASSIGN ( ... ) and a REF TO variable via var_of_type_ref_to->*.

When it is advised to use one or the other... ?

Thanks

Avraham

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
293

Hi,

as per my knowledge...

REF TO is using for Objects which are creating from classes.

field symbols directly we can use in program with out oops concept.

it may not be wrong or write. u can check with any better help in SDN.

Regards,

venkat

1 REPLY 1
Read only

Former Member
0 Likes
294

Hi,

as per my knowledge...

REF TO is using for Objects which are creating from classes.

field symbols directly we can use in program with out oops concept.

it may not be wrong or write. u can check with any better help in SDN.

Regards,

venkat