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: 

How to insert URL in SO10 standard text in sap script

sreekanth_n2
Active Participant
0 Kudos

Hi Experts

how to display URL in SO10 standard text in sap script.

<a href="XXX">click here</a>"

tried above but no luck

1 ACCEPTED SOLUTION

0 Kudos

Steps

1. To create a Text in Hypertext Modules, go to Transaction SO72.
Give a name in the Document tab and CREATE.

[The name given is ZDEMO_TEXT].

2. Go to Menu -> Goto -> Change Editor.

3. Enter the name of the website/link that needs to appear as
hyperlink and save it.

[The website/link given is www.heinekenbrouwerijen.nl]

4. Go to the respective standard text in transaction SO10
with the corresponding TEXT ID and Language.

[The name of the standard text is ‘ZHHU_TEXT’]

Go to Menu -> Insert ->Text ->Hypertext.

5. Enter the text name [created in S072] and Language

with the check box->[Expand Immediately] ticked.

6. It will automatically include the text that was saved in

Transaction SO72 with the predefined style

‘S_DOCUS1’.

7. The hyperlink is now enabled.

8. On clicking the Hyperlink ‘www.heinekenbrouwerijen.nl’ it takes
you to the respected website [www.heinekenbrouwerijen.nl].

Reference: https://blogs.sap.com/2014/03/11/hyperlink-in-standard-text/

5 REPLIES 5

horst_keller
Product and Topic Expert
Product and Topic Expert

<DS:URLA.XXX>click here</>

sreekanth_n2
Active Participant
0 Kudos

Hi Horst ,

Can you please eloborate.

0 Kudos

Steps

1. To create a Text in Hypertext Modules, go to Transaction SO72.
Give a name in the Document tab and CREATE.

[The name given is ZDEMO_TEXT].

2. Go to Menu -> Goto -> Change Editor.

3. Enter the name of the website/link that needs to appear as
hyperlink and save it.

[The website/link given is www.heinekenbrouwerijen.nl]

4. Go to the respective standard text in transaction SO10
with the corresponding TEXT ID and Language.

[The name of the standard text is ‘ZHHU_TEXT’]

Go to Menu -> Insert ->Text ->Hypertext.

5. Enter the text name [created in S072] and Language

with the check box->[Expand Immediately] ticked.

6. It will automatically include the text that was saved in

Transaction SO72 with the predefined style

‘S_DOCUS1’.

7. The hyperlink is now enabled.

8. On clicking the Hyperlink ‘www.heinekenbrouwerijen.nl’ it takes
you to the respected website [www.heinekenbrouwerijen.nl].

Reference: https://blogs.sap.com/2014/03/11/hyperlink-in-standard-text/

0 Kudos

Hi Antoaroo,

Thanks for info. but it didnt work. convinced client that it is not possible in script.

Hello, thanks for the information. But, I am having an issue from SO72; which Document Class is used to create the hyperlink? The screen defaults in a Class (i.e. CHAP) and CHAPTER (CHAP) before entering the name in the document tab. Thanks for your help in advance...