Hi,
how can I move this data to the clipboard, but not separated with the " | " but one below the other as a string (new line by line):
this is the code for the string:
strAllSDs = String.Join(“|”, dtFiltered.AsEnumerable.Select(Function (x) x(YourColNameOrIndex).toString.Trim))
it should then be inserted into SAP. There is a button where you can take over data from the clipboard.