<?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 Decode SDOKCONT1.CLUSTD in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/decode-sdokcont1-clustd/m-p/6828819#M1471138</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wish to know is there any Function Module which will help decode the field SDOKCONT1.CLUSTD&lt;/P&gt;&lt;P&gt;This is the field where the employee pic is stored in LRAW (hexadecimal) format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g. we used READ_TEXT to decode STXL.CLUSTD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 04 Apr 2010 13:52:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-04-04T13:52:10Z</dc:date>
    <item>
      <title>Decode SDOKCONT1.CLUSTD</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/decode-sdokcont1-clustd/m-p/6828819#M1471138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wish to know is there any Function Module which will help decode the field SDOKCONT1.CLUSTD&lt;/P&gt;&lt;P&gt;This is the field where the employee pic is stored in LRAW (hexadecimal) format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g. we used READ_TEXT to decode STXL.CLUSTD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Apr 2010 13:52:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/decode-sdokcont1-clustd/m-p/6828819#M1471138</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-04T13:52:10Z</dc:date>
    </item>
    <item>
      <title>Re: Decode SDOKCONT1.CLUSTD</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/decode-sdokcont1-clustd/m-p/6828820#M1471139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You don't need to decode, you must use SAP APIs to read it: SDOK* function modules. See [SAP Library - DMS programming interface|http://help.sap.com/saphelp_nw2004s/helpdata/en/3c/4d26696ab411d3aece0000e82deb58/frameset.htm] and forum for further information. People also use ARCHIVOBJECT_GET_TABLE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Apr 2010 21:00:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/decode-sdokcont1-clustd/m-p/6828820#M1471139</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2010-04-04T21:00:15Z</dc:date>
    </item>
    <item>
      <title>Re: Decode SDOKCONT1.CLUSTD</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/decode-sdokcont1-clustd/m-p/6828821#M1471140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sandra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So many function modules in SDOK series.&lt;/P&gt;&lt;P&gt;I am in kind of a fix. I actually want to display employee photos along with their other details in crystal reports. I am working on SAP ECC6.&lt;/P&gt;&lt;P&gt;I actually dont know for sure how and where the employee pics are stored in the SAP database.&lt;/P&gt;&lt;P&gt;Currently i assume that the employee pics are in location SDOKCONT1.CLUSTD.&lt;/P&gt;&lt;P&gt;Contents of this field are Hexadecimal and the type LRAW (String 64000).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can u please confirm that i am looking at the right place? and if not thn where i would find the employee pics?&lt;/P&gt;&lt;P&gt;and if this is the right field then i assume that there must be some specific Function Module to convert these Hexadecimal contents into a jpeg?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can u help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot already &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Apr 2010 06:24:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/decode-sdokcont1-clustd/m-p/6828821#M1471140</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-05T06:24:14Z</dc:date>
    </item>
    <item>
      <title>Re: Decode SDOKCONT1.CLUSTD</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/decode-sdokcont1-clustd/m-p/6828822#M1471141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you tell more about the values of keys you have to access SDOKCONT1 (object id + class?), how pictures were stored in your SAP system (GOS, BDS, Mime repository, name of external software...), etc.?&lt;/P&gt;&lt;P&gt;If you have object id and a class of type PH(ysical), you may extract the image using SDOK_PHIO_LOAD_CONTENT only.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Apr 2010 08:36:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/decode-sdokcont1-clustd/m-p/6828822#M1471141</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2010-04-05T08:36:13Z</dc:date>
    </item>
    <item>
      <title>Re: Decode SDOKCONT1.CLUSTD</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/decode-sdokcont1-clustd/m-p/6828823#M1471142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ummmm...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What i want is to display some employee details along with their photographs; in a report developed in Crystal Reports.&lt;/P&gt;&lt;P&gt;Rest of the data i can get from usual HR tables, but i am unable to find their pics. I have employee PERNR to locate their pics.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i do it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Apr 2010 10:48:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/decode-sdokcont1-clustd/m-p/6828823#M1471142</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-05T10:48:57Z</dc:date>
    </item>
  </channel>
</rss>

