<?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 Using change pointers for Process orders in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-change-pointers-for-process-orders/m-p/7427542#M1550035</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 requirement where we need to send idocs when a process order is changed. Since process order data is a transactional data, can we still use change pointers?&lt;/P&gt;&lt;P&gt;We tried using the message type LOIPRO and it is giving an error saying that this message type cannot be sent with change pointers. &lt;/P&gt;&lt;P&gt;Can anyone guide me with the process and steps to get this done?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Oct 2010 11:36:29 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-10-19T11:36:29Z</dc:date>
    <item>
      <title>Using change pointers for Process orders</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-change-pointers-for-process-orders/m-p/7427542#M1550035</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 requirement where we need to send idocs when a process order is changed. Since process order data is a transactional data, can we still use change pointers?&lt;/P&gt;&lt;P&gt;We tried using the message type LOIPRO and it is giving an error saying that this message type cannot be sent with change pointers. &lt;/P&gt;&lt;P&gt;Can anyone guide me with the process and steps to get this done?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Oct 2010 11:36:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-change-pointers-for-process-orders/m-p/7427542#M1550035</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-19T11:36:29Z</dc:date>
    </item>
    <item>
      <title>Re: Using change pointers for Process orders</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-change-pointers-for-process-orders/m-p/7427543#M1550036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Change pointer can be used, but I would have use a plaint BAdI (new BAdI WORKORDER_UPDATE).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Oct 2010 11:52:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-change-pointers-for-process-orders/m-p/7427543#M1550036</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-19T11:52:35Z</dc:date>
    </item>
    <item>
      <title>Re: Using change pointers for Process orders</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-change-pointers-for-process-orders/m-p/7427544#M1550037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. But could you tell me how can we use change pointers? I am getting an error saying LOIPRO message type doesnt go with change pointers. &lt;/P&gt;&lt;P&gt;Also, in the BADI which interface do i need to use as I need the data once the process order is completely saved or changed and not in between.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Oct 2010 13:53:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-change-pointers-for-process-orders/m-p/7427544#M1550037</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-19T13:53:50Z</dc:date>
    </item>
    <item>
      <title>Re: Using change pointers for Process orders</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-change-pointers-for-process-orders/m-p/7427545#M1550038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For change pointer, you would have to deligate the business object with t.code SWO1. To handle it, it would take too much time to explaint.&lt;/P&gt;&lt;P&gt;If you use the BAdI, and call function in this way : "  CALL FUNCTION 'FUNCTION_NAME' IN BACKGROUND TASK AS SEPARATE UNIT EXPORTING ....." the function would executed only after commit (when you call the funtion, it holds in a queue for commit. In roll back, it get disapeared).&lt;/P&gt;&lt;P&gt;User method in_update from the BAdI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Lior Tabib on Oct 19, 2010 4:18 PM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Lior Tabib on Oct 22, 2010 7:27 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Oct 2010 14:17:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-change-pointers-for-process-orders/m-p/7427545#M1550038</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-19T14:17:51Z</dc:date>
    </item>
  </channel>
</rss>

