We have some conceptual gaps in understanding how the framework works with the Business Object.When the Business Mapper creates a Business Object in a project we have some questions regarding creation, instantiation and access of the object.
1. Is the Business Object instantiated automatically by the framework, if so can you override the mechanism?
2. Does the Business object fill the internal datatable without having having to do it in your code?
3. If the framework creates the Business Object how does an external class access it?