Prohibited characters: When processing an InputScript we get the message
"Input field contains prohibited characters. (Already replaced)"
What can be the reason?

This can happen when you move a multi-line text to a single SAP entry field, since the newline / carriage return characters 0x0d and 0x0a are contained in the text. Either read single lines with CopyText and if necessary concatenate the text lines, or use the "ReplaceText" statement, e.g.

ReplaceText fromhexcode="0d0a" to="".