<?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: IDOC change pointer key filtering in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-change-pointer-key-filtering/m-p/8389742#M1643783</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;Its to maintain the relationship between ALE Object and the value allowed to that object. (like a foreign key/value table). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another transaction BD59 tell SAP which field in the IDOC (e.g. E1MAKTM-SPRAS) to check against the what values( EN, DE etsc. which is assigned to the object via above transaction).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this answers your query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 01 Dec 2011 00:25:02 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-12-01T00:25:02Z</dc:date>
    <item>
      <title>IDOC change pointer key filtering</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-change-pointer-key-filtering/m-p/8389739#M1643780</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;I have created a message type ( ymatmas_xxxx ) and activated change pointers for this message type. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So now may requriement is :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; If I have activated 10 fields in chanage pointer , so IDOC should trigger only if any of the 10 fields are changed in material master ; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But my problem is; &lt;/P&gt;&lt;P&gt;there should be another filtering done for MAKTX-SPRAS = "E". so that only when description of materail in English language is changed then IDOC should trigger. ( For same material if some other language is triggered then idoc should not trigger )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have checked customer exit  and restricted the MAKTX-spras = 'EN' but what happens is even if other language is changed IDOC is getting triggered for english language; how do SAP know for which language is material description has changed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please advice is any other way to overcome this situation&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2011 14:38:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-change-pointer-key-filtering/m-p/8389739#M1643780</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-29T14:38:30Z</dc:date>
    </item>
    <item>
      <title>Re: IDOC change pointer key filtering</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-change-pointer-key-filtering/m-p/8389740#M1643781</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;You can not do selective value based filtters on change pointers. Instead you can use ALE filters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, instead of making code change you can achieve it via configuration. You can create filter in your distribution model. As E1MAKTM is a mandatory segment in the IDOC, the IDOC generation will need atleast one E1MAKTM segment. If you filter all the languages &amp;lt;&amp;gt; "EN" then SAP IDOC genration process will remove ALE segment, E1MAKTM where language &amp;lt;&amp;gt; "EN". Once it deletes segment, it atleast need one E1NAKTM segment to genearte the IDOC, if there is one change for EN then only system will generate the IDOC. You can configure the filters per receiver so that you dont have to apply filters for some other receiver.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To configure the filters you can use transaction BD64 and change the distibution model. If you do not have field for E1MAKTM segment then you have to add the fields via transaction "BD59". Also you can create your own ALE object type using "BD95".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this resolves your issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2011 23:30:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-change-pointer-key-filtering/m-p/8389740#M1643781</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-29T23:30:17Z</dc:date>
    </item>
    <item>
      <title>Re: IDOC change pointer key filtering</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-change-pointer-key-filtering/m-p/8389741#M1643782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank You Himanshu...my problem is solved now...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please can u explain me the purpose of BD95&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Nov 2011 09:28:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-change-pointer-key-filtering/m-p/8389741#M1643782</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-30T09:28:46Z</dc:date>
    </item>
    <item>
      <title>Re: IDOC change pointer key filtering</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-change-pointer-key-filtering/m-p/8389742#M1643783</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;Its to maintain the relationship between ALE Object and the value allowed to that object. (like a foreign key/value table). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another transaction BD59 tell SAP which field in the IDOC (e.g. E1MAKTM-SPRAS) to check against the what values( EN, DE etsc. which is assigned to the object via above transaction).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this answers your query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Dec 2011 00:25:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-change-pointer-key-filtering/m-p/8389742#M1643783</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-01T00:25:02Z</dc:date>
    </item>
  </channel>
</rss>

