<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic BC - Word-Processing in the SAPscript Editor in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bc-word-processing-in-the-sapscript-editor/m-p/3042471#M720093</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could anyone tell me how the Link functionality in the SAPscript Editor is working?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Morten&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Nov 2007 12:26:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-11-15T12:26:54Z</dc:date>
    <item>
      <title>BC - Word-Processing in the SAPscript Editor</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bc-word-processing-in-the-sapscript-editor/m-p/3042471#M720093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could anyone tell me how the Link functionality in the SAPscript Editor is working?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Morten&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Nov 2007 12:26:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bc-word-processing-in-the-sapscript-editor/m-p/3042471#M720093</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-15T12:26:54Z</dc:date>
    </item>
    <item>
      <title>Re: BC - Word-Processing in the SAPscript Editor</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bc-word-processing-in-the-sapscript-editor/m-p/3042472#M720094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;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?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Nov 2007 03:39:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bc-word-processing-in-the-sapscript-editor/m-p/3042472#M720094</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-19T03:39:03Z</dc:date>
    </item>
    <item>
      <title>Re: BC - Word-Processing in the SAPscript Editor</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bc-word-processing-in-the-sapscript-editor/m-p/3042473#M720095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is hyperlink in documentation texts.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Nov 2007 07:14:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bc-word-processing-in-the-sapscript-editor/m-p/3042473#M720095</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-19T07:14:12Z</dc:date>
    </item>
    <item>
      <title>Re: BC - Word-Processing in the SAPscript Editor</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bc-word-processing-in-the-sapscript-editor/m-p/3042474#M720096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks.  Well there's a little bit of doco at:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/a4/d47f0f49e111d189730000e8322d00/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/a4/d47f0f49e111d189730000e8322d00/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;here is a link&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;and put your cursor on the word "link" and chose Insert  &amp;gt; 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: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&amp;lt;DS:RE.ZLOCAL_JC_SDN_PROG2&amp;gt;link&amp;lt;/&amp;gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and when you display this documentation you see the work "link" highlighted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this the sort of info you needed?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;P&gt;(there should be a slash showing in the angle brackets after the "link" word in the example above)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Nov 2007 07:27:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bc-word-processing-in-the-sapscript-editor/m-p/3042474#M720096</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-19T07:27:12Z</dc:date>
    </item>
  </channel>
</rss>

