<?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: Calling a BSP application from a report in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-bsp-application-from-a-report/m-p/810842#M41817</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Alternatively you can call function module CALL_BROWSER with the Url of the BSP application. Same effect.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Aug 2004 15:33:56 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2004-08-24T15:33:56Z</dc:date>
    <item>
      <title>Calling a BSP application from a report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-bsp-application-from-a-report/m-p/810839#M41814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi to everybody,&lt;/P&gt;&lt;P&gt;I have one BSP(Business Server pages)application.I want to call that application from report.How to call BSp from report.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jul 2004 03:49:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-bsp-application-from-a-report/m-p/810839#M41814</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-07-06T03:49:50Z</dc:date>
    </item>
    <item>
      <title>Re: Calling a BSP application from a report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-bsp-application-from-a-report/m-p/810840#M41815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure if this will help in you current requirments but one way could be to create an web link within a screen container to the BSP web reference(http://sd.co.uk:/sap/bc/bsp/sap/ztestbsp/index.htm). I know this is not in a report and it will not go there without the user clicking on the link so may not be of any use. But you could perhaps have a screen call from your report which displays the link to the bsp. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;mart&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jul 2004 08:16:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-bsp-application-from-a-report/m-p/810840#M41815</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-07-06T08:16:38Z</dc:date>
    </item>
    <item>
      <title>Re: Calling a BSP application from a report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-bsp-application-from-a-report/m-p/810841#M41816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt; You can try to do something like this:  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; CALL METHOD cl_gui_frontend_services=&amp;gt;execute&lt;/P&gt;&lt;P&gt;     EXPORTING&lt;/P&gt;&lt;P&gt;       document               = url_of_bsp_appl&lt;/P&gt;&lt;P&gt;    EXCEPTIONS&lt;/P&gt;&lt;P&gt;       OTHERS                 = 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Probably this is what you need. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;Mikhail&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jul 2004 09:34:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-bsp-application-from-a-report/m-p/810841#M41816</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-07-06T09:34:46Z</dc:date>
    </item>
    <item>
      <title>Re: Calling a BSP application from a report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-bsp-application-from-a-report/m-p/810842#M41817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Alternatively you can call function module CALL_BROWSER with the Url of the BSP application. Same effect.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Aug 2004 15:33:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-bsp-application-from-a-report/m-p/810842#M41817</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-08-24T15:33:56Z</dc:date>
    </item>
    <item>
      <title>Re: Calling a BSP application from a report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-bsp-application-from-a-report/m-p/810843#M41818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The SAPGui HTML control is great way to show a BSP page.  You can create the HTML control (CL_GUI_HTML_VIEWER) in a full screen or subscreen (anywhere you can insert a container controll).  Best yet you can activate SSO for the HTML control so that the user doesn't get prompted for credentials.   The following is some code samples:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
CREATE OBJECT custom_container
    EXPORTING
      container_name              = 'CUSTOM_CONTAINER'.

  CREATE OBJECT html
      EXPORTING
        parent             = custom_container.

  CALL METHOD html-&amp;gt;enable_sapsso
    EXPORTING
      enabled = 'x'.

  DATA: url TYPE string.
  DATA: url1 TYPE url.
  DATA: l_appl TYPE string,
        l_page TYPE string.
  l_appl = bsp_appl.
  l_page = page.
  CALL METHOD cl_http_ext_webapp=&amp;gt;create_url_for_bsp_application
    EXPORTING
      bsp_application      = l_appl
      bsp_start_page       = l_page
      bsp_start_parameters = params
    IMPORTING
      abs_url              = url.
  url1 = url.

  CALL METHOD html-&amp;gt;show_url
    EXPORTING
      url = url1.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Aug 2004 21:55:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-bsp-application-from-a-report/m-p/810843#M41818</guid>
      <dc:creator>thomas_jung</dc:creator>
      <dc:date>2004-08-24T21:55:51Z</dc:date>
    </item>
    <item>
      <title>Re: Calling a BSP application from a report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-bsp-application-from-a-report/m-p/810844#M41819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Thomas , &lt;/P&gt;&lt;P&gt;  I m new to BSP and also ABAP Objects .. &lt;/P&gt;&lt;P&gt;I have a similar requirement to call a BSP page from ABAP .. I found ur code working .. except the create object (Custom container ) .. can u please tell me in detail what is custom_container object .&lt;/P&gt;&lt;P&gt;  its very urgent ..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Dec 2005 12:38:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-bsp-application-from-a-report/m-p/810844#M41819</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-02T12:38:45Z</dc:date>
    </item>
    <item>
      <title>Re: Calling a BSP application from a report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-bsp-application-from-a-report/m-p/810845#M41820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;custom_container is an object of type ref to CL_GUI_CUSTOM_CONTAINER.  This is connected to an area that you draw on the screen using the screen painter.  However you can place this control in any GUI Container (splitter, dialog box, etc).  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are tons of information and samples in the system and the online help on Controls Technology (since it has been around since the introduction of 4.6X).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04s/helpdata/en/7d/fe9f698af411d3805e00c04f99fbf0/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04s/helpdata/en/7d/fe9f698af411d3805e00c04f99fbf0/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Dec 2005 13:13:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-bsp-application-from-a-report/m-p/810845#M41820</guid>
      <dc:creator>thomas_jung</dc:creator>
      <dc:date>2005-12-02T13:13:32Z</dc:date>
    </item>
  </channel>
</rss>

