<?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: SAP Graphics + third party software in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-graphics-third-party-software/m-p/1085043#M99064</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Welcome to SDN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use table STXBITMAPS to get the header details of the image and to get the actual image as binary you could use the following piece of code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call method cl_ssf_xsf_utilities=&amp;gt;get_bds_graphic_as_bmp&lt;/P&gt;&lt;P&gt;    exporting&lt;/P&gt;&lt;P&gt;      p_object  = fs_stxbitmaps-tdobject&lt;/P&gt;&lt;P&gt;      p_name    = fs_stxbitmaps-tdname&lt;/P&gt;&lt;P&gt;      p_id      = fs_stxbitmaps-tdid&lt;/P&gt;&lt;P&gt;      p_btype   = fs_stxbitmaps-tdbtype&lt;/P&gt;&lt;P&gt;    receiving&lt;/P&gt;&lt;P&gt;      p_bmp     = loc_graphic_xstr&lt;/P&gt;&lt;P&gt;    exceptions&lt;/P&gt;&lt;P&gt;      not_found = 1&lt;/P&gt;&lt;P&gt;      others    = 2.&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;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;P&gt;Reward the helpful answers by clicking the radiobutton and if the question is answered mark it so.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 15 Oct 2005 07:14:49 GMT</pubDate>
    <dc:creator>athavanraja</dc:creator>
    <dc:date>2005-10-15T07:14:49Z</dc:date>
    <item>
      <title>SAP Graphics + third party software</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-graphics-third-party-software/m-p/1085042#M99063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We want to use a third-party software &lt;A href="https://community.sap.com/www.cardfive.com" target="test_blank"&gt;www.cardfive.com&lt;/A&gt; for printing employee cards. I think it would be simple to get the data from SAP tables. What i would like to know is how to get the images (uploaded via SE78) into cardfive. Will they be in binary form? Which table is this information stored in?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I searched previous posts of similar topics but could not find a clear solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;Zubair&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Oct 2005 09:18:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-graphics-third-party-software/m-p/1085042#M99063</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-14T09:18:52Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Graphics + third party software</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-graphics-third-party-software/m-p/1085043#M99064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Welcome to SDN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use table STXBITMAPS to get the header details of the image and to get the actual image as binary you could use the following piece of code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call method cl_ssf_xsf_utilities=&amp;gt;get_bds_graphic_as_bmp&lt;/P&gt;&lt;P&gt;    exporting&lt;/P&gt;&lt;P&gt;      p_object  = fs_stxbitmaps-tdobject&lt;/P&gt;&lt;P&gt;      p_name    = fs_stxbitmaps-tdname&lt;/P&gt;&lt;P&gt;      p_id      = fs_stxbitmaps-tdid&lt;/P&gt;&lt;P&gt;      p_btype   = fs_stxbitmaps-tdbtype&lt;/P&gt;&lt;P&gt;    receiving&lt;/P&gt;&lt;P&gt;      p_bmp     = loc_graphic_xstr&lt;/P&gt;&lt;P&gt;    exceptions&lt;/P&gt;&lt;P&gt;      not_found = 1&lt;/P&gt;&lt;P&gt;      others    = 2.&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;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;P&gt;Reward the helpful answers by clicking the radiobutton and if the question is answered mark it so.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Oct 2005 07:14:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-graphics-third-party-software/m-p/1085043#M99064</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2005-10-15T07:14:49Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Graphics + third party software</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-graphics-third-party-software/m-p/1085044#M99065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Raja,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the help. I have not been able to find the method in my installation, i have 4.6C &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am making a table view (through SE11) that will contain all the data in the third party software (cardfive). Do you think, if i pass the content in (p_bmp = loc_graphic_xstr) in one of the fields in the view, cardfive will be able to pick it as a graphic?&lt;/P&gt;&lt;P&gt;Also, let me know how to add the code you gave in the view.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Zubair&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2005 05:20:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-graphics-third-party-software/m-p/1085044#M99065</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-19T05:20:18Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Graphics + third party software</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-graphics-third-party-software/m-p/1085045#M99066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Further to my post above, i am using structured programming and not object oriented, so please let me know any function module that performs the same function as cl_ssf_xsf_utilities.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2005 05:29:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-graphics-third-party-software/m-p/1085045#M99066</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-19T05:29:09Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Graphics + third party software</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-graphics-third-party-software/m-p/1085046#M99067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can use FM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAPSCRIPT_GET_GRAPHIC_BDS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2005 05:34:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-graphics-third-party-software/m-p/1085046#M99067</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2005-10-19T05:34:46Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Graphics + third party software</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-graphics-third-party-software/m-p/1085047#M99068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Raja, the function module works. Now I have to make the return value (binary) available to the thirdparty software. Is it possible to do this through a view? i.e., is it possible to add a field in the view for which i can call this function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The other option i was trying is to save the return value in a custom table (infotype). I added a field (BINIMG) in the table and called the function SAPSCRIPT_GET_GRAPHIC_BDS&lt;/P&gt;&lt;P&gt; in the module pool of the infotype. But i get the following error: &lt;/P&gt;&lt;P&gt;&amp;lt;The type of "L_CONTENT" cannot be converted to the type of "PA9201-BINIMG"&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What type should this field be in order to be able to store the return value from the function? I tried component type SDOK_SDATX but then table gives an activation error: &lt;/P&gt;&lt;P&gt;&amp;lt;Field BINIMG (Length &amp;gt;255 for RAW only allowed for non-DB tables)&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Oct 2005 09:57:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-graphics-third-party-software/m-p/1085047#M99068</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-20T09:57:50Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Graphics + third party software</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-graphics-third-party-software/m-p/1085048#M99069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check out the following link where i have provided a complete sample code for saving binary data to DB table.&lt;/P&gt;&lt;P&gt;&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="406258"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Oct 2005 07:40:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-graphics-third-party-software/m-p/1085048#M99069</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2005-10-22T07:40:10Z</dc:date>
    </item>
  </channel>
</rss>

