‎2006 Nov 07 7:12 AM
What is the difference between data base objects and runtime objects
‎2006 Nov 07 7:22 AM
Hi raja,
data base objects means u can have the presence of these objects in the database.So the tables,searchhelps,structures,lockobjects comes under these ones.
Runtime objects are created and destroyed after the program ends, any changes we make to them are temporary only.
regards,
nagaraj
Message was edited by: nagaraj kumar nishtala
‎2006 Nov 07 7:22 AM
Runtime objects are created and destroyed after the program ends, any changes we make to them are temporary and are not permanent
for example Internal table is a standard data type object, which exists only during the runtime of the program.
‎2006 Nov 07 3:12 PM
Hi,
Data base objects are like Tables, Views , Search help which will remain all the time but Run time object will be available during Run time only . Eg . Structure / Internal Table which populates during run time only .
If sounds good pl reward,
Cheers.