Show TOC

Multi-Value PasteLocate this document in the navigation structure

It is possible to paste multiple values from the clipboard into a List ATS component (when the list is in edit mode).

Occasionally, the content of the clipboard consists of a table that has more rows than currently available in the List ATS component. In this case, the amount of rows copied from the clipboard is limited to the amount of rows available in the List ATS component. However if Mass Edit mode (see following section) is enabled, the List ATS component can dynamically create new rows if necessary, thereby allowing all content to be copied and pasted.

Normally, only the feeder class creates new rows (in feeder class method GET_DATA) but in this case the List ATS component creates the rows. In the case of multi-value paste, the FPM event IF_FPM_GUIBB_LIST=>GC_EVENT_MULTI_VALUE_PASTE is raised.

Services such as sorting and filtering are not applied to the new rows.