What is the difference between data base objects and runtime
objects?
Answer / 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 |
What is the difference between view and table ?
13 Answers Deloitte, Renault Nissan,
What are the various types of the Internal tables used?
What is a persistent class?
how to transfer two idoc simeltaniously,
What is occurs in internal table?
wat is a source list?
How do you Export a session ?
What is a table attribute? : abap data dictionary
Explain buffering concept usage?
in scripts 1,2,3,4,5,6,7,8,9,10.............50 pages.then i want only 4 to 50 how it is possible?ans also iwant only 1,3,5,7,9 .....how it is possible?
you've to run some program in back ground. how to display the last month info from 1st to 31st?
Hello All ABAP Experts I am new player in ABAP field will you guide me. 1.How to check the program?(whether we have to put values of output in respective table plz explain) 2. How to show table links by reading technical specs ie., if we put vbeln from vbak to vbap we get plant no etc show by example 3. step by step process of abap debugger?After setting break point how to see internal table value field value etc