Application Development and Automation 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: 
Read only

hyperlinks to push buttons

Former Member
0 Likes
480

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
Read only

Former Member
0 Likes
436

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 ...

Read only

Former Member
0 Likes
436

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.