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

Create Data And Create Object

0 Likes
500

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

1 REPLY 1
Read only

brunobex
Active Participant
0 Likes
456

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.