CLIPBOARD_EXPORT
Use
Copies the specified data into the clipboard of the client computer. This method only supports copying ANSI and UNICODE strings to the client computer. Other data formats are not supported.
Arguments
|
[EXPORTING] data TYPE STANDARD TABLE |
Table containing lines to be put into clipboard. Each table line corresponds to a line in the text copied to the clipboard. The maximum length of a line is 8000 character. |
|
[CHANGING] rc TYPE I |
Return code specifying whether the operation succeeded or not. The operation has failed if the return code is equal -1. |
Exceptions
|
CNTL_ERROR |
Returned if GUI does not support method or operation fails. |
|
ERROR_NO_GUI |
Currently not used. |
|
NOT_SUPPORTED_BY_GUI |
Currently not used. |