‎2012 Apr 04 2:16 PM
Hello!
Tell me please how I insert url into Long text editor?
‎2012 Apr 04 2:27 PM
Vladimir,
Use CONCATENATE Statement for example
data:v_string type string.
text = 'hihello'
url = www.google.com'
now CONCATENATE text url into v_string separated by space.
Regards,
Siva rama krishna mohan G.
‎2012 Apr 04 2:38 PM
Ok, but I told about http://help.sap.com/saphelp_nw04/helpdata/en/77/571d0e492011d1894a0000e829fbbd/content.htm
I need Hyperlink in mm02->Basic data text (Long text)
‎2012 Apr 04 2:49 PM
Is this what you mean? Or do you want the url to be clickable? Or something else maybe?
‎2012 Apr 04 2:54 PM
‎2012 Apr 04 3:01 PM
I was already afraid you would want that... To my knowledge that is not possible, and the other abappers here do not know this either. If someone else has an idea on this, please share.
‎2012 Apr 04 3:07 PM
Thanks! 🙂
Then I start this discussion I afraid about this answer 🙂
‎2012 Apr 04 3:10 PM
AFAIK cl_gui_textedit (used in MM02) don't have this option, just plain text. You get a better chance with
- Full screen editor (can be Microsoft Word driven) but you wont be able to click on it when back to MM02 standard dynpro
-> back MM02
-> click on text editor once again
Hyperlink lost
- GOS attachments toolbar
Regards,
Raymond
‎2012 Apr 04 3:16 PM
Thanks, I know about GOS, it it was a fallback variant.
In sap.help I find something like that:
Online-executable report
<DS:REPO.name>Name_in_text</>
http://help.sap.com/saphelp_470/helpdata/ru/3c/aba276413911d1893d0000e8323c4f/content.htm
But I don't understand how it works..
‎2012 Apr 04 3:17 PM
Yup, these came up with google search. However, these solutions all seem to have th issue that the URL is not visible in the LT as requested by Vladimir. You still have to go to the GOS or full screen editor.
‎2012 Apr 04 3:22 PM
‎2014 Jul 10 12:27 PM