<?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: Accessing/Executing URL without bringing up a browser in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-executing-url-without-bringing-up-a-browser/m-p/8478513#M1652078</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I got this issue resolved using METHOD cl_http_client=&amp;gt;create_by_url.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Ram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 05 Mar 2012 14:10:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-03-05T14:10:07Z</dc:date>
    <item>
      <title>Accessing/Executing URL without bringing up a browser</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-executing-url-without-bringing-up-a-browser/m-p/8478510#M1652075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Friends&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need some help with ABAP. I have written a tool in ABAP that can shut down and restart communication channels in PI. It is working as expected. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The way it works is by calling a URL (a feature supported by PI to control Communication Channels externally) by sending parameters like Communication Channel name etc., &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since I do this in a loop stopping/starting multiple channels, it opens multiple browser tabs which is kind of annoying. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to know if there is a way to access URL and execute it but not open a browser? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you can please let me know, I would appreciate it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Ram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Dec 2011 20:14:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-executing-url-without-bringing-up-a-browser/m-p/8478510#M1652075</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-21T20:14:22Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing/Executing URL without bringing up a browser</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-executing-url-without-bringing-up-a-browser/m-p/8478511#M1652076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ram I beleave this[ HTML Viewer documentation |http://help.sap.com/printdocu/core/print46c/en/data/pdf/BCCIHTML/BCCIHTML.pdf]shouldhelp you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Dec 2011 20:24:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-executing-url-without-bringing-up-a-browser/m-p/8478511#M1652076</guid>
      <dc:creator>former_member156446</dc:creator>
      <dc:date>2011-12-21T20:24:07Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing/Executing URL without bringing up a browser</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-executing-url-without-bringing-up-a-browser/m-p/8478512#M1652077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ram,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use function module HTTP_GET to access URLs from ABAP and pass parameters to execute the URL without opening the browser. Go to SE37 and use the "where used list" to get sample codes on how to use this function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You would need the RFC destinations SAPHTTP or SAPHTTPS defined in the system, as a pre-requisite.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sajan Joseph.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Dec 2011 21:15:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-executing-url-without-bringing-up-a-browser/m-p/8478512#M1652077</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-21T21:15:22Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing/Executing URL without bringing up a browser</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-executing-url-without-bringing-up-a-browser/m-p/8478513#M1652078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I got this issue resolved using METHOD cl_http_client=&amp;gt;create_by_url.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Ram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Mar 2012 14:10:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-executing-url-without-bringing-up-a-browser/m-p/8478513#M1652078</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-03-05T14:10:07Z</dc:date>
    </item>
  </channel>
</rss>

