HomeGuides › Paste multiple lines into SE16

Paste multiple lines into an SE16 / SE16N multiple selection

You've received a list of references and want to search them all at once in SE16? Here's the right way to paste the whole list into the multiple selection, and how to make it instant with a shortcut.

The problem

In SE16 or SE16N, when you click the "multiple selection" arrow of a field, you land on a small window with a "Single Value" column. Many consultants type each value line by line, or worse, run a search per reference, one at a time. For thirty values, it's endless.

The native method: "Upload from Clipboard" (Shift+F12)

SAP already provides a native button for this. In the multiple selection window, the bottom toolbar contains the "Upload from Clipboard" icon, bound to the Shift+F12 shortcut. If your clipboard holds one value per line, SAP loads them all at once.

  1. Prepare your list with one value per line (line breaks, not spaces).
  2. Copy it (Ctrl+C).
  3. In the SAP multiple selection, press Shift+F12 (or click the "Upload from Clipboard" icon).

Two common pitfalls: the list must be one value per line (not separated by commas or spaces), and on Windows SAP expects CRLF line endings, otherwise everything lands on a single line.

Automate it with MyToolKit

The painful part is preparing the list: cleaning it (duplicates, separators, junk text) and formatting it correctly before the upload. MyToolKit chains all of this in a pipeline triggered by a shortcut: it extracts the values, removes duplicates, puts one value per line in the format SAP expects, and even sends the Shift+F12 for you. The result: a raw list (or even an OCR capture) becomes a filled multiple selection in one move.

Fill your multiple selections in one shortcut

MyToolKit is in free early access. Cleanup + pasting into SE16 automated.

↓ Download MyToolKit

Frequently asked questions

Is the "Upload from Clipboard" shortcut always Shift+F12?

On the standard multiple selection window, yes. The exact shortcut is shown in the tooltip of the "Upload from Clipboard" toolbar button.

Why do my values all land on a single line?

Because the clipboard uses Unix line endings (\n) instead of Windows ones (\r\n). They must be normalized to CRLF; MyToolKit does it automatically.

Does it also work in SE16N and standard selection screens?

Yes, the multiple selection mechanism is the same across most SAP transactions.