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 are the types of indexes in abap?
What are the three components of a work process?
Select up to 1 row and select single difference ?
Cds views
How can we set the tablespaces and extent sizes ?
Where do you use help views?
In selection screen I have three fields, plant mat no and material group. If I input plant how do I get the mat no and material group based on plant dynamically?
Persistent class
How to debug a script in abap?
Can we use on change of between select and endselect?
What is sequence of event triggered in report?
why to create a custom BAPI if the BAPI already exists? y to find BAPI again? frankly even i dint undstnd tne question properly. if any one come across this q please do anser me.
How can you find the field/data underlying a transaction?
What is the use of f4if_shlp_exit_example function module ? : sap abap data dictionary
How do you do bdc for a table control? : abap bdc