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
How would you set the formatting options statically and dynamically within a report?
Explain what is sap script? What is the purpose of sap script? Difference between sap script and report?
Explain the difference between tables and structures?
What happens if a function module runs in an update task?
When, how and how would you control changes to standard SAP objects.
Write an abap program for creation of customer enquiry using BAPI 'BAPI_INQUIRY_CREATEFROMDATA'.
identify valid statement when coding a field exit ? a) submit RSCA101X b)MESSAGE E101 C)MESSAGE I101 d)BREASK-POINT
What are the function of the transport system and workbench organiser? : abap data dictionary
what is mean be On Change of in Control Break statement
How can we set the tablespaces and extent sizes ?
Why do we use FOR ALL ENTRIES and what is the pre-requisite
What is the difference between leave transaction and call transaction?
What is technically difference between in Table creation in table creation maintenance not allowed ,maintenance allowed with restriction, maintenance allowed ?
what is abstract classes
8)when u create sales report what u can see in that report ? what rthose field names or data element names? 9)when u create purchase order details report what u can see in that report ?what rthose fieldnames or dataelements? 10)when u create material stock report in material master grouped by material type and plant what u can see in report ?what rthose field names or dataelement ? 11)when u create shipping forecast report what u can see in that report ?what rthose data elements or field names?