2006 Dec 01 12:04 PM
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.
2006 Dec 01 12:23 PM
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.
2006 Dec 01 12:23 PM
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.
2006 Dec 01 1:57 PM
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