<?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 Need help ion change pointers. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-ion-change-pointers/m-p/6610770#M1438918</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;I am Using Change pointer for a change/create of material master data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At regular intervals (currently proposed hourly) i need to execute the function module MASTERIDOC_CREATE_SMD_MATMAS to create an output message and send it to PI Middleware. The Middleware examines the changed fields contained in the MATMAS IDOC. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following things to be perfomed.&lt;/P&gt;&lt;P&gt;1. If the change pointer is for a material with its client level deletion flag set then an output message is not generated for that material.&lt;/P&gt;&lt;P&gt;2. If the change pointer is for a plant specific field then it can be ignored.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please guide me as to hw can i achieve ths?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ans also Hw can i make the FM MASTERIDOC_CREATE_SMD_MATMAS to execute on regular intervals.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PLease do reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sahil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 20 Feb 2010 06:05:52 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-02-20T06:05:52Z</dc:date>
    <item>
      <title>Need help ion change pointers.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-ion-change-pointers/m-p/6610770#M1438918</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;I am Using Change pointer for a change/create of material master data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At regular intervals (currently proposed hourly) i need to execute the function module MASTERIDOC_CREATE_SMD_MATMAS to create an output message and send it to PI Middleware. The Middleware examines the changed fields contained in the MATMAS IDOC. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following things to be perfomed.&lt;/P&gt;&lt;P&gt;1. If the change pointer is for a material with its client level deletion flag set then an output message is not generated for that material.&lt;/P&gt;&lt;P&gt;2. If the change pointer is for a plant specific field then it can be ignored.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please guide me as to hw can i achieve ths?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ans also Hw can i make the FM MASTERIDOC_CREATE_SMD_MATMAS to execute on regular intervals.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PLease do reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sahil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Feb 2010 06:05:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-ion-change-pointers/m-p/6610770#M1438918</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-20T06:05:52Z</dc:date>
    </item>
    <item>
      <title>Re: Need help ion change pointers.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-ion-change-pointers/m-p/6610771#M1438919</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;1. You need to execute BD21 for your message type to send the IDOCs for the change pointers created in DB. This is nothing but executing your FM "MASTERIDOC_CREATE_SMD_MATMAS". You need to schedule a back ground job for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Implement "FILTER_BDCPV_BEFORE_WRITE" method of the BADI "BDCP_BEFORE_WRITE" to filter your requirements. This methos has Message Type name as import parameter (FLT_VAL). You can find out information related to type of change using the import parameters CHANGE_DOCUMENT_HEADER and CHANGE_DOCUMENT_POSITIONS. If any change need to be filtered, just use the changing parameter "CHANGE_POINTERS" of this method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ganga&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Feb 2010 06:48:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-ion-change-pointers/m-p/6610771#M1438919</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-20T06:48:57Z</dc:date>
    </item>
    <item>
      <title>Re: Need help ion change pointers.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-ion-change-pointers/m-p/6610772#M1438920</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;Thanks for your reply..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please elobarate little more on this. or do u have any document on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sahil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Feb 2010 07:11:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-ion-change-pointers/m-p/6610772#M1438920</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-20T07:11:55Z</dc:date>
    </item>
    <item>
      <title>Re: Need help ion change pointers.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-ion-change-pointers/m-p/6610773#M1438921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't have any documents with me. But BD21 is pretty clear right? May be you can search in SCN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarding the BADI, put a break point after creating an implementation and run BD21, so that you can analyze.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ganga&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Feb 2010 07:17:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-ion-change-pointers/m-p/6610773#M1438921</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-20T07:17:40Z</dc:date>
    </item>
    <item>
      <title>Re: Need help ion change pointers.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-ion-change-pointers/m-p/6610774#M1438922</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;please check  the fields in transaction BD52 by giving Message type as Matmas. select only the required fields(Mandatory) for which u want to track the changes and delete remaining fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lokeswari.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Feb 2010 04:27:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-ion-change-pointers/m-p/6610774#M1438922</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-22T04:27:00Z</dc:date>
    </item>
  </channel>
</rss>

