Application Development and Automation 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: 
Read only

create a tcode hyperlink in internal (SAP USER) email

muhammad_sohail
Participant
0 Likes
3,200

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

1 ACCEPTED SOLUTION
Read only

srivijay_dinnimath
Active Participant
0 Likes
1,337

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

5 REPLIES 5
Read only

muhammad_sohail
Participant
0 Likes
1,337

Dear All,

           If above not possible, is there any possibility to create a button in any tab of email

Regards,

--

Sohail

Read only

0 Likes
1,337

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

Read only

srivijay_dinnimath
Active Participant
0 Likes
1,337

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

Read only

0 Likes
1,337

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

Read only

srivijay_dinnimath
Active Participant
0 Likes
1,338

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