what is the difference table type and structure?
Answer Posted / srikanth@bigtec
Difference between structure and table type is
Table type
The table type specifies how you can access individual table
rows via ABAP.
Generally all internal tables are treated as table types.
There are different types of table types like
standard,sorted and hashed.
Internal tables are used only during program execution i.e
data flows into internal table only during program execution.
Data manipulations in internal table during debugging will
not effect database.No memory is allocated for table types
like internal table.
structure
Structure contains data only when it is inserted in database
table using append or include.
We change the data in structure which will effect Database.
Memory is allocated to structure only when it is included in
table using append or include.
| Is This Answer Correct ? | 20 Yes | 6 No |
Post New Answer View All Answers
Explain the client concept of sap.
Explain the different types of view?
Explain the sequences of event block?
What is a development class? : abap data dictionary
What is its?
How many primary keys can be created for a table?
What is a function group? : abap modularization
GUYS any one please can u post questions in sap a bap webdynpro questions.. please i need to know some technical questions regarding webdynpro and ADOBE forms ?
What are the events in ABAP language?
Can you define a field without a data element?
What is the maximum No. Of structures that can be included in a table or structure. : abap data dictionary
Explain how to create any functions?
In which cluster time results are stored? : abap hr
What are screen painter? Menu painter? Gui status?
How to read files and process BDC's automatically ?