<?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: Problem with FM 'ARCHIVOBJECT_GET_TABLE' in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-fm-archivobject-get-table/m-p/10022076#M1806710</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You didn't like my beautiful &lt;SPAN style="color: #000000; font-family: 'Courier New', Courier, monospace; font-size: 14px; background-color: #f2f4f7;"&gt;cl_binary_relation=&amp;gt;read_links_of_objects&lt;/SPAN&gt; ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 31 Jan 2014 10:38:48 GMT</pubDate>
    <dc:creator>FredericGirod</dc:creator>
    <dc:date>2014-01-31T10:38:48Z</dc:date>
    <item>
      <title>Problem with FM 'ARCHIVOBJECT_GET_TABLE'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-fm-archivobject-get-table/m-p/10022068#M1806702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I have a req to retrieve all archived PDF file for&amp;nbsp; particular OBJID &amp;amp; OBJTYP and attach it to mail using CL_DOCUMENT_BCS (for which I can use the method ADD_ATTACHMENT)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used the FM 'ARCHIV_GET_CONNECTIONS'&lt;/P&gt;&lt;P&gt; and passed parameters OBJTYP and OBJ ID to retrieve CONNECTIONS table with header line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this CONNECTION table has fields ARCHIV_ID, ARC_DOC_ID and AR_OBJECT .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then I have used the FM 'ARCHIVOBJECT_GET_TABLE' to retrieve the PDF in binary (is this approach right)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Can I pass parameters CONNECTION-ARCHIV_ID , CONNECTION-ARC_DOC_ID &amp;amp; CONNECTION-AR_OBJECT to this FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If yes when I pass I get 404 error in SE37 itself. If wrong where am I wrong and is there any alternative for this FM 'ARCHIVOBJECT_GET_TABLE' .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does it return data in Binary so tat I can directly attach it to CL_DOCUMENT_BCS-&amp;gt;ADD_ATTACHMENT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Santhosh&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jan 2014 08:17:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-fm-archivobject-get-table/m-p/10022068#M1806702</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-01-31T08:17:50Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with FM 'ARCHIVOBJECT_GET_TABLE'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-fm-archivobject-get-table/m-p/10022069#M1806703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Santhosh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used this method : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="codeComment" style="font-family: 'Courier New', Courier, monospace; color: #0000f0; font-size: 14px; background-color: #f2f4f7;"&gt;* Alimentation de la clef.&lt;/P&gt;&lt;P class="code" style="font-family: 'Courier New', Courier, monospace; color: #000000; font-size: 14px; background-color: #f2f4f7;"&gt;&amp;nbsp; MOVE : 'I'&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TO is_role-sign ,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'EQ'&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TO is_role-option ,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'GOSAPPLOBJ' TO is_role-low.&lt;BR /&gt;&amp;nbsp; APPEND is_role TO it_roles.&lt;BR /&gt;&amp;nbsp; MOVE : 'I'&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TO is_relation-sign ,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'EQ'&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TO is_relation-option ,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'ATTA'&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TO is_relation-low .&lt;BR /&gt;&amp;nbsp; APPEND is_relation TO it_relations.&lt;BR /&gt;&amp;nbsp; MOVE : 'BIN' TO w_file_type.&lt;/P&gt;&lt;P class="codeComment" style="font-family: 'Courier New', Courier, monospace; color: #0000f0; font-size: 14px; background-color: #f2f4f7;"&gt;*&amp;nbsp;&amp;nbsp; Extraction des liens.&lt;/P&gt;&lt;P class="code" style="font-family: 'Courier New', Courier, monospace; color: #000000; font-size: 14px; background-color: #f2f4f7;"&gt;&amp;nbsp; TRY.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CALL METHOD cl_binary_relation=&amp;gt;read_links_of_objects&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; EXPORTING&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; it_objects&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = it_objects&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; it_role_options&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = it_roles&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; it_relation_options = it_relations&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IMPORTING&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; et_links_a&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = it_link.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CATCH cx_obl_model_error.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CATCH cx_obl_parameter_error.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CATCH cx_obl_internal_error.&lt;BR /&gt;&amp;nbsp; ENDTRY.&lt;/P&gt;&lt;P class="code" style="font-family: 'Courier New', Courier, monospace; color: #000000; font-size: 14px; background-color: #f2f4f7;"&gt;&lt;/P&gt;&lt;P class="code" style="font-family: 'Courier New', Courier, monospace; color: #000000; font-size: 14px; background-color: #f2f4f7;"&gt;&lt;/P&gt;&lt;P class="code" style="font-family: 'Courier New', Courier, monospace; color: #000000; font-size: 14px; background-color: #f2f4f7;"&gt;regards&lt;/P&gt;&lt;P class="code" style="font-family: 'Courier New', Courier, monospace; color: #000000; font-size: 14px; background-color: #f2f4f7;"&gt;Fred&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jan 2014 08:22:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-fm-archivobject-get-table/m-p/10022069#M1806703</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2014-01-31T08:22:31Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with FM 'ARCHIVOBJECT_GET_TABLE'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-fm-archivobject-get-table/m-p/10022070#M1806704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Santhosh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have been using this &lt;SPAN style="color: #333333; font-size: 12px;"&gt;ARCHIVOBJECT_GET_TABLE&lt;/SPAN&gt; FM for long time. We pass the archive id,document type and archive doc id. &lt;/P&gt;&lt;P&gt;It return us the binary contents. Did you pass document type you want to retrieve..?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the error message number and message class you get when message is thrown.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nabheet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jan 2014 08:43:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-fm-archivobject-get-table/m-p/10022070#M1806704</guid>
      <dc:creator>nabheetscn</dc:creator>
      <dc:date>2014-01-31T08:43:46Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with FM 'ARCHIVOBJECT_GET_TABLE'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-fm-archivobject-get-table/m-p/10022071#M1806705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nabheet,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Am I correct in my approach of sending the o/p of FM 'ARCHIV_GET_CONNECTIONS' ie,&amp;nbsp; ARCHIV_ID, ARC_DOC_ID and AR_OBJECT to I/p for &lt;SPAN style="color: #333333; font-size: 12px;"&gt;ARCHIVOBJECT_GET_TABLE&lt;/SPAN&gt; FM ???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to be specific.... is AR_OBJECT = DOCUMENT_TYPE????&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the error I get is &lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/376955" width="450" /&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jan 2014 09:04:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-fm-archivobject-get-table/m-p/10022071#M1806705</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-01-31T09:04:49Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with FM 'ARCHIVOBJECT_GET_TABLE'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-fm-archivobject-get-table/m-p/10022072#M1806706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;DOcument_type is not archiving object. It is like what kind of document PDF etc you stored&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jan 2014 09:29:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-fm-archivobject-get-table/m-p/10022072#M1806706</guid>
      <dc:creator>nabheetscn</dc:creator>
      <dc:date>2014-01-31T09:29:57Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with FM 'ARCHIVOBJECT_GET_TABLE'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-fm-archivobject-get-table/m-p/10022073#M1806707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nabheet/ Frederic,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; In debugging it is revealed that deep inside the FM &lt;SPAN style="color: #333333; font-size: 12px;"&gt;ARCHIVOBJECT_GET_TABLE&lt;/SPAN&gt; the FM SCMS_HTTP_GET fails and returns sy-subrc = 2. Hence I get the error. Any idea what migh be the cause????&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;More over if I execute the FM SCMS_HTTP_GET separately in SE37 still it throws errorsaying "ERROR GENERATING TEST FRAME"?????&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jan 2014 10:11:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-fm-archivobject-get-table/m-p/10022073#M1806707</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-01-31T10:11:44Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with FM 'ARCHIVOBJECT_GET_TABLE'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-fm-archivobject-get-table/m-p/10022074#M1806708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have this error last time .. wait I try to remember &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/536/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had so much error, that was an IDES server.&lt;/P&gt;&lt;P&gt;I think it's a problem of user/password in the SICF &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it try to open a link that didn't work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you could test it with : &lt;A href="http://10.199.201.30:1090/ContentServer/ContentServer.dll?serverInfo" title="http://10.199.201.30:1090/ContentServer/ContentServer.dll?serverInfo"&gt;http://IP_OF_MY_SERVER:1090/ContentServer/ContentServer.dll?serverInfo&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jan 2014 10:27:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-fm-archivobject-get-table/m-p/10022074#M1806708</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2014-01-31T10:27:08Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with FM 'ARCHIVOBJECT_GET_TABLE'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-fm-archivobject-get-table/m-p/10022075#M1806709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Do we have any alternative instead of using the FM &lt;SPAN style="color: #333333; font-size: 12px;"&gt;ARCHIVOBJECT_GET_TABLE to retrieve the Archive document when I have the Archive ID, Archive doc id and document type?????&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jan 2014 10:27:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-fm-archivobject-get-table/m-p/10022075#M1806709</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-01-31T10:27:28Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with FM 'ARCHIVOBJECT_GET_TABLE'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-fm-archivobject-get-table/m-p/10022076#M1806710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You didn't like my beautiful &lt;SPAN style="color: #000000; font-family: 'Courier New', Courier, monospace; font-size: 14px; background-color: #f2f4f7;"&gt;cl_binary_relation=&amp;gt;read_links_of_objects&lt;/SPAN&gt; ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jan 2014 10:38:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-fm-archivobject-get-table/m-p/10022076#M1806710</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2014-01-31T10:38:48Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with FM 'ARCHIVOBJECT_GET_TABLE'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-fm-archivobject-get-table/m-p/10022077#M1806711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its too beautiful that it didn't solve my issue and didn't even throw any exception. That ugly ARCHIVOBJECT_GET_TABLE atleast threw some error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gave the same test data as urs. filled it_objects with the object id and type still in vain. &lt;SPAN __jive_emoticon_name="sad" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/536/images/emoticons/sad.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jan 2014 12:10:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-fm-archivobject-get-table/m-p/10022077#M1806711</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-01-31T12:10:51Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with FM 'ARCHIVOBJECT_GET_TABLE'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-fm-archivobject-get-table/m-p/10022078#M1806712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes Frederick, the sy-subrc = 2 says that the content is protected and has some issues accessing it. How did you solve the SICF problem???? how can I solve????&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jan 2014 12:13:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-fm-archivobject-get-table/m-p/10022078#M1806712</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-01-31T12:13:34Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with FM 'ARCHIVOBJECT_GET_TABLE'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-fm-archivobject-get-table/m-p/10022079#M1806713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not sure but .. &lt;/P&gt;&lt;P&gt;Go in SICF, start trans to see the whole tree. &lt;/P&gt;&lt;P&gt;Go in /default_host/sap/bc/contentserver&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and check if there is a user / password set in the second tab. And check if the user is not lock, inactive, wrong passwd .. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fred&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jan 2014 14:02:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-fm-archivobject-get-table/m-p/10022079#M1806713</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2014-01-31T14:02:15Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with FM 'ARCHIVOBJECT_GET_TABLE'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-fm-archivobject-get-table/m-p/10022080#M1806714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually this error occurs only when I try to simulate the FM ARCHIVOBJECT_GET_TABLE in SE37,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Guess what, it didn't throw up any error when I executed inside my program. Cant figure out why, But this is the solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank u others for participation!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Feb 2014 11:56:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-fm-archivobject-get-table/m-p/10022080#M1806714</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-02-05T11:56:46Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with FM 'ARCHIVOBJECT_GET_TABLE'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-fm-archivobject-get-table/m-p/10022081#M1806715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Santhosh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am also trying the same way as you to read a pdf file from archive server. After calling the FM ARCHIVOBJECT_GET_TABLE, I got the data in table as RAW format of type TBL1024. I want to convert the same to binary. With FM SCMS_XSTRING_TO_BINARY I couldn't achieve this as we have multiple lines of data. Could you advise on how did you achieve this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Faisal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Feb 2016 13:41:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-fm-archivobject-get-table/m-p/10022081#M1806715</guid>
      <dc:creator>faisal_pc</dc:creator>
      <dc:date>2016-02-23T13:41:53Z</dc:date>
    </item>
  </channel>
</rss>

