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

ARCHIVELINK_URL_GENERATE

Former Member
0 Likes
1,371

Hi All,

I'm using function module ARCHIVELINK_URL_GENERATE to generate URL for the documents stored using ArchiveLink. There will be a program scheduled to run every 15 minutes that will get all stored document, generate the URL and send it to an email address.

The URL has a length of 4096. I need to send this URL to an email address, does anyone had a similar requirement? How can I achieve this.

Please help.

Thanks.

Hi All,

I'm using function module ARCHIVELINK_URL_GENERATE to generate URL for the documents stored using ArchiveLink. There will be a program scheduled to run every 15 minutes that will get all stored document, generate the URL and send it to an email address.

The URL has a length of 4096. I need to send this URL to an email address, does anyone had a similar requirement? How can I achieve this.

Please help.

Thanks.

2 REPLIES 2
Read only

former_member194669
Active Contributor
0 Likes
1,039

Please check this link.

Rich has given an example program " how to attach a hyperlink in mail"

Read only

0 Likes
1,039

Thanks for your reply.

But in my case the URL is 4096 character long and the function module SO_DOCUMENT_SEND_API1 has option for only 255 characters.

Please advice.