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: 

hyperlinks in standard texts

Former Member
0 Kudos

hi all

i was sending a mail from sap to my local inbox.

the contents of the mail are stored in standard text.

when i receive the mail my hyper link is broken.

see ex below :

  • http:/abcde.com.abcd/efgh/aklsdjfkjs/ajsdlfj/ajsdlfjalksjfl/askdkfjl/aac

= defghl/abcd.pdf

i have hyperlink to

http:/abcde.com.abcd/efgh/aklsdjfkjs/ajsdlfj/ajsdlfjalksjfl/askdkfjl/aac

but no hyperlink to

defghl/abcd.pdf.

but i need hyperlink to second line also.

please let me know how to solve this issue.

thank you all in advance.

1 REPLY 1

naimesh_patel
Active Contributor
0 Kudos

You need to create you Body in the HTML to have the hyper link.

You need to pass the DOC_TYPE as the HTML in the OBJPACK-DOC_TYPE.

Like:


  WA_OBJPACK-DOC_TYPE   = 'HTML'.

Regards,

Naimesh Patel