<?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 Trying to display image using function WB_BITMAP_SHOW in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/trying-to-display-image-using-function-wb-bitmap-show/m-p/681109#M30337</link>
    <description>&lt;P&gt;I've created a simple program to display an initial image like the one we see in SE80. I also noticed it uses a function called WB_BITMAP_SHOW, so I created a FORM 'z_image' calling the same function. I uploaded an image using SE78 and tried to call the image as follows: &lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/238594-order.png" /&gt;&lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt; &lt;/P&gt; 
  &lt;PRE&gt;&lt;CODE&gt;  CALL FUNCTION 'WB_BITMAP_SHOW'
    EXPORTING
      image_name      = 'IMG_PEDIDO'
*     container       = 
*     PARENT          = ''
*      stretch_picture = 'X'.
* IMPORTING
*   IMAGE_CONTROL          =
*   CUSTOM_CONTAINER       = 
&lt;/CODE&gt;&lt;/PRE&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;The 'custom_control_1' is the area where image is supposed to appear, but nothing appears even trying different ways. What am I doing wrong? Thank you in advance.&lt;/P&gt;</description>
    <pubDate>Mon, 05 Nov 2018 13:56:33 GMT</pubDate>
    <dc:creator>wesleynz</dc:creator>
    <dc:date>2018-11-05T13:56:33Z</dc:date>
    <item>
      <title>Trying to display image using function WB_BITMAP_SHOW</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/trying-to-display-image-using-function-wb-bitmap-show/m-p/681109#M30337</link>
      <description>&lt;P&gt;I've created a simple program to display an initial image like the one we see in SE80. I also noticed it uses a function called WB_BITMAP_SHOW, so I created a FORM 'z_image' calling the same function. I uploaded an image using SE78 and tried to call the image as follows: &lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/238594-order.png" /&gt;&lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt; &lt;/P&gt; 
  &lt;PRE&gt;&lt;CODE&gt;  CALL FUNCTION 'WB_BITMAP_SHOW'
    EXPORTING
      image_name      = 'IMG_PEDIDO'
*     container       = 
*     PARENT          = ''
*      stretch_picture = 'X'.
* IMPORTING
*   IMAGE_CONTROL          =
*   CUSTOM_CONTAINER       = 
&lt;/CODE&gt;&lt;/PRE&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;The 'custom_control_1' is the area where image is supposed to appear, but nothing appears even trying different ways. What am I doing wrong? Thank you in advance.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Nov 2018 13:56:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/trying-to-display-image-using-function-wb-bitmap-show/m-p/681109#M30337</guid>
      <dc:creator>wesleynz</dc:creator>
      <dc:date>2018-11-05T13:56:33Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to display image using function WB_BITMAP_SHOW</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/trying-to-display-image-using-function-wb-bitmap-show/m-p/681110#M30338</link>
      <description>&lt;P&gt;You have to pass either CONTAINER (name) or PARENT (instance) to the FM so it will be able to use those to create/use container for the picture, or don't use the FM and directly call classes such as &lt;A href="https://help.sap.com/viewer/search?q=CL_GUI_PICTURE"&gt;CL_GUI_PICTURE&lt;/A&gt; and &lt;A href="https://help.sap.com/viewer/search?q=CL_GUI_CUSTOM_CONTAINER"&gt;CL_GUI_CUSTOM_CONTAINER&lt;/A&gt; which are well documented.)&lt;/P&gt;</description>
      <pubDate>Mon, 05 Nov 2018 15:37:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/trying-to-display-image-using-function-wb-bitmap-show/m-p/681110#M30338</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2018-11-05T15:37:00Z</dc:date>
    </item>
  </channel>
</rss>

