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

Link in Dynpro

Former Member
0 Likes
402

Hi,

how can I build a link to a http-URL into a dynpro screen?

does anyone have a simple implementation guide?

Regards

Hi,

how can I build a link to a http-URL into a dynpro screen?

does anyone have a simple implementation guide?

Regards

1 REPLY 1
Read only

messier31
Active Contributor
0 Likes
337

You display your text on a button in your dynpro screen.

So when some one clicks it... a event will be triggered.. and in PAI

for this function code use function module...

<b> CALL_BROWSER</b>

to call browser. You can pass URL u want to see in browser in URL parameter of function module.

Hope this helps.

Enjoy SAP.

Pankaj Singh.