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 Create a link between SAP and extrnal web page?

Former Member
0 Kudos

Hi All,

Can anyone help me solve this requirement?

Is it possible that when I double-click on the document flow of a delivery document, it should direct me to an external web page (ie www.google.com).

Your reply would be greatly appreciated.

Thank you very much in advance.

Ranilo T. Castillo

ABAP Programmer

1 ACCEPTED SOLUTION

uwe_schieferstein
Active Contributor
0 Kudos

Hello Ranilo

The function module you are looking for is: <b>PRGN_START_EXECUTE_MODULE</b>


URL_TYPE = 'URL'                
URL      = 'http://www.google.com'

Regards

Uwe

1 REPLY 1

uwe_schieferstein
Active Contributor
0 Kudos

Hello Ranilo

The function module you are looking for is: <b>PRGN_START_EXECUTE_MODULE</b>


URL_TYPE = 'URL'                
URL      = 'http://www.google.com'

Regards

Uwe