<i><font color="#663300">I have created the Data Structure I think I will be needing now I am to develop the Business Objects, please help! And what if at a later stage I have to modify my data structure.
I'm not sure exactly what your question is but will have a shot. To create your data environments which you place in your bizobj you need to look at adataenvironment (in your libs directory) to see how to create the calls to your views.
Create the views in your database. If you change your table structure then your views will need to updated - basically the update parts will be disappear. Also beware of deleting a field which is an index - you cannot get back into the view and must recreate it from scratch. ©2001 graeme thomson |