2007 Sep 16 6:50 AM
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.
2007 Sep 16 7:11 AM
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.
2007 Sep 16 7:11 AM
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
2007 Sep 16 7:27 AM
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
2007 Sep 16 8:21 AM
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