Which of the following is TRUE in a view if there are two applets displayed one list and a detail.
-
It is based on two different views
-
It is based on two different Business Objects
-
It can use only one business component
-
It may use two business components
When two applets (one list and one detail) are displayed in the same view, they typically use the same business component. The detail applet shows more information about the same record selected in the list applet, so they must share the underlying business component.
When a view displays a list applet and a detail (form) applet together showing the same set of records at different levels of detail, they are typically built on the same underlying business component — the list gives an overview and the form shows full field detail for the selected record. This is why such a view is described as using only one business component, rather than requiring two.