<?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: CREMAS Change Pointer, custom fileter in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/cremas-change-pointer-custom-fileter/m-p/5407652#M1241873</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this BADI will trigger always before creating idocs - here you can keep your custom filter logic to control idoc creation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On CP - are your characteristic value changes creating change pointers?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Apr 2009 16:45:15 GMT</pubDate>
    <dc:creator>Manohar2u</dc:creator>
    <dc:date>2009-04-02T16:45:15Z</dc:date>
    <item>
      <title>CREMAS Change Pointer, custom fileter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cremas-change-pointer-custom-fileter/m-p/5407649#M1241870</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;                I have a requirement in which Vendor master change pointer is configured and working fine. But Now they want to set a filter based on some conditions which is not possible to configure in filter.&lt;/P&gt;&lt;P&gt;(Ex: based on Vendor characteristic value from table AUSP, I have restrict sending IDoc).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am looking for userexit or badi which should allow me to create or not create change pointer option, &lt;/P&gt;&lt;P&gt;OR allow me to restrict posting of IDoc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried BADI VENDOR_ADD_DATA_BI, but looks to me not suitable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2009 15:55:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cremas-change-pointer-custom-fileter/m-p/5407649#M1241870</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-02T15:55:21Z</dc:date>
    </item>
    <item>
      <title>Re: CREMAS Change Pointer, custom fileter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cremas-change-pointer-custom-fileter/m-p/5407650#M1241871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use IDOC_CREATION_CHECK badi - export CREATE_IDOC parameter with initial when you don't want to create idoc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2009 16:31:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cremas-change-pointer-custom-fileter/m-p/5407650#M1241871</guid>
      <dc:creator>Manohar2u</dc:creator>
      <dc:date>2009-04-02T16:31:45Z</dc:date>
    </item>
    <item>
      <title>Re: CREMAS Change Pointer, custom fileter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cremas-change-pointer-custom-fileter/m-p/5407651#M1241872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI ,&lt;/P&gt;&lt;P&gt;IDOC_CREATION_CHECK  is it useful in Change pointer side?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bharani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2009 16:39:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cremas-change-pointer-custom-fileter/m-p/5407651#M1241872</guid>
      <dc:creator>BH2408</dc:creator>
      <dc:date>2009-04-02T16:39:43Z</dc:date>
    </item>
    <item>
      <title>Re: CREMAS Change Pointer, custom fileter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cremas-change-pointer-custom-fileter/m-p/5407652#M1241873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this BADI will trigger always before creating idocs - here you can keep your custom filter logic to control idoc creation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On CP - are your characteristic value changes creating change pointers?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2009 16:45:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cremas-change-pointer-custom-fileter/m-p/5407652#M1241873</guid>
      <dc:creator>Manohar2u</dc:creator>
      <dc:date>2009-04-02T16:45:15Z</dc:date>
    </item>
    <item>
      <title>Re: CREMAS Change Pointer, custom fileter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cremas-change-pointer-custom-fileter/m-p/5407653#M1241874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is stopping. Thanks Manohar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2009 17:28:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cremas-change-pointer-custom-fileter/m-p/5407653#M1241874</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-02T17:28:58Z</dc:date>
    </item>
  </channel>
</rss>

