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

Hyperlink in dynapro field

Former Member
0 Likes
592

Hi, experts,

How can I create hyperlink in dynapro fields. So that by double click on that field I can open regarding module.

If any one response, it will be too much helpfull for me.

Never mind for forum points.

Thanks in advance

Rajiv singh.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
563

Hi,

You can do this in field cat...Hotspot, using this this method "handle_hotspot_click_fid" you can call a module or report.

I doubt you can do this in DYNPRO using attributes....

Regards,

Prabhu Rajesh

Hi, experts,

How can I create hyperlink in dynapro fields. So that by double click on that field I can open regarding module.

If any one response, it will be too much helpfull for me.

Never mind for forum points.

Thanks in advance

Rajiv singh.

3 REPLIES 3
Read only

Former Member
0 Likes
564

Hi,

You can do this in field cat...Hotspot, using this this method "handle_hotspot_click_fid" you can call a module or report.

I doubt you can do this in DYNPRO using attributes....

Regards,

Prabhu Rajesh

Read only

0 Likes
563

Thanks Prabhurajesh,

There is a option "Respond double click" in attribute, by activating this we get hyperlink in dynapro field. but on double click it says "choose valid function"

if any one have idea regarding this, please tell me. I have given you points.

Message was edited by:

Rajiv singh

Read only

0 Likes
563

Do you want a double-click or a hyperlink? For the latter, you will probably need to include a custom container and an HTML control within it plus fill it with the relevant URL etc.

If you want double-click to work, then make sure you have defined the "F2" button (Choose / Select) in the PF-STATUS for the screen... you should then be able to pick up this sy-ucomm / OKcode in the user-command in the PAI logic (you may also need to use "get cursor field l_which_field." type logic to tell what was double-clicked on.

Jonathan