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

Data stored in structure

Former Member
0 Likes
629

Hai friends,

how to check the current value with the data stored in structure.

pls explain.

Regards,

smk.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
582

Hi Selva,

Structures cannot store data. They are used for declaring data objects. The data objects built on them store objects.

Now there can be two types of Data Objects - persistent e.g. transparent tables which are created on structures and you can view the data from SE16 and second is internal tables or work areas which are temporary storage objects whose lifetime exists until the program is running - and content can be viewed by writing the contents to a list or during debugging.

Regards,

Adi

2 REPLIES 2
Read only

Former Member
0 Likes
583

Hi Selva,

Structures cannot store data. They are used for declaring data objects. The data objects built on them store objects.

Now there can be two types of Data Objects - persistent e.g. transparent tables which are created on structures and you can view the data from SE16 and second is internal tables or work areas which are temporary storage objects whose lifetime exists until the program is running - and content can be viewed by writing the contents to a list or during debugging.

Regards,

Adi

Read only

Former Member
0 Likes
582

answered