Application Development and Automation 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: 
Read only

diff view and str

Former Member
0 Likes
473

what is the difference between view and structure

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
445

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 .

View doesn't physically contain data. It points to the data in table/s using a set of joins and conditions.

regds,

kiran

3 REPLIES 3
Read only

Former Member
0 Likes
446

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 .

View doesn't physically contain data. It points to the data in table/s using a set of joins and conditions.

regds,

kiran

Read only

SantoshKallem
Active Contributor
Read only

Former Member
0 Likes
445

Structure is like a skeleton for a table, or it is just a collection of fields, which stores no data..

View is a logical grouping of fields from different tables and it holds data of different tables together.

Reward points if found useful...!

Cheers

Abhishek