Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP Program generated mail - Outlook Inbox - custom SAP table

percy_686
Explorer
0 Kudos
300

Hello Experts,

My requirement is to design a scenario where email will be generated in ABAP program and will hit the Outlook Inbox with Hyperlinks 'Accept' and 'Reject'. Whichever link the user choose in outlook mail the corresponding value should get saved to custom transparent table in SAP.

Kindly guide, how to proceed on this.

Regards.

2 REPLIES 2

Sandra_Rossi
Active Contributor
232

Not much info about the context, so generally speaking:

  • BCS to send an email from an ABAP program
  • Email with HTML body to contain the buttons, with URL pointing to ICF service in SAP
  • SSO to automatically login the user if he/she's already logged in client systems
  • ICF service (SICF) and ABAP class implementing IF_HTTP_EXTENSION to execute any code (save to custom transparent table)

All this has been discussed hundreds of times in the forum.

Good luck.

matt
Active Contributor
0 Kudos
232

I'd probably begin by writing a program.