<?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: Strange message from change document ?? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/strange-message-from-change-document/m-p/3903607#M936441</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thankyou all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I find some invalid table names are in CDPOS table TABNAME field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a®&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Jun 2008 14:53:26 GMT</pubDate>
    <dc:creator>former_member194669</dc:creator>
    <dc:date>2008-06-04T14:53:26Z</dc:date>
    <item>
      <title>Strange message from change document ??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/strange-message-from-change-document/m-p/3903603#M936437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using function module CHANGEDOCUMENT_READ_RANGES after calling this fm i am getting the following message &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
FB: CHANGEDOCU_TABKEYLEN_GET RC:     2
Message no. CD121
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any Info?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a®&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jun 2008 14:20:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/strange-message-from-change-document/m-p/3903603#M936437</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2008-06-04T14:20:15Z</dc:date>
    </item>
    <item>
      <title>Re: Strange message from change document ??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/strange-message-from-change-document/m-p/3903604#M936438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check note 521665.  It's related to that message number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;Valter Oliveira.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jun 2008 14:29:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/strange-message-from-change-document/m-p/3903604#M936438</guid>
      <dc:creator>valter_oliveira</dc:creator>
      <dc:date>2008-06-04T14:29:41Z</dc:date>
    </item>
    <item>
      <title>Re: Strange message from change document ??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/strange-message-from-change-document/m-p/3903605#M936439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Put break point on the statement &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
CALL FUNCTION 'DDIF_NAMETAB_GET'
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the include LSCD8F01&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the function module returns error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table description not available for pv_tabname&lt;/P&gt;&lt;P&gt;pv_tabname can be found from debugging&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points please&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jun 2008 14:36:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/strange-message-from-change-document/m-p/3903605#M936439</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-04T14:36:08Z</dc:date>
    </item>
    <item>
      <title>Re: Strange message from change document ??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/strange-message-from-change-document/m-p/3903606#M936440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You are getting this error from the FM &lt;STRONG&gt;CHANGEDOCU_TABKEYLEN_GET&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;which is internally called by another FM&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;CHANGEDOCU_FILLTABKEY254&lt;/STRONG&gt;. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Put a break-point before this &lt;STRONG&gt;CHANGEDOCU_TABKEYLEN_GET&lt;/STRONG&gt; and check the reason of error.  Most likely, some wrong tablename is being passed to the FM to raise this exception of table key lenght error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Vikram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jun 2008 14:47:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/strange-message-from-change-document/m-p/3903606#M936440</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-04T14:47:26Z</dc:date>
    </item>
    <item>
      <title>Re: Strange message from change document ??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/strange-message-from-change-document/m-p/3903607#M936441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thankyou all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I find some invalid table names are in CDPOS table TABNAME field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a®&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jun 2008 14:53:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/strange-message-from-change-document/m-p/3903607#M936441</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2008-06-04T14:53:26Z</dc:date>
    </item>
  </channel>
</rss>

