2010 Jul 07 10:42 AM
Hello Experts,
My requirement is to have a hyperlink in the F1 help which will open an external website. I am adding this F1 help to a data element.
For example in the F1 help of BUKRS there is a link to 'company code'. I want such a link to open another webpage.
Please help me on this.
Regards,
Pavan Kolli.
Hello Experts,
My requirement is to have a hyperlink in the F1 help which will open an external website. I am adding this F1 help to a data element.
For example in the F1 help of BUKRS there is a link to 'company code'. I want such a link to open another webpage.
Please help me on this.
Regards,
Pavan Kolli.
2010 Aug 14 10:03 PM
Hi Pavan Kumar Kolli
I don't think there is a way to assign web page to data element documentation
but you can do it on selection screen simply using event AT SELECTION-SCREEN ON HELP-REQUEST
Check this code :
REPORT zsample.
PARAMETERS p_bukrs LIKE t001-bukrs.
AT SELECTION-SCREEN ON HELP-REQUEST FOR p_bukrs.
CALL FUNCTION 'CALL_BROWSER'
EXPORTING
url = 'www.sdn.sap.com'.
START-OF-SELECTION.
Maybe it can be helpful for u.
Edited by: Bulent Balci on Aug 14, 2010 11:08 PM
2010 Aug 15 5:53 AM
Hi Pavan,
I don't think you can embed a Hyper Link in the Data Element documentation. But there are various levels of documentation that you can assign in the data element. You can probably have a look at that.
Alternatively you can also use OTR. This Object Text Repository might help you. Have a look at the following link for more exclusive details.
[OTR|http://help.sap.com/saphelp_sm32/helpdata/EN/f8/dd8a0f276111d5b316000102a3fd99/content.htm]
Hope this helps.
Thanks,
Samantak.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |