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 data base objects and runtime objects

Former Member
0 Likes
934

What is the difference between data base objects and runtime objects

3 REPLIES 3
Read only

former_member404244
Active Contributor
0 Likes
676

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

Read only

rahulkavuri
Active Contributor
0 Likes
676

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.

Read only

Former Member
0 Likes
676

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.