Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

DIFFERENCE BETWEEN STRUCTURE AND VIEWS

Former Member
0 Kudos
700

DIFFERENCE BETWEEN STRUCTURE AND VIEWS

Plz reply as soon as possible

1 ACCEPTED SOLUTION

Former Member
0 Kudos
178

Structure are catelog which contain data at runtime where as views are joins of different database table which stored data in real time.

6 REPLIES 6

Former Member
0 Kudos
179

Structure are catelog which contain data at runtime where as views are joins of different database table which stored data in real time.

Former Member

Former Member
0 Kudos
178

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

Former Member
0 Kudos
178

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.

Former Member
0 Kudos
178

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.

Former Member
0 Kudos
178

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.