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
What are the different types of parameters? How can you distinguish between different kinds of parameters?
What is the significance of technical settings (specified while creating a table in the data dictionary) ?
What is a table cluster? : abap data dictionary
what are the problem we face during development( if we say v are in support(development)? what are the critical problems araises during LSMW updation and Smart form layout development for involce and po? very very important questions now a days commonly asking..plz plz reply me
What do you do when the system crashes in the middle of a BDC batch session?
What are subroutines? : abap modularization
What are the three components of a work process?
Explain what is sap script? What is the purpose of sap script?
How can we send data to external programs?
How many default tab strips are there?
Update function modules are classified as either v1 or v2. Which type of update is performed first and in what mode (asynchronously, synchronously or locally) can each type be processed in?
What two statements are required in an abap program to output an icon using a written statement?
On which even we can validate the input fields in module progams?
How collect statement is different from append?
What is smart forms? : abap hr