‎2008 Oct 21 3:11 PM
Hai friends,
how to check the current value with the data stored in structure.
pls explain.
Regards,
smk.
‎2008 Oct 21 3:39 PM
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
‎2008 Oct 21 3:39 PM
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
‎2008 Oct 24 5:32 AM