Application Development Blog Posts
Learn and share on deeper, cross technology development topics such as integration and connectivity, automation, cloud extensibility, developing at scale, and security.
cancel
Showing results for 
Search instead for 
Did you mean: 
former_member206396
Active Participant
0 Kudos

Mail to Outlook with SAP Link

 Defining the SAP Trasaction as internet application and providing the link while sending mails, Which allows the users to access business information in SAP System by calling trasaction via web browser. Useful, while Providing the link in approval alert mails.  

Steps to display the SAP Transaction as Internet Application Component (IAC) in browser

  • Creating the IAC
  • Activating the IAC

  For defining SAP Trasaction as IAC Click Here

After Creating and Activating the service, Use the service Name while sending mail

For building the link for corresponding service, Need to have the following:

  1. Protocol
  2. Host Name
  3. Port Number
  4. Client

InOrder to get the above(i.e., URL of SAP trasaction link)  irrespective of Application server(DEV / QAS / PRD ) or client in which you logged in, use the following code snippet

 

For sending the mail with sap link in it, use the code

 

Reference: Article on SAP Transaction as Internet Application BY Debasish Sarkar
5 Comments