Hi Everyone,
I have a program that sends mail to the user.
To populate the mail body, I have maintained text in SO10.
In S010, I have a link/URL coded as shown below:
When I click the link from SOST everything works fine, but when I click this link from Outlook Mail I can see '%20' in the link.
I have checked while debugging, there is no space in the URL.
Could you please let me know how to remove this extra space from the URL.
Thanks,
Faraz Khan
I'd like to know at which debug place you made sure there was "no space in the URL", as apparently the space has been added. If you use the paragraph format *, by definition it adds a newline. = concatenates lines. (cf Structure TLINE of the Lines Table - BC SAPscript: Printing with Forms - SAP Library)
Hi Faraz,
storing html in SO10 sometimes brings some troubles, when I use SO10 for such things then I always replace "<" with "{" and ">" with "}" before storing in SO10 and then when I want to use it, then I replace it back in a program.
In other cases often the texts contains some additional characters when read by FM READ_TEXT.
Cheers
Łukasz
At which point in the url are you getting the extra space? just after https:// or between the data in line 10 and 11 ?
Add a comment