cancel
Showing results for 
Search instead for 
Did you mean: 

Hot to copy text from a Popup Windows in SAP CRM 7.0?

fernando_caceres
Explorer
0 Kudos

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.-

Accepted Solutions (0)

Answers (1)

Answers (1)

fernando_caceres
Explorer
0 Kudos

Solved.

I've used a Text Area.