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
- Extract numbers (codes, EANs) while ignoring junk text, with a minimum length.
- Remove duplicates.
- Split into a column a list written on a single line (one value per line).
- Sort (A→Z), UPPERCASE / lowercase, trim spaces, remove empty lines.
- Pad with zeros (see MATNR padding).
- Prefix / suffix each line, wrap in quotes, join with a separator (ideal for an SQL list
'a','b','c'). - Convert dates (DD.MM.YYYY ↔ YYYYMMDD) and numbers FR ↔ US (comma ↔ dot).
- Clean an SE16N export (remove the vertical bars and separator lines).
- Output keystroke: send a key after pasting, e.g.
Shift+F12to trigger the "Upload from Clipboard" of a SAP multiple selection.
Ready-to-use recipes
('a','b','c')
trim spaces → remove empty lines → wrap in ' → join with ,
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 MyToolKitFrequently 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.