‎2007 May 10 3:36 AM
‎2007 May 10 3:44 AM
structure does not contains data both physically and logically.
view contains data logically and it does not contain physically
‎2007 May 10 3:41 AM
Structure does not contain any data, view contains data
view is based on joining of diff tables
Regards
Gopi
‎2007 May 10 3:44 AM
‎2007 May 10 3:44 AM
structure does not contains data both physically and logically.
view contains data logically and it does not contain physically
‎2007 May 10 4:46 AM
Babu,
Basically structure and view are logical concepts.
A structure provide the skeleton of a table without any actual data.They do not have physical storage of data.
Views do not have physical storage of data.The view is derived from one or more tables which is created only with the required fields from the database table(s). It can also be created with table inner joins and specifying conditions for data retrieval.
For more information:
for views refer the following link
http://www.allsaplinks.com/views.html
for structures refer
http://www.allsaplinks.com/datadictionary_making_changes_totables.html
Don't forget to reward if useful..
‎2007 May 10 4:53 AM
hi Babu,
Structure is just set of fields.. it contains no data. The fields in structure can be viewed in SE11 transaction.
View contains data..There are 4 types of views .. Maintainenance view, database view..project view..etc.. you might want to go thru help to know all.. But the entries can be seen in SE11 .
Hope this clears your doubt !
Regards,
Ranjita