
The following objects or functionalities are deprecated:
The ScrollContainer is obsolete. Instead use a TransparentContainer.
Instead of IFrame use OfficeControl or InteractiveForm for Office or PDF documents. UI element IFrame should only be used in exceptional circumstances.
Use the Legend element for the DateNavigator instead.
UI element properties/enumerations
Instead, use the daySemantics property.
Use the hAlign property in the layout data instead. In a MatrixLayout, for example, you can use the MatrixData.hAlign or MatrixHeadData.hAlign property to control the text alignment of the FormattedTextView and all other UI elements.
Instead, use the iEnumeration value Native.
To create a form header, proceed as follows instead:
Create a UI element of type SectionHeader. Enter the header in the text property.
The SectionHeader is not available in SAP NetWeaver 2004s (SAP_BASIS 700).
To provide a name for a UI element, use the Label UI element.
To provide a name for a UI element, use the Label UI element.
When using the hard value, line breaks might occur where you do not want them. Differentiate between two situations for wrapping:
UI element aggregations
Remove the aggregated DateNavigatorLegend and use a Legend UI element instead, which you can place anywhere on the view.
Remove all elements that have been inserted using this aggregation and re-insert them using GroupedColumns aggregation. Click the replacement symbol in the error message in the View Designer to perform this automatically for this usage.
If you want to call the aggregation using the runtime API, for example WD_TABLE->GET_COLUMNS( ), you need to modify this coding, for instance, by replacing it with WD_TABLE->GET_GROUPED_COLUMNS( ).
See also note 969581
Remove all elements that have been inserted using this aggregation and reinsert them using the RowArrangement aggregation.
If you want to access the aggregation using the runtime API, for example, WD_TABLE->GET_MASTER_COLUMN( ), you need to modify this coding accordingly.
The RowArrangement aggregation is not available in SAP NetWeaver 2004s (SAP_BASIS 700).
See also SAP Note 969581.
UI element events
Use the standard functionality to ensure that you have standardized visual display, behavior and accessible texts:
Use event onColSelect of the table. The selectability and selection status is controlled in each column by the colSelectionState property.
Use event onSort of the table. Whether sorting is possible, and the status of the sorting function are controlled in each column by the selectionState property.