Technology Blogs by Members
Explore a vibrant mix of technical expertise, industry insights, and tech buzz in member blogs covering SAP products, technology, and events. Get in the mix!
cancel
Showing results for 
Search instead for 
Did you mean: 
activeankit
Explorer
0 Kudos

In adobe form if you want to have one link which opens another link or pdf file.

Then below mention procedure can help you in simple manner.

A hyperlink (or link) is a word, group of words, or image that you can click on to jump to another document.

When you move the cursor over a link in a Web page, the arrow will turn into a little hand.

Now follow the procedure.

Go to palettes choose-> script editor

Now click on the hierarchy->body page

Write code:

<a href="url">Link text</a>

Example

<a href="http://scn.sap.com/">Visit SAP</a>

This will display like this: visit SAP

Clicking on this hyperlink will send the user to Visit SAP homepage.

Tip: The "Link text" doesn't have to be text. It can be an image or any other HTML element.

 

In layout create one text and provide text name (link text).

Save and activate. Now execute the adobe form.

Regards,

Ankit Rai

SAP ABAP Consultant  

5 Comments
Labels in this area