cancel
Showing results for 
Search instead for 
Did you mean: 

External weblink through a sapscript

Former Member
0 Kudos

Dear All

I have a unique requirement.

In a sapscript form, i need a link as Click here.

When i click on the click here link, it should automatically routed to a web url containing the details required in the web.

Is it possible to achieve this and how ?

Thanks and Regards

Swarna

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

HI Swarna

Did you check this similar thread??

Former Member
0 Kudos

Hi,

I checked. Please let me know if thisis the way i should follow in sapscript in my case.

First create a text element

Embed the text element in Sapscript.

In the text element ,call external subroutine which is in a report program.

In the report , use the function module CALL_BROWSER and there enter the required URL.

Will this work fine ?

Thanks and Regards

Swarna

Answers (1)

Answers (1)

Former Member
0 Kudos

Use character format <%W> and then print ur link it will be a hyperlink