↧
Hi Arshad Ahamed,
You should use Field symbols.
Field symbols are similar to dereferenced pointers in C (that is, pointers to which the content operator * is applied). However, the only real equivalent of pointers in ABAP, that is, variables that contain a memory address (reference) and that can be used without the contents operator, are reference variables in ABAP Objects.
Link reference:
http://help.sap.com/saphelp_nw04/helpdata/EN/fc/eb3860358411d1829f0000e829fbfe/content.htm
Good job!
Thanks & Regards,
Tony Pham