<?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: Display graphics using BSP Application in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-graphics-using-bsp-application/m-p/4335560#M1032858</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;&lt;/P&gt;&lt;P&gt;check this , u may get some idea &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp2005vp/helpdata/EN/46/bb182fab4811d4968100a0c94260a5/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_erp2005vp/helpdata/EN/46/bb182fab4811d4968100a0c94260a5/frameset.htm&lt;/A&gt;&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;prabhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Aug 2008 06:37:02 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-08-18T06:37:02Z</dc:date>
    <item>
      <title>Display graphics using BSP Application</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-graphics-using-bsp-application/m-p/4335559#M1032857</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 want to create a BSP application that displays a graphic on screen.&lt;/P&gt;&lt;P&gt;I know how to do it using a smartfrom ,but is there any other way to display a graphic from SAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have stored Signatures of some users on SAP.&lt;/P&gt;&lt;P&gt;When I enter a SignID of a user ,BSP Application should display signature on Portal screen.Is it possible.Please Advice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Aug 2008 06:03:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/display-graphics-using-bsp-application/m-p/4335559#M1032857</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-18T06:03:13Z</dc:date>
    </item>
    <item>
      <title>Re: Display graphics using BSP Application</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-graphics-using-bsp-application/m-p/4335560#M1032858</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;&lt;/P&gt;&lt;P&gt;check this , u may get some idea &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp2005vp/helpdata/EN/46/bb182fab4811d4968100a0c94260a5/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_erp2005vp/helpdata/EN/46/bb182fab4811d4968100a0c94260a5/frameset.htm&lt;/A&gt;&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;prabhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Aug 2008 06:37:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/display-graphics-using-bsp-application/m-p/4335560#M1032858</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-18T06:37:02Z</dc:date>
    </item>
    <item>
      <title>Re: Display graphics using BSP Application</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-graphics-using-bsp-application/m-p/4335561#M1032859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;BSP applications showing standart sap screens in netweawer. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use Picture control for screen and select the mime object in system and show user in container. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there is sample. I hope so the help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
REPID = SY-REPID.

  CREATE OBJECT PICTURE_CONTROL_1
    EXPORTING
      PARENT = DOCKING.

  CHECK SY-SUBRC = 0.

  CALL METHOD PICTURE_CONTROL_1-&amp;gt;SET_3D_BORDER
    EXPORTING
      BORDER = 5.

  CALL METHOD PICTURE_CONTROL_1-&amp;gt;SET_DISPLAY_MODE
    EXPORTING
      DISPLAY_MODE = CL_GUI_PICTURE=&amp;gt;DISPLAY_MODE_STRETCH.

  CALL METHOD PICTURE_CONTROL_1-&amp;gt;SET_POSITION
    EXPORTING
      HEIGHT = 40
      LEFT   = 5
      TOP    = 170
      WIDTH  = 90.

  IF URL IS INITIAL.
    DATA:
     qaktar TYPE  ZW3QUERY .

    REFRESH QUERY_TABLE.

"SELECT * FROM ZUSER  FROM MIME OBJECT. 

    qaktar-NAME  = '_OBJECT_ID'.
    qaktar-VALUE = 'YOUR MIME OBJECT'.

  "  APPEND QUERY_TABLE.
    APPEND qaktar TO QUERY_TABLE.

    CALL FUNCTION 'WWW_GET_MIME_OBJECT'
      TABLES
        QUERY_STRING        = QUERY_TABLE
        HTML                = HTML_TABLE
        MIME                = PIC_DATA
      CHANGING
        RETURN_CODE         = RETURN_CODE
        CONTENT_TYPE        = CONTENT_TYPE
        CONTENT_LENGTH      = CONTENT_LENGTH
      EXCEPTIONS
        OBJECT_NOT_FOUND    = 1
        PARAMETER_NOT_FOUND = 2
        OTHERS              = 3.

    CALL FUNCTION 'DP_CREATE_URL'
      EXPORTING
        TYPE     = 'image'
        SUBTYPE  = CNDP_SAP_TAB_UNKNOWN
        SIZE     = PIC_SIZE
        LIFETIME = CNDP_LIFETIME_TRANSACTION
      TABLES
        DATA     = PIC_DATA
      CHANGING
        URL      = URL
      EXCEPTIONS
        OTHERS   = 1.

  ENDIF.

  CALL METHOD
    PICTURE_CONTROL_1-&amp;gt;LOAD_PICTURE_FROM_URL
    EXPORTING
      URL = URL.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Aug 2008 06:38:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/display-graphics-using-bsp-application/m-p/4335561#M1032859</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-18T06:38:23Z</dc:date>
    </item>
  </channel>
</rss>

