what is the difference table type and structure?
Answer Posted / yallamandaiah nandigam
1. Table can store the data physically but a structure dose not store.
2. Table can have primary key but a structure dose not have.
3. Table can have the technical attribute but a structure dose not have.
structure doesn't contain technical attributes.
structure doesn't contain primary key.
structure doesn't stores underline database level.
| Is This Answer Correct ? | 8 Yes | 4 No |
Post New Answer View All Answers
how to track records from data dictionary?
Why are insert and append statement used in sap abap?
What is the max. No. Of structures that can be included in a table or structure? : abap data dictionary
What are the differences between a database index and a match code? : abap data dictionary
What are the steps in creating screen ?
There is a situation where there is a field "MATERIAL DESCRIPTION" in say 20 display only transaction. You want that whenever user opens any of these transaction, this particular field is masked with ****. But table does not holds ****. It holds the actual value. What are different ways of doing it? Which is the best way.
What are the main uses of the primary key?
Explain what is a foreign key relationship? Explain this with the help of an example.
What is a modification assistant?
What are the arithmetic operators in the sap abap?
What is the syntax for call transaction? : abap bdc
What happens if we use leave to list-processing without using suppress-dialog?
Business scenarios related to your objects( In my case -Rulebook and Pricing work flow)
What will exactly the hide statement do?
What is an update type with reference to a match code id?