Hi guys,
we want to copy text from a POPUP Windows but you cannot highlighttext there.
We've tried with "Popup to Decide List" and "Popup for Reuse components".
Do you know if is possible to copy text from a POP-UP Windows in CRM WUI 7.0?
We also have tried to export text to the clipboard using:
CALL METHOD cl_gui_frontend_services=>clipboard_export
IMPORTING
data = lt_tab
CHANGING
rc = vl_rc
EXCEPTIONS
cntl_error = 1
error_no_gui = 2
not_supported_by_gui = 3
no_authority = 4
OTHERS = 5.
It doesnu2019t work neither. It gets the exception CNTL_ERROR.
Do you know any other Function/Class for this purpose?
Thanks in advance.
Fernando.-