‎2012 Jul 03 11:03 PM
I am pretty new to ABAP and was wondering what is the technical difference between these 2.
Also what is the significance of field symbols! I mean they are just placeholders which can hold any derefrenced data. The same thing could be done by declaring a variable by the same type too! Why ABAP bothered to have this keyword?
Thanks & Regards
Moderator Message: Please read SAP documentation
Message was edited by: Kesavadas Thekkillath
‎2012 Jul 04 1:09 AM
Hi Vivek Tiwari,
You can see documentation of field-symbols, link explains:
http://help.sap.com/abapdocu_702/en/abenabap_field_symbols.htm
Documentation of Create Data: http://help.sap.com/abapdocu_702/en/abapcreate_data.htm
Documentation of Create Object: http://help.sap.com/abapdocu_702/en/abapcreate_object.htm
I hope I have helped!
Regards
Bruno Xavier.