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 role of ‘refresh’ in internal table?
What are the attributes of the data in data dictionary? : abap data dictionary
It is not possible to create an abap/4 program, which contains only subroutines. State true or false. : abap modularization
There is a situation where there is a field "MATERIAL DESCRIPTION" in say 20 display only transaction. You want that whenever user opens any of these transaction, this particular field is masked with ****. But table does not holds ****. It holds the actual value. What are different ways of doing it? Which is the best way.
How can you display frames (horizontal and vertical lines) in lists?
What are two different ways to add fields to sap tables?
What is the disadvantage of a call by reference?
What does an exec sql statement do in abap?
Some Realtime Objects on Bdc.
What are the different abap/4 editors?
Explain the systems fields used for interactive lists and lists?
What is a currency factoring technique?
What is sap abap tables?
Which FM do you use to find out who is reporting to whom
Value table VS check Table.