‎2014 Jan 28 6:45 AM
Dear Consultants,
I have sent an email to SAP user through ABAP. now the problem is that i want to send a customized application tcode (e.g; ZABC) hyperlink in the email body as well. I know that website address can be sent in email body as hyperlink, but i want to send a tcode hyperlink in the email body text. So; the user can click on this link to open customized application in change mode. Remember that; i don't have a work item. only i have a inbox text document as infomation.
Thanks and Regards
--
Muhammad Sohail
‎2014 Jan 31 11:41 AM
Hi Muhammad,
First check whether ITS server is working fine in transaction SICF.
And please add the exception to your browser(i.e. Go to Tools>Connections>LAN Setting add here in block giver exceptions).
When I go through above link with my server address/port I find
Srivijay
‎2014 Jan 28 6:12 PM
Dear All,
If above not possible, is there any possibility to create a button in any tab of email
Regards,
--
Sohail
‎2014 Jan 30 5:05 AM
Dear Consultants,
I have sent an email to SAP user through ABAP. now the problem is that i want to send a customized application tcode (e.g; ZABC) hyperlink in the email body as well. I know that website address can be sent in email body as hyperlink, but i want to send a tcode hyperlink in the email body text. So; the user can click on this link to open customized application in change mode. Remember that; i don't have a work item. only i have a inbox text document as infomation.
Thanks and Regards
--
Muhammad Sohail
‎2014 Jan 30 5:55 AM
Hi Muhammad,
If you are sending mail through Workflow, Please refer below link
Passing a hyperlink in a Work item
If you want user to navigate his inbox to some SAP transaction, just replace hyperlink in above link(page2) with below
http://(your application server with port)/sap/bc/gui/sap/its/webgui?~TRANSACTION=se80
you can alos use this link if you want to send mail through some function module, but your body should be written in HTML tags.
Thanks, Srivijay
‎2014 Jan 31 10:51 AM
Thanks srivijay for your response,
I am passing the following in email body, but can't see any link or even a text.
wa_objtxt-line = '<p><a href="http://myserver:3600/sap/bc/gui/sap/its/webgui?~TRANSACTION=se80"></a></p>'.
APPEND wa_objtxt TO t_objtxt.
what's wrong in the statement. Moreover; can i pass the parameters in the same statement. e.g; if tcode is SE38, i want a parameter e.g; ZTEST_REPORT to se38 tcode.
how i can achieve that.
Regards,
--
Sohail
‎2014 Jan 31 11:41 AM
Hi Muhammad,
First check whether ITS server is working fine in transaction SICF.
And please add the exception to your browser(i.e. Go to Tools>Connections>LAN Setting add here in block giver exceptions).
When I go through above link with my server address/port I find
Srivijay