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: 

hyperlinks to push buttons

Former Member
0 Kudos

hai,

1. Is it possible to add hyperlinks to pushbuttons or other screen elements so that it can drive me to the necesary link . how?

2. how to download data from net thru sap which is in the form of attachment ?

Thanks & Regards,

Syam.

2 REPLIES 2

Former Member
0 Kudos

Hi,

for the first question answeris yes..

On the user even of that button click you may call the function modules available to call URLs from SAP Programs... check the one 'PRGN_GENER_EXECUTE_URL' ..... not sure of the exact Fm ...

former_member188685
Active Contributor
0 Kudos

you can use the function CALL_BROWSER to show the URL when you ever you click on a button . it is possible in case of BSP or webDynpro ABAP/Java. But in ABAP i am not sure.