2007 May 08 8:30 AM
DIFFERENCE BETWEEN STRUCTURE AND VIEWS
Plz reply as soon as possible
2007 May 08 8:32 AM
Structure are catelog which contain data at runtime where as views are joins of different database table which stored data in real time.
2007 May 08 8:32 AM
Structure are catelog which contain data at runtime where as views are joins of different database table which stored data in real time.
2007 May 08 8:36 AM
hi
try goin thru this link
http://help.sap.com/saphelp_nw2004s/helpdata/en/cf/21ea31446011d189700000e8322d00/frameset.htm
2007 May 08 8:36 AM
Hi Subodh,
views r used to join two more than two tables based on certain coditions while structure are having only fields.
view can contain data while structure doesn't contain.
Regard points if helpful.
Regards,
Hemant
2007 May 08 10:11 AM
hai,
Structure : goto se11, create structure with field elements which is used globally & called in programs.
Views : structure of the view is defined in ABAP dictionary. 1 or more tables are combined, specific fields are projected in view.
reward points if useful.
kavitha.
2007 May 08 11:33 AM
hi,
structure : it is created during runtime..and storage of data is temporary.
views : these are virtual tables which contains data from different tables.
reward with points if helpful.
2007 May 08 12:07 PM
hi,
structure is some thing which contains definitions of fields and is agroup of fields.structures are available only at data dictionary.
views are dynamically created at run time which contains data from different tables based on conditions.views are used for users as well as for system.
views are of different types
1. help views
2. projection views
3.selection views
for ex: trdir is aview cretaed by sap which contains structure of sytem table
reward points if helpful.
with regards,
suresh babu aluri.