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

what is the difference between datatype and dataobject

Former Member
0 Likes
678

Hi to all tell me what is the difference between datatype and dataobject

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
602

hi,

Data types can be defined independently.

can define datatypes either locally in the declaration part of the program using types statement.or globall y in the ABAP dictionary.

data types are divided into elementary referenceand complex types.

Data objects : are the physical units in which ABAP statements work at runtime.

dataobjects has set of technical atttributes.

declare data objects statically in the declaration part odf an ABAP Program.

pls reward if helpful.

rgds,

rajyalakshmi

3 REPLIES 3
Read only

Former Member
0 Likes
602

This message was moderated.

Read only

Former Member
0 Likes
603

hi,

Data types can be defined independently.

can define datatypes either locally in the declaration part of the program using types statement.or globall y in the ABAP dictionary.

data types are divided into elementary referenceand complex types.

Data objects : are the physical units in which ABAP statements work at runtime.

dataobjects has set of technical atttributes.

declare data objects statically in the declaration part odf an ABAP Program.

pls reward if helpful.

rgds,

rajyalakshmi

Read only

Former Member
0 Likes
602

Hi.

Datatype are types created at dictonary level, just specifying technical attributes. It does not have any memory. Where as dataobjects are variables created at runtime. They will have memory so holds data.

PLZ Award points, if useful.

Regards.