<?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 Change Pointers in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointers/m-p/2326355#M511283</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  I have to download a file containing WO#, WO type, status and Tech ID # into an XML file when a Work Order (WO) is created using IW31 tcode. I looked for User exits and tried using IWO10009 and IWO10012, but found that work order number is not assigned by the time it reaches these exits.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;During this reseach I found that there is a concept called change pointers. I have no idea how to use them I was wondering if  it fits my requirement and needs any coding and if yes can anyone help me code that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please let me know. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: I read a couple of threads in the forums and got a basic idea what change pointers are but I need help in using them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for your help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Jun 2007 20:08:43 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-13T20:08:43Z</dc:date>
    <item>
      <title>Change Pointers</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointers/m-p/2326355#M511283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  I have to download a file containing WO#, WO type, status and Tech ID # into an XML file when a Work Order (WO) is created using IW31 tcode. I looked for User exits and tried using IWO10009 and IWO10012, but found that work order number is not assigned by the time it reaches these exits.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;During this reseach I found that there is a concept called change pointers. I have no idea how to use them I was wondering if  it fits my requirement and needs any coding and if yes can anyone help me code that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please let me know. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: I read a couple of threads in the forums and got a basic idea what change pointers are but I need help in using them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for your help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2007 20:08:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointers/m-p/2326355#M511283</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-13T20:08:43Z</dc:date>
    </item>
    <item>
      <title>Re: Change Pointers</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointers/m-p/2326356#M511284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Venky,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Welcome to SDN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whenever a WO is created or changed a change document or a change pointer is created with insert/update indicator. I believe the object class is ORDER (but I am not sure...please investigate) for WO. Since you need to download the newly created ones, you need to develop a report which reads all these change pointers and you will get the order number from the change pointer table (field I think it is OBJECTID/CDOBJID). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The tables for change documents is CDHDR and CDPOS&lt;/P&gt;&lt;P&gt;Change pointers BDCP and BDCPV&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2007 20:17:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointers/m-p/2326356#M511284</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-13T20:17:41Z</dc:date>
    </item>
    <item>
      <title>Re: Change Pointers</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointers/m-p/2326357#M511285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Welcome,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check for transaction SCDO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aRs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2007 20:27:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointers/m-p/2326357#M511285</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2007-06-13T20:27:41Z</dc:date>
    </item>
    <item>
      <title>Re: Change Pointers</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointers/m-p/2326358#M511286</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;Yes, after the Work Order gets created then only you will get the Order number. In order to download the information to a file, then you can write a simple report program which will download all Work Orders into a local file. for this you have to write a Select statement on AUFK table by passing your Username i.e, sy-uname, Creation Date etc, Order type etc to the Where clause. you will get all Orders created for the selection criteria you used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;sksingh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2007 20:30:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointers/m-p/2326358#M511286</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-13T20:30:20Z</dc:date>
    </item>
    <item>
      <title>Re: Change Pointers</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointers/m-p/2326359#M511287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks Naren, Ars and srinivas for the replies.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Srinivas, &lt;/P&gt;&lt;P&gt;   the client doesnot want to run any program or schedule  it for the file download. All they want is, when a work order is created a file needs to be downloaded automatically. This is the reason I looked for user exits initially.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone provide me a sample code for change pointers? I mean how to find a change pointer and use it in coding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2007 20:41:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointers/m-p/2326359#M511287</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-13T20:41:07Z</dc:date>
    </item>
    <item>
      <title>Re: Change Pointers</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointers/m-p/2326360#M511288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;At tis point I owuld suggest you to kepp a break point in the exit and create a WO. The WO data should be in &amp;lt;b&amp;gt;CAUFV&amp;lt;/b&amp;gt; structure. I guess you can write the code in the exit and download the file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am ot sure of which exit would work good.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shreekant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2007 20:47:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointers/m-p/2326360#M511288</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-13T20:47:12Z</dc:date>
    </item>
    <item>
      <title>Re: Change Pointers</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointers/m-p/2326361#M511289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;shreekanth,&lt;/P&gt;&lt;P&gt;    I debugged most of the code and searched for user exits while creating an order...I saw that there are user exits before the WO number s created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;~V&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2007 20:52:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointers/m-p/2326361#M511289</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-13T20:52:13Z</dc:date>
    </item>
    <item>
      <title>Re: Change Pointers</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointers/m-p/2326362#M511290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here are couple&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;CHANGE_POINTERS_READ &lt;/P&gt;&lt;P&gt;CHANGE_POINTERS_CREATE&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2007 20:59:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointers/m-p/2326362#M511290</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-13T20:59:02Z</dc:date>
    </item>
    <item>
      <title>Re: Change Pointers</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointers/m-p/2326363#M511291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please try to do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Before you save activate debugger. /h and then hit save.&lt;/P&gt;&lt;P&gt;Once you enter the debug mode please look for structure CAUFV. Initially it will be blank but at a later stage it will be populated with data. Check the program where the data is populated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shreekant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2007 20:59:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointers/m-p/2326363#M511291</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-13T20:59:48Z</dc:date>
    </item>
    <item>
      <title>Re: Change Pointers</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointers/m-p/2326364#M511292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please check this exit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXIT_SAPLCOIH_012&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shreekant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2007 21:17:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointers/m-p/2326364#M511292</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-13T21:17:48Z</dc:date>
    </item>
    <item>
      <title>Re: Change Pointers</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointers/m-p/2326365#M511293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;naren..thanks for providing the function modules. Can you please help me how to use them? it is asking for the message type..can you please provide me with a schema?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2007 21:17:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointers/m-p/2326365#M511293</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-13T21:17:51Z</dc:date>
    </item>
    <item>
      <title>Re: Change Pointers</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointers/m-p/2326366#M511294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Shreekanth I checked that user exit but when I put a break point where this call customer was called..it doesnot stop there..I wrote the code inside this user exit and activated it too...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2007 21:19:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointers/m-p/2326366#M511294</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-13T21:19:34Z</dc:date>
    </item>
    <item>
      <title>Re: Change Pointers</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointers/m-p/2326367#M511295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can anyone pls help me with this requirement? I need guidance in using change pointers..how to go about using it..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks much!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2007 03:47:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointers/m-p/2326367#M511295</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-14T03:47:53Z</dc:date>
    </item>
  </channel>
</rss>

