2) What is the difference between TYPE and DATA?
Answer Posted / bharath
TYPE: is used to define new data types and will not occupy
any memory space.
DATA: is used to define the variables representing the
exisitng data types. and will hold the memory space.
Type: var1 type c.
DATA: def type var1.
| Is This Answer Correct ? | 14 Yes | 1 No |
Post New Answer View All Answers
Is logo in script 1st stored as tiff format before uploading or in jpeg format?and where is that stored after uploading?
What will happen when we use fully buffered in abap?
Control Break statements- At new...endat.
identify valid statement when coding a field exit ? a) submit RSCA101X b)MESSAGE E101 C)MESSAGE I101 d)BREASK-POINT
What is an interactive report? What is the obvious difference of such report compared with classical type reports?
wht is the diff. b/n initialization and lotus of event
Hi All , Would be providing online trainings for SAP ABAP , guidance with real time experience examples , guidance in profile prepartion . Any one intrested please contact on 8978890047.
What is a table pool? : abap data dictionary
Name some data dictionary objects?
Explain what are interactive reports?
How can you access the function code from menu painter?
Give 3 scenario of reporting due to which you require reporting help of ABAP consultant?
Can a constructor be declared private? If yes then in which scenario?
Explain the difference between get and get late?
What is Buffering Concept? When should a Table be buffered?