cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with URL langer than 255 chars in a Smartform

Former Member
0 Kudos

Hi all,

I want to place an URL in the content page of a Smartform which is then send as an email.

The issue is that long URLs are cut with a linefeed after 255 chars. The result is then that the url is not anymore 'clickable' in the email. Because the mail client does not consider the two parts as one link due to the linefeed.

We are using function SO_DOCUMENT_SEND_API1 to send the document. The input table for the mail content is CONTENTS_TXT (Table of type: SOLIST1) which has a line length of 255 chars.

I would appreciate much if anyone has a solution/workaround to place lines with 'clickable' URLs (>255 chars) in a Smartform-generated email.

Thanks in advance.

Bjoern

Accepted Solutions (0)

Answers (3)

Answers (3)

aidan_black
Active Contributor
0 Kudos

p.s. You can mask the long URL with a short name with the process described in the thread above.

aidan_black
Active Contributor
0 Kudos

Hi,

See my previous thread

Regards,

Aidan

Former Member
0 Kudos

hi,

SOLIST1 is a table so what u can do is after 255 append the rest of the char's to next row. i this that can solve your problem.

send me a postcard if usefull.

regards,

Venkat suman.

Edited by: Thomas Zloch on Jan 20, 2012