‎2007 Nov 15 12:26 PM
Hi,
Could anyone tell me how the Link functionality in the SAPscript Editor is working?
Regards,
Morten
‎2007 Nov 19 3:39 AM
Could you clarify a little as to which type link processing you are looking at e.g. linking 3rd party products to SAPScript output, or having "hyperlinks" in documentation texts edited in that editor?
Jonathan
‎2007 Nov 19 7:14 AM
‎2007 Nov 19 7:27 AM
Thanks. Well there's a little bit of doco at:
http://help.sap.com/saphelp_nw04/helpdata/en/a4/d47f0f49e111d189730000e8322d00/frameset.htm
but basically the "link" option calls function 'DOCU_LINK_BUILD' which allows you to create a "hyperlink" to another document e.g. in the editor you could type
here is a linkand put your cursor on the word "link" and chose Insert > Link, and in the popup identify that you want it to go to (say) program ZLOCAL_JC_SDN_PROG2, and the following will be inserted in your SAPScript editor:
<DS:RE.ZLOCAL_JC_SDN_PROG2>link</>and when you display this documentation you see the work "link" highlighted.
Is this the sort of info you needed?
Jonathan
(there should be a slash showing in the angle brackets after the "link" word in the example above)