<?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>Question Re: calling tcode using link to url in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/calling-tcode-using-link-to-url/qaa-p/8065429#M2877845</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;Its hostname:portnumber&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Srilatha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Jul 2011 08:31:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-07-20T08:31:28Z</dc:date>
    <item>
      <title>calling tcode using link to url</title>
      <link>https://community.sap.com/t5/technology-q-a/calling-tcode-using-link-to-url/qaq-p/8065421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi friends,&lt;/P&gt;&lt;P&gt;i want to call tcode SE38 in webdynpro application by using linktourl.&lt;/P&gt;&lt;P&gt;here i am going to &lt;/P&gt;&lt;P&gt; shuffler &lt;/P&gt;&lt;P&gt;system &lt;/P&gt;&lt;P&gt;webgui in internet service&lt;/P&gt;&lt;P&gt;and then right click on it then  &lt;/P&gt;&lt;P&gt;publish-&amp;gt;complete service.&lt;/P&gt;&lt;P&gt;and later i am going to tcode sicf&lt;/P&gt;&lt;P&gt;here i am giving the path  /sap/bc/gui/sap/its/webgui and activate it&lt;/P&gt;&lt;P&gt;what is the need of giving the path here &lt;/P&gt;&lt;P&gt;and who is going to give the path as default....?&lt;/P&gt;&lt;P&gt;can anyone explain clearlly..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;karunakar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: bkarunakar on Jul 19, 2011 3:56 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jul 2011 13:51:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/calling-tcode-using-link-to-url/qaq-p/8065421</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-19T13:51:49Z</dc:date>
    </item>
    <item>
      <title>Re: calling tcode using link to url</title>
      <link>https://community.sap.com/t5/technology-q-a/calling-tcode-using-link-to-url/qaa-p/8065422#M2877838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi karunakar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once you activate the webgui  service in SICF code, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go to your view, in that linktourl ui element &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use the below text in reference property of link to url&lt;/P&gt;&lt;P&gt;&lt;A href="http://xxxxxxxxxxx/sap/bc/gui/sap/its/webgui?~transaction=se38" target="test_blank"&gt;http://xxxxxxxxxxx/sap/bc/gui/sap/its/webgui?~transaction=se38&lt;/A&gt;   &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where xxxxxx is host name. domain  , for example rb3ni82.server.bosch.com:3865&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this solves&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Srinivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jul 2011 14:30:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/calling-tcode-using-link-to-url/qaa-p/8065422#M2877838</guid>
      <dc:creator>former_member199125</dc:creator>
      <dc:date>2011-07-19T14:30:18Z</dc:date>
    </item>
    <item>
      <title>Re: calling tcode using link to url</title>
      <link>https://community.sap.com/t5/technology-q-a/calling-tcode-using-link-to-url/qaa-p/8065423#M2877839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Karunakar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Goto SICF.
Select the path as : /sap/bc/gui/sap/its/webgui
right click on webgui and click on "test" to execute the servies.it will open the sap screen in web browser.
**NOTE : if it gives an error you need to do some setting Reply if you want the steps for setting.**

create LINK to URL or LINK TO ACTION according to requirement.

use URL as   URL = 'http://&amp;lt;url&amp;gt;:portno/sap/bc/gui/sap/its/webgui?~TRANSACTION=SE38'. // 

"Note : you can find this url in ur WEBDYNPRO Application Properies
lo_api_component = wd_comp_controller-&amp;gt;wd_get_api( ).
lo_window_manager = lo_api_component-&amp;gt;get_window_manager( ).
ld_url = FINAL_URL.

CALL METHOD lo_window_manager-&amp;gt;CREATE_EXTERNAL_WINDOW
EXPORTING URL = url
RECEIVING WINDOW = lo_window.

lo_window-&amp;gt;open( ).&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also check this...&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="8625854"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Kris.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jul 2011 02:30:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/calling-tcode-using-link-to-url/qaa-p/8065423#M2877839</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-20T02:30:10Z</dc:date>
    </item>
    <item>
      <title>Re: calling tcode using link to url</title>
      <link>https://community.sap.com/t5/technology-q-a/calling-tcode-using-link-to-url/qaa-p/8065424#M2877840</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;*what is the need of giving the path here&lt;/P&gt;&lt;P&gt;and who is going to give the path as default....?*&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The SICF path corresponds to the service of ITS(Internet Transaction Server) Webgui. This path is a standard one and do not change from system to system. ITS links the web server to application server. Using Webgui or SAP GUI for HTML, all the ABAP transactions can be accessed in browser. When we are trying to launch ABAP transaction from Web Dynpro application which is a web application, we need to specify a URL so that the transaction we need can be launched. For this purpose we use ITS service. Suppose we want to launch transaction SE38, then the URL we need to specify as&lt;/P&gt;&lt;P&gt;'/sap/bc/gui/sap/its/webgui?~Transaction=SE38'.&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;Best Regards,&lt;/P&gt;&lt;P&gt;Srilatha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jul 2011 04:25:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/calling-tcode-using-link-to-url/qaa-p/8065424#M2877840</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-20T04:25:39Z</dc:date>
    </item>
    <item>
      <title>Re: calling tcode using link to url</title>
      <link>https://community.sap.com/t5/technology-q-a/calling-tcode-using-link-to-url/qaa-p/8065425#M2877841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks srilatha,&lt;/P&gt;&lt;P&gt;but i want to know who will configure the sicf path.... i.e basis or  ?&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;i am creating two components &lt;/P&gt;&lt;P&gt;in one component i am calling se11&lt;/P&gt;&lt;P&gt;and in antoher component i am calling se38&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for each and every applicatin we hav to configure the sicf path...?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can u explain in detail...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;karunakar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jul 2011 07:11:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/calling-tcode-using-link-to-url/qaa-p/8065425#M2877841</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-20T07:11:21Z</dc:date>
    </item>
    <item>
      <title>Re: calling tcode using link to url</title>
      <link>https://community.sap.com/t5/technology-q-a/calling-tcode-using-link-to-url/qaa-p/8065426#M2877842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Karunkar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;its not about setting in SICF, once you create the componenet , automatically corresponding application will be created in SICF transaction.&lt;/P&gt;&lt;P&gt;So just pass the path I have mentioned in above post  in reference property of URL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For your knowledge, once you transport the component to production , you have to activate the corresponding service in SICF.by default once you transport it will be in deactive mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Srinivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jul 2011 07:20:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/calling-tcode-using-link-to-url/qaa-p/8065426#M2877842</guid>
      <dc:creator>former_member199125</dc:creator>
      <dc:date>2011-07-20T07:20:49Z</dc:date>
    </item>
    <item>
      <title>Re: calling tcode using link to url</title>
      <link>https://community.sap.com/t5/technology-q-a/calling-tcode-using-link-to-url/qaa-p/8065427#M2877843</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;I guess this WEBGUI service is present in SICF by default (standard) or may be its created when we publish the complete service for WEBGUI  Internet Service. But the service could be deactivated. So you would have to check if that is active and activate it if its not active. And this path would be same in whichever component you want to use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the path &lt;STRONG&gt;/sap/bc/gui/sap/its/webgui&lt;/STRONG&gt; remains the same. You have to concatenate &lt;STRONG&gt;?~transaction=SE38&lt;/STRONG&gt; or &lt;STRONG&gt;?~transaction=SE11&lt;/STRONG&gt; to that path depending on your requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this is clear!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Srilatha M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jul 2011 08:06:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/calling-tcode-using-link-to-url/qaa-p/8065427#M2877843</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-20T08:06:35Z</dc:date>
    </item>
    <item>
      <title>Re: calling tcode using link to url</title>
      <link>https://community.sap.com/t5/technology-q-a/calling-tcode-using-link-to-url/qaa-p/8065428#M2877844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks srilatha &amp;amp; sanasrinivas for your posts...&lt;/P&gt;&lt;P&gt;my question is clear now i.e once we have to give the path in sicf and we hav to activate it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and later we can directlly call the transaction by using the browser..&lt;/P&gt;&lt;P&gt;as&lt;/P&gt;&lt;P&gt;  &lt;A href="http://xxxxxxxxxxx/sap/bc/gui/sap/its/webgui?~transaction=" target="test_blank"&gt;http://xxxxxxxxxxx/sap/bc/gui/sap/its/webgui?~transaction=&lt;/A&gt; &lt;U&gt;&lt;STRONG&gt;required tcode&lt;/STRONG&gt;&lt;/U&gt;  &lt;/P&gt;&lt;P&gt;here xxxxxx is the host name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;karunakar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jul 2011 08:23:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/calling-tcode-using-link-to-url/qaa-p/8065428#M2877844</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-20T08:23:46Z</dc:date>
    </item>
    <item>
      <title>Re: calling tcode using link to url</title>
      <link>https://community.sap.com/t5/technology-q-a/calling-tcode-using-link-to-url/qaa-p/8065429#M2877845</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;Its hostname:portnumber&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Srilatha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jul 2011 08:31:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/calling-tcode-using-link-to-url/qaa-p/8065429#M2877845</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-20T08:31:28Z</dc:date>
    </item>
    <item>
      <title>Re: calling tcode using link to url</title>
      <link>https://community.sap.com/t5/technology-q-a/calling-tcode-using-link-to-url/qaa-p/8065430#M2877846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi srilatha,&lt;/P&gt;&lt;P&gt;and i have a doubt also that is&lt;/P&gt;&lt;P&gt;without creating any component also can i call the tcode by using the browser..?&lt;/P&gt;&lt;P&gt;and whatm is the use of &lt;/P&gt;&lt;P&gt;shuffler &lt;/P&gt;&lt;P&gt;system &lt;/P&gt;&lt;P&gt;webgui in internet service&lt;/P&gt;&lt;P&gt;and then right click on it then &lt;/P&gt;&lt;P&gt;publish-&amp;gt;complete service in webdynpro application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regrads,&lt;/P&gt;&lt;P&gt;karunakar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jul 2011 08:38:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/calling-tcode-using-link-to-url/qaa-p/8065430#M2877846</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-20T08:38:50Z</dc:date>
    </item>
    <item>
      <title>Re: calling tcode using link to url</title>
      <link>https://community.sap.com/t5/technology-q-a/calling-tcode-using-link-to-url/qaa-p/8065431#M2877847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi karunkar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yes, You can use that url directly in browser, but when you use directly in browser it will ask server logon details. But no one will use that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ITS (Internet Transaction Server) is the interface between the Internet and R/3. and It is a  runtime engine that links Web server to the R/3 Application server. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To call transaction code through Webdynpro application, we need to activate those services.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Srinivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jul 2011 10:41:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/calling-tcode-using-link-to-url/qaa-p/8065431#M2877847</guid>
      <dc:creator>former_member199125</dc:creator>
      <dc:date>2011-07-20T10:41:50Z</dc:date>
    </item>
    <item>
      <title>Re: calling tcode using link to url</title>
      <link>https://community.sap.com/t5/technology-q-a/calling-tcode-using-link-to-url/qaa-p/8065432#M2877848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Sri,&lt;/P&gt;&lt;P&gt;I am able to reach this and able to launch se38 but I have a requirement where I want to launch a specific report and not a transaction. Is there any way to launch/execute a specific report using a url . If not what is the standard approach to such scenario ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Feb 2014 11:42:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/calling-tcode-using-link-to-url/qaa-p/8065432#M2877848</guid>
      <dc:creator>AmitUpadhye</dc:creator>
      <dc:date>2014-02-06T11:42:06Z</dc:date>
    </item>
  </channel>
</rss>

