what are the similarities between internal tables and
structures?
Answer Posted / bandivenkateswarlu
The diffeneces between the internal table and sturctres are
given below.
Internal tables: are tempareroy tables for the database
tables are using created at the runtime of the system. It
will allocate the memory of the system . but where as in the
sturctures are created in within in the progrm. it dont
allocate the space in the memory . But in internal tables
are created the runtime of the system.
The default internal table size is 8KB.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is the function of a data element?
Badi concepts
What application areas are you comfortable in?
What are the page windows? How many main windows will be there in a page window?
What is the difference between synchronous and asynchronous update? : abap bdc
How can an internal table with header line and one without header line be distinguished when passed to a subroutine? : abap modularization
when does a list get sent to the screen on the presentation layer?
what is the t-code to link technical and functional operation?
What is help view?
What are system variable in abap?
Explain the different types of mode (run code) in call transaction method?
Difference between open sql and native sql? : abap data dictionary
On abap: did you set up a workflow? Are you familiar with all the steps for setting up a workflow?
What is projection view?
What does an EXEC SQL stmt do in ABAP? What is the disadvantage of using it?