Application Development 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: 

pointers to functions

Former Member
0 Kudos

I am a C developer and there is a concept of pointers to functions in C.

How to implement the concept of pointers to functions in ABAP??

3 REPLIES 3

Former Member
0 Kudos

Shreya,

Call by reference concept is pointers concept & Field symbles also pointers concept.

Pls. Mark if useful

Former Member
0 Kudos

Hi Shreya,

There are no pointers as in C in ABAP.Instead we have Field Symbols.

field symbol is a reference to a memory location.

for more details go thru these links.

http://help.sap.com/saphelp_47x200/helpdata/en/fc/eb3860358411d1829f0000e829fbfe/frameset.htm

http://help.sap.com/saphelp_nw04/helpdata/en/fc/eb387a358411d1829f0000e829fbfe/content.htm

https://forums.sdn.sap.com/click.jspa?searchID=167714&messageID=2392744

Regards,

Priyanka.

Former Member
0 Kudos

No the question is not on pointers .The question is how to get the reference

to standarad libraries as in C we can get the pointer to a function .