<?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: Problems with the function RFC_GET_TABLE_ENTRIES in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problems-with-the-function-rfc-get-table-entries/m-p/6202769#M1376330</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Carlos,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Few days back i also faced some problem with the RFC_GET_TABLE_ENTRIES. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be you can try with RFC_READ_TABLE instead. Not much difference in the way you call the 2 FMs. From my experience i can tell, RFC_GET_TABLE_ENTRIES returns some garbage characters which RFC_READ_TABLE does not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For details refer to this [link|&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="1503079"&gt;&lt;/A&gt;;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Oct 2009 13:47:24 GMT</pubDate>
    <dc:creator>SuhaSaha</dc:creator>
    <dc:date>2009-10-16T13:47:24Z</dc:date>
    <item>
      <title>Problems with the function RFC_GET_TABLE_ENTRIES</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problems-with-the-function-rfc-get-table-entries/m-p/6202768#M1376329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       We have a external application named P-Synch that is used when a user needs to change or unlock their password on our SAP system. The problem we are presenting is that in our PBP system the application is working fine but in our BW and XI environment when the P-Synch application call the function RFC_GET_TABLE_ENTRIES in SAP it can't take the result of the field 'expiration_date' because for some reason the output for this field is not in the same position that is in the PBP system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This are the output that we receive in the environments with the function RFC_GET_TABLE_ENTRIES :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;PBP:
000001ú320020401*99991231*AESSUSER

BWP:
0000200408039999*1231AESS*USER&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you see in PBP P-Synch can take the expiration date (in bold) in the correct position '99991231'.... but for some reason in BWP the function present the expiration date in the incorrect position '1231AESS', for that reason the P-Synch application can't change or unlock the user of a person because terminate with error with the expiration date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exist a way that I can fix this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Carlos Mercado Aponte on Oct 16, 2009 3:42 PM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Oct 2009 13:42:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problems-with-the-function-rfc-get-table-entries/m-p/6202768#M1376329</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-16T13:42:06Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with the function RFC_GET_TABLE_ENTRIES</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problems-with-the-function-rfc-get-table-entries/m-p/6202769#M1376330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Carlos,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Few days back i also faced some problem with the RFC_GET_TABLE_ENTRIES. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be you can try with RFC_READ_TABLE instead. Not much difference in the way you call the 2 FMs. From my experience i can tell, RFC_GET_TABLE_ENTRIES returns some garbage characters which RFC_READ_TABLE does not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For details refer to this [link|&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="1503079"&gt;&lt;/A&gt;;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Oct 2009 13:47:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problems-with-the-function-rfc-get-table-entries/m-p/6202769#M1376330</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2009-10-16T13:47:24Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with the function RFC_GET_TABLE_ENTRIES</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problems-with-the-function-rfc-get-table-entries/m-p/6202770#M1376331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thxs Suhas!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       I see that the function works fine but I don't know where I can put the user that the system, in this case P-Synch need to change. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thxs!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Oct 2009 14:27:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problems-with-the-function-rfc-get-table-entries/m-p/6202770#M1376331</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-16T14:27:08Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with the function RFC_GET_TABLE_ENTRIES</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problems-with-the-function-rfc-get-table-entries/m-p/6202771#M1376332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; I see that the function works fine but I don't know where I can put the user that the system, in this case P-Synch need to change.&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hello Carlos,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Few qns:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Which function works ?&lt;/P&gt;&lt;P&gt;2. Where do you want to put the user?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please revert back.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Oct 2009 14:51:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problems-with-the-function-rfc-get-table-entries/m-p/6202771#M1376332</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2009-10-16T14:51:28Z</dc:date>
    </item>
  </channel>
</rss>

