cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to navigate from ALV report output to Outlook up on clicking on an email address cell

anandkrishna_jankala
Participant
0 Kudos
337

Hi Experts,

We are having an email address field in the ALV Grid output. The requirement is when we click on email address it should trigger Outlook and email address should be copied to 'To' section. We are able to enable Hotspot on the field but not able to proceed further with the requirement.

We are using REUSE_ALV_GRID to display the output.

Thanks in Advance.

Regards,

Anand

Accepted Solutions (0)

Answers (1)

Answers (1)

RaymondGiuseppi
Active Contributor

To call Oultook, you could use

  • OLE2 (record a macro with Outlook and convert to Abap)
  • CL_GUI_FRONTEND_SERVICES (method execute, application 'Outlook' with some parameter)

Remarks:

  • If you need to pass many data to Outlook, you could export it to clipboard so Outlook will read it.
  • If no user action is required, consider using CL_BCS to create a mail

Question

  • Why do you use those outdated reuse FM (legacy development?)