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: 

views in bdc recording

Former Member
0 Kudos
142

hi experts,

if we want to record fields for bdc from different transactions ,i heared that 'we can use views'.

what are those views ,how can we develop them ,explaine me theoritically.

thanks in advance.

1 ACCEPTED SOLUTION

Former Member
0 Kudos
81

view is like a database table which stores data...It is a combinatio of various table fields...it is created from SE11 and within it u can specify various table fields and write code to populate the same...Normally view is created to fetch data for faster data retrieval instead of using hughe tables which consume time.

2 REPLIES 2

Former Member
0 Kudos
82

view is like a database table which stores data...It is a combinatio of various table fields...it is created from SE11 and within it u can specify various table fields and write code to populate the same...Normally view is created to fetch data for faster data retrieval instead of using hughe tables which consume time.

Former Member
0 Kudos
81

Therotically speaking,

View is a set of requirement specific data.It is a subset of database table/s.

As u want to create BDC for different transactions, create view with fileds which u will requre to update from BDC.

Hope this will help,

Cheers

Shital