<?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: access CDPOS  Cluster table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/access-cdpos-cluster-table/m-p/1256449#M146318</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you need change document details, you MUST go to CDPOS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you would like, I can provide some sample code that reads from CDHDR and CDPOS directly without using any Func Mods.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would you like an example?  Not sure of your concern?  They are large tables... but when accessed CORRECTLY, the run-time is reasonable.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Apr 2006 12:44:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-04-07T12:44:59Z</dc:date>
    <item>
      <title>access CDPOS  Cluster table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/access-cdpos-cluster-table/m-p/1256444#M146313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends ,&lt;/P&gt;&lt;P&gt;i want to extract the data from CDHDR and CDPOS table for change details.&lt;/P&gt;&lt;P&gt;i know CDPOS table is cluster and it will take more time to access .   &lt;/P&gt;&lt;P&gt;Performance point of view i want to for other option.&lt;/P&gt;&lt;P&gt;Is there any other table to get the same (change details).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Rao&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Apr 2006 01:00:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/access-cdpos-cluster-table/m-p/1256444#M146313</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-07T01:00:52Z</dc:date>
    </item>
    <item>
      <title>Re: access CDPOS  Cluster table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/access-cdpos-cluster-table/m-p/1256445#M146314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go to this link:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_bw31/helpdata/en/2a/fa01dd493111d182b70000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_bw31/helpdata/en/2a/fa01dd493111d182b70000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Apr 2006 01:03:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/access-cdpos-cluster-table/m-p/1256445#M146314</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-07T01:03:59Z</dc:date>
    </item>
    <item>
      <title>Re: access CDPOS  Cluster table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/access-cdpos-cluster-table/m-p/1256446#M146315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rao,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Irrespective of whether you go through SELECT statements or function modules, the performance over head will be there with these tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Function modules is a preferred way so that we don't have to tune our code then.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CHANGEDOCUMENT_READ_HEADERS&lt;/P&gt;&lt;P&gt;CHANGEDOCUMENT_READ_POSITIONS&lt;/P&gt;&lt;P&gt;CHANGEDOCUMENT_PREPARE_POS&lt;/P&gt;&lt;P&gt;CHANGEDOCUMENT_READ&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note : Please mark the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Apr 2006 03:01:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/access-cdpos-cluster-table/m-p/1256446#M146315</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-07T03:01:12Z</dc:date>
    </item>
    <item>
      <title>Re: access CDPOS  Cluster table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/access-cdpos-cluster-table/m-p/1256447#M146316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i know we can use the Function modules to get the changeddetalis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my requirement is wih diff import parameters i want to get the changed details.&lt;/P&gt;&lt;P&gt;some of the parameters are not there in the function module, so i am creating the Execuyable program for extracing chabged detaisl.&lt;/P&gt;&lt;P&gt;for My requirement following parameters are required.&lt;/P&gt;&lt;P&gt;-Transaction_code&lt;/P&gt;&lt;P&gt;-Number_of_days&lt;/P&gt;&lt;P&gt;-Company Code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for the above requirement i am using CDHDR and CDPOS tables in my program.&lt;/P&gt;&lt;P&gt;Please help me how can i avoid the CDPOS table to get the chnaged detals for the above parameters in my program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Rao&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Apr 2006 03:09:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/access-cdpos-cluster-table/m-p/1256447#M146316</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-07T03:09:55Z</dc:date>
    </item>
    <item>
      <title>Re: access CDPOS  Cluster table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/access-cdpos-cluster-table/m-p/1256448#M146317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rao,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which Change object we are talking about here?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And more over if you want to know to know what operations (Change / Insert / Delete) has been performed you have to hit the CDPOS table. There is no other go.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Apr 2006 03:12:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/access-cdpos-cluster-table/m-p/1256448#M146317</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-07T03:12:31Z</dc:date>
    </item>
    <item>
      <title>Re: access CDPOS  Cluster table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/access-cdpos-cluster-table/m-p/1256449#M146318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you need change document details, you MUST go to CDPOS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you would like, I can provide some sample code that reads from CDHDR and CDPOS directly without using any Func Mods.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would you like an example?  Not sure of your concern?  They are large tables... but when accessed CORRECTLY, the run-time is reasonable.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Apr 2006 12:44:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/access-cdpos-cluster-table/m-p/1256449#M146318</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-07T12:44:59Z</dc:date>
    </item>
    <item>
      <title>Re: access CDPOS  Cluster table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/access-cdpos-cluster-table/m-p/1256450#M146319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; I think there is no other go rather than hitting the table CDPOS.&lt;/P&gt;&lt;P&gt;So we have to fetch the data from the CDPOS table only.&lt;/P&gt;&lt;P&gt;There is no other option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Sampath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Apr 2006 12:51:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/access-cdpos-cluster-table/m-p/1256450#M146319</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-07T12:51:31Z</dc:date>
    </item>
    <item>
      <title>Re: access CDPOS  Cluster table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/access-cdpos-cluster-table/m-p/1256451#M146320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;John,&lt;/P&gt;&lt;P&gt;I need to query these tables to get to see if an invoice is modified afters being posted.Can u pls send me the sample code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Jag&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Feb 2007 15:44:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/access-cdpos-cluster-table/m-p/1256451#M146320</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-08T15:44:37Z</dc:date>
    </item>
    <item>
      <title>Re: access CDPOS  Cluster table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/access-cdpos-cluster-table/m-p/1256452#M146321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is &amp;lt;b&amp;gt;no&amp;lt;/b&amp;gt; problem going to a cluster table so long as you are using the key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Feb 2007 16:06:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/access-cdpos-cluster-table/m-p/1256452#M146321</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-08T16:06:19Z</dc:date>
    </item>
  </channel>
</rss>

