<?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 Pointer. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointer/m-p/2112692#M441810</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Need some help related in change pointer....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Scenario : Customer informationo comes to SAP  and IDOC gets generated from SAP .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When change pointer would be invoked in SAP ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to restrict SAP to Create DEBMAS IDOC when it doesnt have some specific field in it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want data should be stored in SAP but SAP should send IDOC only when it has some field in it.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks Pranav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Apr 2007 19:26:18 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-05T19:26:18Z</dc:date>
    <item>
      <title>Change Pointer.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointer/m-p/2112692#M441810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Need some help related in change pointer....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Scenario : Customer informationo comes to SAP  and IDOC gets generated from SAP .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When change pointer would be invoked in SAP ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to restrict SAP to Create DEBMAS IDOC when it doesnt have some specific field in it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want data should be stored in SAP but SAP should send IDOC only when it has some field in it.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks Pranav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Apr 2007 19:26:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointer/m-p/2112692#M441810</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-05T19:26:18Z</dc:date>
    </item>
    <item>
      <title>Re: Change Pointer.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointer/m-p/2112693#M441811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;pranav,&lt;/P&gt;&lt;P&gt;   change pointer technique is based on the change document technique which keeps track of the changes made to the key document in sap like customer master, sales document etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BD61- enable change pointer globally.&lt;/P&gt;&lt;P&gt;BD50 - enable change pointer for the message type.&lt;/P&gt;&lt;P&gt;BD52 - specify fields for which the change pointers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Arun.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Apr 2007 19:33:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointer/m-p/2112693#M441811</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-05T19:33:08Z</dc:date>
    </item>
    <item>
      <title>Re: Change Pointer.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointer/m-p/2112694#M441812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pranav,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can do this way.......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Activate the Change Pointers using &lt;/P&gt;&lt;P&gt;In BD61, we activated the change pointers globally&lt;/P&gt;&lt;P&gt;In BD50, we have activated the checkbox of message type for change pointers.&lt;/P&gt;&lt;P&gt;In BD60, we have attached the function module to the message type.&lt;/P&gt;&lt;P&gt;In BD52, we have maintained change documents items for the message type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Copy the FM &amp;lt;b&amp;gt;MASTERIDOC_CREATE_SMD_DEBMAS&amp;lt;/b&amp;gt; and you can write your own conditions before you create Idoc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Apr 2007 20:25:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointer/m-p/2112694#M441812</guid>
      <dc:creator>former_member187255</dc:creator>
      <dc:date>2007-04-05T20:25:12Z</dc:date>
    </item>
  </channel>
</rss>

