What is the difference between data base objects and runtime
objects?
Answer Posted / sumit
Database objects are permanently stored in the database and
exist even after the execution of program. Whereas, run time
data objects are the variables, tables, constants that exist
only during the execution of the program. They allocate
memory only for the run time. The memory is released after that.
Regards.
Is This Answer Correct ? | 14 Yes | 0 No |
Post New Answer View All Answers
What is the modification assistant?
Why we are using Macros instead of Function Modules
Give 3 scenario of reporting due to which you require reporting help of ABAP consultant?
Name the function module used to convert logical file names to physical file names in abap/4 programs?
How to insert a line into abap internal tables?
Does sap handle multiple languages?
Why do we need to code a loop statement in both the pbo and pai events for each table in the screen?
How can we set the tablespaces and extent sizes ?
Define external layer? : abap data dictionary
What are the two levels in defining a match code ?
What are two different ways to add fields to sap tables?
What abap statement will trigger list generation?
What is open sql vs native sql ?
if u take one worst program,in this program user write the logic is session method.in that program user can get some errors ,that errors we will see in call transaction method,how it is possible.?
What are the basic objects of the data dictionary? : abap data dictionary