<?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 Re: Cross-system functionality in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/cross-system-functionality/m-p/5498580#M1257862</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the following function modules to call URL &lt;A href=" That indicate your help file location"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
CALL FUNCTION 'PRGN_GENER_EXECUTE_URL'
  EXPORTING
    NODE_DATA                   = 'http://www.google.com'
*   TARGET_SYSTEM               = ' '
*   LOGICAL_TARGET_SYSTEM       = ' '
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
  CALL FUNCTION 'CALL_BROWSER'
    EXPORTING
      url                    = url
    EXCEPTIONS
      frontend_not_supported = 1
      frontend_error         = 2
      prog_not_found         = 3
      no_batch               = 4
      unspecified_error      = 5
      OTHERS                 = 6.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use these fm in a program and assign a transaction code and use this transaction code in "Favorites"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a®&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Apr 2009 17:53:57 GMT</pubDate>
    <dc:creator>former_member194669</dc:creator>
    <dc:date>2009-04-23T17:53:57Z</dc:date>
    <item>
      <title>Cross-system functionality</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cross-system-functionality/m-p/5498576#M1257858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I have interesting request to implement cross-system functionality. As an example I specify HELP functionality. This functionality is at disposal over the system (cross-system) either in system menu or by pressing F1 button. I need to implement something simular. For example, I need to activate SHIFT+F1 (just an example) to be active in all transactions and after pressing to do desired functionality. Any ideas how to implement this? Is this ever possible?&lt;/P&gt;&lt;P&gt;Thank you in advance. &amp;lt;&amp;lt;text removed&amp;gt;&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Matt on Apr 24, 2009 7:46 AM - Please do not offer points.  It is against the rules.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Apr 2009 15:50:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cross-system-functionality/m-p/5498576#M1257858</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-23T15:50:58Z</dc:date>
    </item>
    <item>
      <title>Re: Cross-system functionality</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cross-system-functionality/m-p/5498577#M1257859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My suggestion will be use "Favorites"  Create a custom transaction and call the help functionality inside and assigned to "Favorites" . This can be download &amp;amp; upload to different landscape, without much work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; a®&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Apr 2009 16:08:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cross-system-functionality/m-p/5498577#M1257859</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2009-04-23T16:08:55Z</dc:date>
    </item>
    <item>
      <title>Re: Cross-system functionality</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cross-system-functionality/m-p/5498578#M1257860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, thanks for reply. Could you please describe it a little bit more? I don't know or I didn't understand how you think it should work. Many thanks ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Apr 2009 17:26:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cross-system-functionality/m-p/5498578#M1257860</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-23T17:26:49Z</dc:date>
    </item>
    <item>
      <title>Re: Cross-system functionality</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cross-system-functionality/m-p/5498579#M1257861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/54/f14b375de8a546e10000009b38f842/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/54/f14b375de8a546e10000009b38f842/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a®&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Apr 2009 17:45:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cross-system-functionality/m-p/5498579#M1257861</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2009-04-23T17:45:44Z</dc:date>
    </item>
    <item>
      <title>Re: Cross-system functionality</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cross-system-functionality/m-p/5498580#M1257862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the following function modules to call URL &lt;A href=" That indicate your help file location"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
CALL FUNCTION 'PRGN_GENER_EXECUTE_URL'
  EXPORTING
    NODE_DATA                   = 'http://www.google.com'
*   TARGET_SYSTEM               = ' '
*   LOGICAL_TARGET_SYSTEM       = ' '
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
  CALL FUNCTION 'CALL_BROWSER'
    EXPORTING
      url                    = url
    EXCEPTIONS
      frontend_not_supported = 1
      frontend_error         = 2
      prog_not_found         = 3
      no_batch               = 4
      unspecified_error      = 5
      OTHERS                 = 6.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use these fm in a program and assign a transaction code and use this transaction code in "Favorites"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a®&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Apr 2009 17:53:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cross-system-functionality/m-p/5498580#M1257862</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2009-04-23T17:53:57Z</dc:date>
    </item>
    <item>
      <title>Re: Cross-system functionality</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cross-system-functionality/m-p/5498581#M1257863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, I see, but this is not what I really need. With your solution I have these problems:&lt;/P&gt;&lt;P&gt;a) how do I assign a shortcut (for example SHIFT+F1) to launch transaction? &lt;/P&gt;&lt;P&gt;b) in my program and transaction, how do I find out the cursor position to display correct help page (context sensitive help)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Apr 2009 18:12:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cross-system-functionality/m-p/5498581#M1257863</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-23T18:12:26Z</dc:date>
    </item>
    <item>
      <title>Re: Cross-system functionality</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cross-system-functionality/m-p/5498582#M1257864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hmm!!! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will be an issue. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't find any other way.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Create a shortcut to favorites&lt;/P&gt;&lt;P&gt;2. calling search help according their cursor position.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please open a new thread in "Abap General" you may get more results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS: Close this thread in here and open a new one in Abap General&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a®&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Apr 2009 18:22:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cross-system-functionality/m-p/5498582#M1257864</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2009-04-23T18:22:06Z</dc:date>
    </item>
    <item>
      <title>Re: Cross-system functionality</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cross-system-functionality/m-p/5498583#M1257865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK, thanks for you effort.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Apr 2009 18:32:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cross-system-functionality/m-p/5498583#M1257865</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-23T18:32:21Z</dc:date>
    </item>
  </channel>
</rss>

