ScrollingScrolling Rules | Applications with Different Amounts of Data Scrolling RulesThe following table summarizes the scrolling rules for iViews and tables within iViews:
Table 1: Scrolling rules for iViews and tables within iViews
Applications with Different Amounts of DataAs stated above, avoid horizontal as well as vertical scrolling of the iView content. Therefore, take care that the iView content really fits within the defined size. Views in GeneralWhat can be done if an iView has to display different amounts of data and where some views might not fit the given iView size? Layouts with several collapsible elements one below the other seem to be a solution to this problem, but should not be used, because they change the size of the iView content and may not fit this size if all elements are expanded. As an alternative you may use a link list (see views), a shuffler (dropdown list box), or a tabstrip (in personalization dialogs; see views) to display different views. Note, however, that these design solutions only show one view at a time. TablesFor tables that may contain different numbers of items a problem arises if the number of items is smaller than the number of table rows. In this case, do not create a smaller table with only as many rows as items are present. Fill the table with empty lines instead, so that the overall table size remains stable over different views.
Source: SAP iView Guidelines |