HomeGuides › Clipboard pipelines

Clipboard pipelines: automate text formatting for SAP

A "pipeline" is a chain of rules applied to whatever you've copied, triggered by a shortcut. You copy raw data, you press, and it comes out clean and ready to paste into SAP. Here's the concept, the list of transformations, and ready-to-use recipes.

What is it, concretely?

Instead of opening Excel to tweak a list, you define once a chain of small steps (extract, clean, sort, format…), bind it to a keyboard shortcut, and apply it to the clipboard on demand. The transformed result replaces what you copied, ready to paste, wherever you are (SAP, Excel, an email).

Available transformations

Ready-to-use recipes

A list of EANs for SE16 extract numbers (min 13) → remove duplicates → sort → one value per line → Shift+F12
A list received on a single line → deduplicated column split into a column → remove duplicates
A column → SQL list ('a','b','c') trim spaces → remove empty lines → wrap in ' → join with ,
Short articles → padded MATNRs pad with zeros (length 18)

Combine with OCR and shortcuts

The real power is the end-to-end chain: a screenshot run through OCR → a pipeline that cleans it → an automatic paste into an SE16 multiple selection. All triggered by one or two shortcuts, where it used to take several minutes of manual typing. See also SAP GUI shortcuts to open the right transaction in the right place.

Build your pipelines in minutes

MyToolKit is in free early access. Each pipeline bound to a shortcut, ready in one move.

↓ Download MyToolKit

Frequently asked questions

Do I need to code to create a pipeline?

No. You add steps to a list (each step has a name and an optional parameter) and give it a shortcut. No code.

Can a pipeline trigger an action in SAP after pasting?

Yes, via an "output keystroke". For example, after formatting a list of EANs, send Shift+F12 to trigger the multiple selection's "Upload from Clipboard".

Are the transformations reversible?

The pipeline replaces the clipboard content with the result. Your original source (the list, the screenshot) stays intact: you can re-run it if needed.